GetGdiCompatibleGlyphMetrics Method
In This Topic
Obtains glyph metrics in font design units with the return values compatible with what GDI would produce.
Overload List
Overload | Description |
GetGdiCompatibleGlyphMetrics(Single,Single,Nullable<Matrix3x2>,Boolean,Int16[],Boolean) | Obtains glyph metrics in font design units with the return values compatible with what GDI would produce. |
GetGdiCompatibleGlyphMetrics(Single,Single,Nullable<Matrix3x2>,Bool,Int16[],Int32,GlyphMetrics[],Bool) | 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