TextFormatデータ型で公開されるメンバを以下の表に示します。
パブリック コンストラクタ
パブリック プロパティ
パブリック メソッド
| 名前 | 解説 |
  | Create | オーバーロードされます。 Creates a text format object used for text layout with normal weight, style and stretch. |
 | 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 | オーバーロードされます。 Query this instance for a particular COM GUID/interface support. C1.Util.DX.ComObjectから継承されます。 |
 | QueryInterfaceOrNull | オーバーロードされます。 Query instance for a particular COM GUID/interface support. 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) |
トップ
パブリック イベント
パブリック オペレータ
参照