hori-bearing-x<< ( value object -- )


Vocabulary
accessors

Definition
IN: accessors

GENERIC: hori-bearing-x<< ( value object -- )


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

M: glyph hori-bearing-x<<
T{ struct-slot-spec
{ name "hori-bearing-x" }
{ offset 64 }
{ class integer }
{ initial 0 }
{ type FT_Pos }
} write-struct-slot ; inline