Changes in uspace/lib/draw/gfx/font-8x16.c [2bb6d04:28a5ebd] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/draw/gfx/font-8x16.c
r2bb6d04 r28a5ebd 47 47 * 48 48 */ 49 uint16_t fb_font_glyph(const wchar_t ch, bool *found)49 uint16_t fb_font_glyph(const char32_t ch, bool *found) 50 50 { 51 51 if (found)
Note:
See TracChangeset
for help on using the changeset viewer.