linear-hori-advance>> ( object -- value )


Vocabulary
accessors

Definition
IN: accessors

GENERIC: linear-hori-advance>> ( object -- value )


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

M: glyph linear-hori-advance>>
T{ struct-slot-spec
{ name "linear-hori-advance" }
{ offset 112 }
{ class integer }
{ initial 0 }
{ type FT_Fixed }
} read-struct-slot ; inline