|
PatchworkOS
966e257
A non-POSIX operating system.
|
Go to the source code of this file.
Typedefs | |
| typedef struct font | font_t |
Functions | |
| font_t * | font_default (display_t *disp) |
| font_t * | font_new (display_t *disp, const char *family, const char *weight, uint64_t size) |
| void | font_free (font_t *font) |
| int16_t | font_kerning_offset (const font_t *font, char firstChar, char secondChar) |
| uint64_t | font_width (const font_t *font, const char *string, uint64_t length) |
| uint64_t | font_height (const font_t *font) |
| void font_free | ( | font_t * | font | ) |