Changeset 20d0098 in mainline for uspace/app/fontedit/fontedit.h
- Timestamp:
- 2020-08-27T10:35:31Z (4 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 32066f2
- Parents:
- 06b8383
- git-author:
- Jiri Svoboda <jiri@…> (2020-08-26 17:35:13)
- git-committer:
- Jiri Svoboda <jiri@…> (2020-08-27 10:35:31)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/fontedit/fontedit.h
r06b8383 r20d0098 37 37 #define FONTEDIT_H 38 38 39 #include <gfx/glyph.h> 40 #include <gfx/glyph_bmp.h> 39 41 #include <gfx/typeface.h> 40 42 #include <guigfx/canvas.h> … … 52 54 /** Typeface */ 53 55 gfx_typeface_t *typeface; 56 /** Glyph */ 57 gfx_glyph_t *glyph; 58 /** Glyph bitmap */ 59 gfx_glyph_bmp_t *gbmp; 54 60 } font_edit_t; 55 61
Note:
See TracChangeset
for help on using the changeset viewer.