ascender>> ( object -- value )


Vocabulary
accessors

Definition
IN: accessors

GENERIC: ascender>> ( object -- value )


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

M: face-size ascender>>
T{ struct-slot-spec
{ name "ascender" }
{ offset 48 }
{ class integer }
{ initial 0 }
{ type FT_Pos }
} read-struct-slot ; inline


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

M: face ascender>>
T{ struct-slot-spec
{ name "ascender" }
{ offset 138 }
{ class fixnum }
{ initial 0 }
{ type FT_Short }
} read-struct-slot ; inline