GlPathGlyphsNV typedef

GlPathGlyphsNV = void Function(int firstPathName, int fontTarget, Pointer<NativeType> fontName, int fontStyle, int numGlyphs, int type, Pointer<NativeType> charcodes, int handleMissingGlyphs, int pathParameterTemplate, double emScale)

Implementation

typedef GlPathGlyphsNV = void Function(
    int firstPathName,
    int fontTarget,
    Pointer fontName,
    int fontStyle,
    int numGlyphs,
    int type,
    Pointer charcodes,
    int handleMissingGlyphs,
    int pathParameterTemplate,
    double emScale);