Method Cairo.Glyph()->create()
- Method
create
Cairo.Glyph Cairo.Glyph(
int(0..)
index
,float
|int
|void
x
,float
|int
|void
y
)- Parameter
index
glyph index in the font. The exact interpretation of the glyph index depends on the font technology being used.
- Parameter
x
the offset in the X direction between the origin used for drawing or measuring the string and the origin of this glyph.
- Parameter
y
the offset in the Y direction between the origin used for drawing or measuring the string and the origin of this glyph.