cairo-ft: remove all usages of cairo-ft

This commit is contained in:
Daniel Eklöf 2019-07-28 12:45:01 +02:00
parent c399c329b6
commit 175dc9cf94
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
5 changed files with 4 additions and 78 deletions

View file

@ -213,7 +213,6 @@ struct glyph_cache {
struct font {
FT_Face face;
cairo_scaled_font_t *font;
struct {
double position;
double thickness;
@ -222,8 +221,6 @@ struct font {
double position;
double thickness;
} strikeout;
struct glyph_cache glyph_cache[256];
};
enum cursor_style { CURSOR_BLOCK, CURSOR_UNDERLINE, CURSOR_BAR };