style-flags>> ( object -- value )


Vocabulary
accessors

Definition
IN: accessors

GENERIC: style-flags>> ( object -- value )


Methods
USING: accessors classes.struct classes.struct.private freetype
math ;

M: face style-flags>>
T{ struct-slot-spec
{ name "style-flags" }
{ offset 24 }
{ class integer }
{ initial 0 }
{ type FT_Long }
} read-struct-slot ; inline