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