mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-06 07:15:30 -04:00
render: replace all usage of cairo with pixman
This commit is contained in:
parent
bed7b34c28
commit
81107753bf
5 changed files with 90 additions and 81 deletions
8
font.h
8
font.h
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue