In This Topic
The following tables list the members exposed by TextFormat.
Public Constructors
Public Properties
Public Methods
| Name | Description |
  | Create | Overloaded. Creates a text format object used for text layout with normal weight, style and stretch. |
 | Dispose | Overloaded. Clean up any resources being used. (Inherited from C1.Util.DX.ComObject) |
 | GetFlowDirection | DWRITE_FLOW_DIRECTION IDWriteTextFormat::GetFlowDirection() |
 | GetFontCollection | HRESULT IDWriteTextFormat::GetFontCollection([Out] IDWriteFontCollection** fontCollection) |
 | GetFontFamilyName | HRESULT IDWriteTextFormat::GetFontFamilyName([Out, Buffer] wchar_t* fontFamilyName,[In] unsigned int nameSize) |
 | GetFontFamilyNameLength | unsigned int IDWriteTextFormat::GetFontFamilyNameLength() |
 | GetFontSize | float IDWriteTextFormat::GetFontSize() |
 | GetFontStretch | DWRITE_FONT_STRETCH IDWriteTextFormat::GetFontStretch() |
 | GetFontStyle | DWRITE_FONT_STYLE IDWriteTextFormat::GetFontStyle() |
 | GetFontWeight | DWRITE_FONT_WEIGHT IDWriteTextFormat::GetFontWeight() |
 | GetIncrementalTabStop | float IDWriteTextFormat::GetIncrementalTabStop() |
 | GetLineSpacing | HRESULT IDWriteTextFormat::GetLineSpacing([Out] DWRITE_LINE_SPACING_METHOD* lineSpacingMethod,[Out] float* lineSpacing,[Out] float* baseline) |
 | GetLocaleName | HRESULT IDWriteTextFormat::GetLocaleName([Out, Buffer] wchar_t* localeName,[In] unsigned int nameSize) |
 | GetLocaleNameLength | unsigned int IDWriteTextFormat::GetLocaleNameLength() |
 | GetParagraphAlignment | DWRITE_PARAGRAPH_ALIGNMENT IDWriteTextFormat::GetParagraphAlignment() |
 | GetReadingDirection | DWRITE_READING_DIRECTION IDWriteTextFormat::GetReadingDirection() |
 | GetTextAlignment | DWRITE_TEXT_ALIGNMENT IDWriteTextFormat::GetTextAlignment() |
 | GetTrimming | HRESULT IDWriteTextFormat::GetTrimming([Out] DWRITE_TRIMMING* trimmingOptions,[Out] IDWriteInlineObject** trimmingSign) |
 | GetWordWrapping | DWRITE_WORD_WRAPPING IDWriteTextFormat::GetWordWrapping() |
 | QueryInterface | Overloaded. Query this instance for a particular COM GUID/interface support. (Inherited from C1.Util.DX.ComObject) |
 | QueryInterfaceOrNull | Overloaded. Query instance for a particular COM GUID/interface support. (Inherited from C1.Util.DX.ComObject) |
 | SetFlowDirection | HRESULT IDWriteTextFormat::SetFlowDirection([In] DWRITE_FLOW_DIRECTION flowDirection) |
 | SetIncrementalTabStop | HRESULT IDWriteTextFormat::SetIncrementalTabStop([In] float incrementalTabStop) |
 | SetLineSpacing | HRESULT IDWriteTextFormat::SetLineSpacing([In] DWRITE_LINE_SPACING_METHOD lineSpacingMethod,[In] float lineSpacing,[In] float baseline) |
 | SetParagraphAlignment | HRESULT IDWriteTextFormat::SetParagraphAlignment([In] DWRITE_PARAGRAPH_ALIGNMENT paragraphAlignment) |
 | SetReadingDirection | HRESULT IDWriteTextFormat::SetReadingDirection([In] DWRITE_READING_DIRECTION readingDirection) |
 | SetTextAlignment | HRESULT IDWriteTextFormat::SetTextAlignment([In] DWRITE_TEXT_ALIGNMENT textAlignment) |
 | SetTrimming | Sets trimming options for text overflowing the layout width. |
 | SetWordWrapping | HRESULT IDWriteTextFormat::SetWordWrapping([In] DWRITE_WORD_WRAPPING wordWrapping) |
Top
Public Events
Public Operators
See Also