bitmap-top<< ( value object -- )


Vocabulary
accessors

Definition
IN: accessors

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


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

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