Changeset 5c27e77 in mainline for uspace/lib/gfxfont/private/tpf_file.h
- Timestamp:
- 2022-03-06T22:37:06Z (3 years ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4583015
- Parents:
- af259da
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/gfxfont/private/tpf_file.h
raf259da r5c27e77 1 1 /* 2 * Copyright (c) 202 0Jiri Svoboda2 * Copyright (c) 2022 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 76 76 uint16_t descent; 77 77 uint16_t leading; 78 int16_t underline_y0; 79 int16_t underline_y1; 78 80 } tpf_font_metrics_t; 79 81
Note:
See TracChangeset
for help on using the changeset viewer.