outline-flags>> ( object -- value )


Vocabulary
accessors

Definition
IN: accessors

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


Methods
USING: accessors alien.c-types classes.struct
classes.struct.private freetype math ;

M: glyph outline-flags>>
T{ struct-slot-spec
{ name "outline-flags" }
{ offset 232 }
{ class fixnum }
{ initial 0 }
{ type int }
} read-struct-slot ; inline