num-charmaps>> ( object -- value )


Vocabulary
accessors

Definition
IN: accessors

GENERIC: num-charmaps>> ( object -- value )


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

M: face num-charmaps>>
T{ struct-slot-spec
{ name "num-charmaps" }
{ offset 72 }
{ class fixnum }
{ initial 0 }
{ type FT_Int }
} read-struct-slot ; inline