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


Vocabulary
accessors

Definition
IN: accessors

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


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

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