Interface

Gjsgjs/cairodefaultGlyph

A glyph object used for storing and manipulating glyphs (cairo_glyph_t). Defined locally so the template works even when the generated cairo-1.0 does not include this record (GIR may omit it in some setups).

interface Glyph {
    index: number;
    x: number;
    y: number;
}
Index

Properties

Properties

index: number
x: number
y: number