Changeset 5c27e77 in mainline for uspace/lib/gfxfont/include/types/gfx/typeface.h
- Timestamp:
- 2022-03-06T22:37:06Z (4 years ago)
- Branches:
- master, ticket/834-toolchain-update, topic/fix-logger-deadlock, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4583015
- Parents:
- af259da
- File:
-
- 1 edited
-
uspace/lib/gfxfont/include/types/gfx/typeface.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/gfxfont/include/types/gfx/typeface.h
raf259da r5c27e77 1 1 /* 2 * Copyright (c) 202 0Jiri Svoboda2 * Copyright (c) 2022 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 50 50 /** Leading */ 51 51 gfx_coord_t leading; 52 /** Underline start Y coordinate (inclusive) */ 53 gfx_coord_t underline_y0; 54 /** Underline end Y coordinate (exclusive) */ 55 gfx_coord_t underline_y1; 52 56 } gfx_font_metrics_t; 53 57
Note:
See TracChangeset
for help on using the changeset viewer.
