Changeset a35b458 in mainline for uspace/lib/draw/font.h
- Timestamp:
- 2018-03-02T20:10:49Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f1380b7
- Parents:
- 3061bc1
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-02-28 17:38:31)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-03-02 20:10:49)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/draw/font.h
r3061bc1 ra35b458 51 51 /* Horizontal distance between origin and left side of the glyph */ 52 52 metric_t left_side_bearing; 53 53 54 54 /* Width of the actual glyph drawn */ 55 55 metric_t width; 56 56 57 57 /* Horizontal distance between right side of the glyph and origin 58 58 of the next glyph */ 59 59 metric_t right_side_bearing; 60 60 61 61 /* Vertical distance between baseline and top of the glyph 62 62 (positive to top) */ 63 63 metric_t ascender; 64 64 65 65 /* Height of the actual glyph drawn */ 66 66 metric_t height; … … 80 80 /* Distance between top of the line and baseline */ 81 81 metric_t ascender; 82 82 83 83 /* Distance between baseline and bottom of the line */ 84 84 metric_t descender; 85 85 86 86 /* Distance between bottom of the line and top of the next line */ 87 87 metric_t leading;
Note:
See TracChangeset
for help on using the changeset viewer.