Changes in contrib/tools/font/bdf2c.pl [f1380b7:28a5ebd] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
contrib/tools/font/bdf2c.pl
rf1380b7 r28a5ebd 106 106 107 107 print "\n"; 108 print "uint16_t fb_font_glyph(const wchar_t ch)\n";108 print "uint16_t fb_font_glyph(const char32_t ch)\n"; 109 109 print "{\n"; 110 110 print "\tif (ch == 0x0000)\n";
Note:
See TracChangeset
for help on using the changeset viewer.