bitmap-num-grays>> ( object -- value )


Vocabulary
accessors

Definition
IN: accessors

GENERIC: bitmap-num-grays>> ( object -- value )


Methods
USING: accessors alien.c-types classes.struct
classes.struct.private freetype math ;

M: glyph bitmap-num-grays>>
T{ struct-slot-spec
{ name "bitmap-num-grays" }
{ offset 176 }
{ class fixnum }
{ initial 0 }
{ type short }
} read-struct-slot ; inline