summaryrefslogtreecommitdiff
path: root/framebuffer/fb_font.h
diff options
context:
space:
mode:
Diffstat (limited to 'framebuffer/fb_font.h')
-rw-r--r--framebuffer/fb_font.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/framebuffer/fb_font.h b/framebuffer/fb_font.h
index cd32e5193..df29db2c1 100644
--- a/framebuffer/fb_font.h
+++ b/framebuffer/fb_font.h
@@ -26,8 +26,9 @@ bool fb_font_finalise(void);
#include <ft2build.h>
#include FT_FREETYPE_H
+#include <freetype/ftglyph.h>
-FT_Face fb_get_face(const struct css_style *style);
+FT_Glyph fb_getglyph(const struct css_style *style, uint32_t ucs4);
extern int ft_load_type;