Bitmap for WPF
TextFormat クラス メンバ
プロパティ  メソッド  イベント

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.DirectWrite 名前空間 : TextFormat クラス

TextFormatデータ型で公開されるメンバを以下の表に示します。

パブリック コンストラクタ
 名前解説
Public コンストラクタInitializes a new instance of the TextFormatclass.  
トップ
パブリック プロパティ
 名前解説
Public プロパティGets a copy of the font family name.  
Public プロパティGets a value indicating whether this instance is disposed. C1.Util.DX.DisposeBaseから継承されます。
Public プロパティGets a copy of the locale name.  
Public プロパティGet a pointer to the underlying Cpp Object C1.Util.DX.CppObjectから継承されます。
Public プロパティGets or sets a custom user tag object to associate with this instance.. C1.Util.DX.CppObjectから継承されます。
トップ
パブリック メソッド
 名前解説
Public メソッドstatic (Shared in Visual Basic)オーバーロードされます。 Creates a text format object used for text layout with normal weight, style and stretch.  
Public メソッドDWRITE_FLOW_DIRECTION IDWriteTextFormat::GetFlowDirection()  
Public メソッドHRESULT IDWriteTextFormat::GetFontCollection([Out] IDWriteFontCollection** fontCollection)  
Public メソッドHRESULT IDWriteTextFormat::GetFontFamilyName([Out, Buffer] wchar_t* fontFamilyName,[In] unsigned int nameSize)  
Public メソッドunsigned int IDWriteTextFormat::GetFontFamilyNameLength()  
Public メソッドfloat IDWriteTextFormat::GetFontSize()  
Public メソッドDWRITE_FONT_STRETCH IDWriteTextFormat::GetFontStretch()  
Public メソッドDWRITE_FONT_STYLE IDWriteTextFormat::GetFontStyle()  
Public メソッドDWRITE_FONT_WEIGHT IDWriteTextFormat::GetFontWeight()  
Public メソッドfloat IDWriteTextFormat::GetIncrementalTabStop()  
Public メソッドHRESULT IDWriteTextFormat::GetLineSpacing([Out] DWRITE_LINE_SPACING_METHOD* lineSpacingMethod,[Out] float* lineSpacing,[Out] float* baseline)  
Public メソッドHRESULT IDWriteTextFormat::GetLocaleName([Out, Buffer] wchar_t* localeName,[In] unsigned int nameSize)  
Public メソッドunsigned int IDWriteTextFormat::GetLocaleNameLength()  
Public メソッドDWRITE_PARAGRAPH_ALIGNMENT IDWriteTextFormat::GetParagraphAlignment()  
Public メソッドDWRITE_READING_DIRECTION IDWriteTextFormat::GetReadingDirection()  
Public メソッドDWRITE_TEXT_ALIGNMENT IDWriteTextFormat::GetTextAlignment()  
Public メソッドHRESULT IDWriteTextFormat::GetTrimming([Out] DWRITE_TRIMMING* trimmingOptions,[Out] IDWriteInlineObject** trimmingSign)  
Public メソッドDWRITE_WORD_WRAPPING IDWriteTextFormat::GetWordWrapping()  
Public メソッドオーバーロードされます。 Query this instance for a particular COM GUID/interface support. C1.Util.DX.ComObjectから継承されます。
Public メソッドオーバーロードされます。 Query instance for a particular COM GUID/interface support. C1.Util.DX.ComObjectから継承されます。
Public メソッドHRESULT IDWriteTextFormat::SetFlowDirection([In] DWRITE_FLOW_DIRECTION flowDirection)  
Public メソッドHRESULT IDWriteTextFormat::SetIncrementalTabStop([In] float incrementalTabStop)  
Public メソッドHRESULT IDWriteTextFormat::SetLineSpacing([In] DWRITE_LINE_SPACING_METHOD lineSpacingMethod,[In] float lineSpacing,[In] float baseline)  
Public メソッドHRESULT IDWriteTextFormat::SetParagraphAlignment([In] DWRITE_PARAGRAPH_ALIGNMENT paragraphAlignment)  
Public メソッドHRESULT IDWriteTextFormat::SetReadingDirection([In] DWRITE_READING_DIRECTION readingDirection)  
Public メソッドHRESULT IDWriteTextFormat::SetTextAlignment([In] DWRITE_TEXT_ALIGNMENT textAlignment)  
Public メソッド

Sets trimming options for text overflowing the layout width.

 
Public メソッドHRESULT IDWriteTextFormat::SetWordWrapping([In] DWRITE_WORD_WRAPPING wordWrapping)  
トップ
パブリック イベント
 名前解説
Public イベントOccurs when this instance is fully disposed. C1.Util.DX.DisposeBaseから継承されます。
Public イベントOccurs when this instance is starting to be disposed. C1.Util.DX.DisposeBaseから継承されます。
トップ
パブリック オペレータ
Performs an explicit conversion from System.IntPtrto TextFormat.
トップ
参照

TextFormat クラス
C1.Util.DX.DirectWrite 名前空間