Changeset 26653c9 in mainline for uspace/lib/fbfont/include/fbfont/font-8x16.h
- Timestamp:
- 2020-10-22T09:50:18Z (4 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- dcfd422
- Parents:
- 70814b8e
- git-author:
- Jiri Svoboda <jiri@…> (2020-10-22 17:50:34)
- git-committer:
- Jiri Svoboda <jiri@…> (2020-10-22 09:50:18)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/fbfont/include/fbfont/font-8x16.h
r70814b8e r26653c9 1 1 /* 2 2 * Copyright (c) 2005 Martin Decky 3 * Copyright (c) 2012 Petr Koupy 3 4 * All rights reserved. 4 5 * … … 36 37 #define FONT_8X16_H_ 37 38 38 #include <sys/types.h> 39 #include <stdint.h> 40 #include <str.h> 39 41 40 42 #define FONT_GLYPHS 2899 41 43 #define FONT_WIDTH 8 42 44 #define FONT_SCANLINES 16 45 #define FONT_ASCENDER 12 43 46 44 extern uint16_t fb_font_glyph(const char32_t );47 extern uint16_t fb_font_glyph(const char32_t, bool *); 45 48 extern uint8_t fb_font[FONT_GLYPHS][FONT_SCANLINES]; 46 49
Note:
See TracChangeset
for help on using the changeset viewer.