[]
IDWriteTypography
[Guid("55f1112b-1dc2-4b3c-9541-f46894ed85b6")]
public class Typography : ComObject, IDisposable, IUnknown
Initializes a new instance of the Typography class.
public Typography(IntPtr nativePtr)
nativePtr
System.IntPtrThe native pointer.
HRESULT IDWriteTypography::AddFontFeature([In] DWRITE_FONT_FEATURE fontFeature)
public void AddFontFeature(FontFeature fontFeature)
fontFeature
FontFeatureCreates a typography object for use in a text layout.
public static Typography Create(Factory factory)
HRESULT IDWriteTypography::GetFontFeature([In] unsigned int fontFeatureIndex,[Out] DWRITE_FONT_FEATURE* fontFeature)
public FontFeature GetFontFeature(int fontFeatureIndex)
fontFeatureIndex
intunsigned int IDWriteTypography::GetFontFeatureCount()
public int GetFontFeatureCount()
Performs an explicit conversion from System.IntPtr to Typography.
public static explicit operator Typography(IntPtr nativePointer)
nativePointer
System.IntPtr