ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.DirectWrite Namespace / FontFace Class / GetGlyphIndices Method

In This Topic
    GetGlyphIndices Method
    In This Topic
    Returns the nominal mapping of UCS4 Unicode code points to glyph indices as defined by the font 'CMAP' table.
    Overload List
    OverloadDescription
    Returns the nominal mapping of UCS4 Unicode code points to glyph indices as defined by the font 'CMAP' table.  
    HRESULT IDWriteFontFace::GetGlyphIndices([In, Buffer] const unsigned int* codePoints,[In] unsigned int codePointCount,[Out, Buffer] unsigned short* glyphIndices)  
    See Also