mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-21 01:45:40 +02:00
font: remove the fextents sub-struct
This commit is contained in:
parent
9fb3c58588
commit
b48365aa86
3 changed files with 11 additions and 13 deletions
10
font.h
10
font.h
|
@ -41,12 +41,10 @@ struct font {
|
|||
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 height;
|
||||
int descent;
|
||||
int ascent;
|
||||
int max_x_advance;
|
||||
} fextents;
|
||||
int height;
|
||||
int descent;
|
||||
int ascent;
|
||||
int max_x_advance;
|
||||
|
||||
struct {
|
||||
int position;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue