max-advance-width>> ( object -- value )


Vocabulary
accessors

Definition
IN: accessors

GENERIC: max-advance-width>> ( object -- value )


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

M: face max-advance-width>>
T{ struct-slot-spec
{ name "max-advance-width" }
{ offset 144 }
{ class fixnum }
{ initial 0 }
{ type FT_Short }
} read-struct-slot ; inline