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


Vocabulary
accessors

Definition
IN: accessors

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


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 }
} write-struct-slot ; inline