C1.Win.C1DX.4.8 Assembly / C1.Util.DX.DirectWrite Namespace / FontFace Class / GetGdiCompatibleGlyphMetrics Method

In This Topic
GetGdiCompatibleGlyphMetrics Method
In This Topic
Obtains glyph metrics in font design units with the return values compatible with what GDI would produce.
Overload List
OverloadDescription
Obtains glyph metrics in font design units with the return values compatible with what GDI would produce.  
HRESULT IDWriteFontFace::GetGdiCompatibleGlyphMetrics([In] float emSize,[In] float pixelsPerDip,[In, Optional] const DWRITE_MATRIX* transform,[In] BOOL useGdiNatural,[In, Buffer] const unsigned short* glyphIndices,[In] unsigned int glyphCount,[Out, Buffer] DWRITE_GLYPH_METRICS* glyphMetrics,[In] BOOL isSideways)  
See Also