[]
        
(Showing Draft Content)

C1.Util.DX.DirectWrite.Typography

Typography Class

IDWriteTypography

Inheritance
Typography
Implements
Namespace: C1.Util.DX.DirectWrite
Assembly: C1.Win.C1DX.4.8.dll
Syntax
[Guid("55f1112b-1dc2-4b3c-9541-f46894ed85b6")]
public class Typography : ComObject, IDisposable, IUnknown

Constructors

Name Description
Typography(IntPtr)

Initializes a new instance of the Typography class.

Methods

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()

Operators

Name Description
explicit operator Typography(IntPtr)

Performs an explicit conversion from IntPtr to Typography.