glyph>> ( object -- value )


Vocabulary
accessors

Definition
IN: accessors

GENERIC: glyph>> ( object -- value )


Methods
USING: accessors alien alien.syntax classes.struct
classes.struct.private freetype ;

M: face glyph>>
T{ struct-slot-spec
{ name "glyph" }
{ offset 152 }
{ class c-ptr }
{ type pointer: glyph }
} read-struct-slot ; inline