Changeset c78a03d in mainline for uspace/lib/gfxfont/private/font.h
- Timestamp:
- 2020-07-21T22:48:59Z (4 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5592c56
- Parents:
- 703c743
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/gfxfont/private/font.h
r703c743 rc78a03d 38 38 #define _GFX_PRIVATE_FONT_H 39 39 40 #include <adt/list.h> 40 41 #include <types/gfx/context.h> 41 42 #include <types/gfx/font.h> … … 50 51 /** Font metrics */ 51 52 gfx_font_metrics_t metrics; 53 /** Glyphs */ 54 list_t glyphs; 52 55 }; 53 56
Note:
See TracChangeset
for help on using the changeset viewer.