PFNGLPATHGLYPHINDEXRANGENVPROC typedef

PFNGLPATHGLYPHINDEXRANGENVPROC = Uint32 Function(Uint32 fontTarget, Pointer<NativeType> fontName, Uint32 fontStyle, Uint32 pathParameterTemplate, Float emScale, Pointer<Uint32> baseAndCount)

Implementation

typedef PFNGLPATHGLYPHINDEXRANGENVPROC =
    Uint32 Function(
      Uint32 fontTarget,
      Pointer<NativeType> fontName,
      Uint32 fontStyle,
      Uint32 pathParameterTemplate,
      Float emScale,
      Pointer<Uint32> baseAndCount,
    );