PFNGLPATHGLYPHRANGENVPROC typedef

PFNGLPATHGLYPHRANGENVPROC = Void Function(Uint32 firstPathName, Uint32 fontTarget, Pointer<NativeType> fontName, Uint32 fontStyle, Uint32 firstGlyph, Uint32 numGlyphs, Uint32 handleMissingGlyphs, Uint32 pathParameterTemplate, Float emScale)

Implementation

typedef PFNGLPATHGLYPHRANGENVPROC =
    Void Function(
      Uint32 firstPathName,
      Uint32 fontTarget,
      Pointer<NativeType> fontName,
      Uint32 fontStyle,
      Uint32 firstGlyph,
      Uint32 numGlyphs,
      Uint32 handleMissingGlyphs,
      Uint32 pathParameterTemplate,
      Float emScale,
    );