x-ppem>> ( object -- value )


Vocabulary
accessors

Definition
IN: accessors

GENERIC: x-ppem>> ( object -- value )


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

M: face-size x-ppem>>
T{ struct-slot-spec
{ name "x-ppem" }
{ offset 24 }
{ class fixnum }
{ initial 0 }
{ type FT_UShort }
} read-struct-slot ; inline