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


Vocabulary
accessors

Definition
IN: accessors

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


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

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