mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-31 07:11:09 -04:00
font: tentative support for BGR, V-RGB and V-BGR
This commit is contained in:
parent
d84b485202
commit
9029478e8c
2 changed files with 23 additions and 7 deletions
1
font.h
1
font.h
|
|
@ -39,6 +39,7 @@ struct font {
|
|||
int render_flags;
|
||||
FT_LcdFilter lcd_filter;
|
||||
double pixel_size_fixup; /* Scale factor - should only be used with ARGB32 glyphs */
|
||||
bool bgr; /* True for FC_RGBA_BGR and FC_RGBA_VBGR */
|
||||
|
||||
struct {
|
||||
int position;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue