units-per-em>> ( object -- value )


Vocabulary
accessors

Definition
IN: accessors

GENERIC: units-per-em>> ( object -- value )


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

M: face units-per-em>>
T{ struct-slot-spec
{ name "units-per-em" }
{ offset 136 }
{ class fixnum }
{ initial 0 }
{ type FT_UShort }
} read-struct-slot ; inline