|
PatchworkOS
966e257
A non-POSIX operating system.
|
#include "internal.h"#include <stdlib.h>#include <string.h>#include <sys/io.h>#include <stdio.h>Go to the source code of this file.
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 | ) |