bitmap-pixel-mode>> ( object -- value )


Vocabulary
accessors

Definition
IN: accessors

GENERIC: bitmap-pixel-mode>> ( object -- value )


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

M: glyph bitmap-pixel-mode>>
T{ struct-slot-spec
{ name "bitmap-pixel-mode" }
{ offset 178 }
{ class fixnum }
{ initial 0 }
{ type char }
} read-struct-slot ; inline