render: replace all usage of cairo with pixman

This commit is contained in:
Daniel Eklöf 2019-08-16 22:06:06 +02:00
parent bed7b34c28
commit 81107753bf
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
5 changed files with 90 additions and 81 deletions

8
font.h
View file

@ -41,13 +41,13 @@ struct font {
double pixel_size_fixup; /* Scale factor - should only be used with ARGB32 glyphs */
struct {
double position;
double thickness;
int position;
int thickness;
} underline;
struct {
double position;
double thickness;
int position;
int thickness;
} strikeout;
bool is_fallback;