mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-24 09:05:48 -04:00
cairo-ft: remove all usages of cairo-ft
This commit is contained in:
parent
c399c329b6
commit
175dc9cf94
5 changed files with 4 additions and 78 deletions
|
|
@ -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 };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue