Changes in uspace/lib/gfxfont/private/tpf_file.h [5c27e77:453f203b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/gfxfont/private/tpf_file.h
r5c27e77 r453f203b 1 1 /* 2 * Copyright (c) 202 2Jiri Svoboda2 * Copyright (c) 2020 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;80 78 } tpf_font_metrics_t; 81 79
Note:
See TracChangeset
for help on using the changeset viewer.