freetype: correct typo in previous fix (#509)
Co-authored-by: Scott Johnson <scott.johnson@furniturerow.com>
This commit is contained in:
parent
21a0edca03
commit
b7ea4aeb89
1 changed files with 2 additions and 2 deletions
|
|
@ -127,7 +127,7 @@ pub const FaceFlags = packed struct {
|
||||||
svg: bool = false,
|
svg: bool = false,
|
||||||
sbix: bool = false,
|
sbix: bool = false,
|
||||||
sbix_overlay: bool = false,
|
sbix_overlay: bool = false,
|
||||||
_padding: if (@sizeof(c_long) == 4) u13 else u45 = 0,
|
_padding: if (@sizeOf(c_long) == 4) u13 else u45 = 0,
|
||||||
};
|
};
|
||||||
|
|
||||||
pub const FSType = packed struct {
|
pub const FSType = packed struct {
|
||||||
|
|
@ -144,7 +144,7 @@ pub const FSType = packed struct {
|
||||||
pub const StyleFlags = packed struct {
|
pub const StyleFlags = packed struct {
|
||||||
italic: bool = false,
|
italic: bool = false,
|
||||||
bold: bool = false,
|
bold: bool = false,
|
||||||
_padding: if (@sizeof(c_long) == 4) u30 else u62 = 0,
|
_padding: if (@sizeOf(c_long) == 4) u30 else u62 = 0,
|
||||||
};
|
};
|
||||||
|
|
||||||
pub const OpenFlags = packed struct {
|
pub const OpenFlags = packed struct {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue