Changeset c78a03d in mainline for uspace/lib/gfxfont/private/glyph_bmp.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/glyph_bmp.h
r703c743 rc78a03d 38 38 #define _GFX_PRIVATE_GLYPH_BMP_H 39 39 40 #include <gfx/coord.h> 41 40 42 /** Glyph bitmap 41 43 * … … 49 51 /** Containing glyph */ 50 52 struct gfx_glyph *glyph; 53 /** Rectangle covered by bitmap */ 54 gfx_rect_t rect; 55 /** Pixel array */ 56 int *pixels; 51 57 }; 52 58
Note:
See TracChangeset
for help on using the changeset viewer.