bitmap-left<< ( value object -- )


Vocabulary
accessors

Definition
IN: accessors

GENERIC: bitmap-left<< ( value object -- )


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

M: glyph bitmap-left<<
T{ struct-slot-spec
{ name "bitmap-left" }
{ offset 192 }
{ class fixnum }
{ initial 0 }
{ type FT_Int }
} write-struct-slot ; inline