API Reference / @gtkx/cairo / GlyphConstructorProps
Type Alias: GlyphConstructorProps
GlyphConstructorProps =
object
Defined in: structs.d.ts:24
Initial field values for a Glyph; a field left out or set to null keeps zero.
Properties
index?
optionalindex?:bigint|null
Defined in: structs.d.ts:26
Index of the glyph in the font.
x?
optionalx?:number|null
Defined in: structs.d.ts:28
Horizontal position of the glyph origin.
y?
optionaly?:number|null
Defined in: structs.d.ts:30
Vertical position of the glyph origin.