TextFormatter.Create 方法  
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建 TextFormatter 类的新实例。
重载
| Create() | 
						   创建 TextFormatter 类的新实例。 这是一种静态方法。  | 
        	
| Create(TextFormattingMode) | 
						   使用指定的格式设置模式创建 TextFormatter 类的新实例。 这是一种静态方法。  | 
        	
Create()
创建 TextFormatter 类的新实例。 这是一种静态方法。
public:
 static System::Windows::Media::TextFormatting::TextFormatter ^ Create();
	public static System.Windows.Media.TextFormatting.TextFormatter Create ();
	static member Create : unit -> System.Windows.Media.TextFormatting.TextFormatter
	Public Shared Function Create () As TextFormatter
	返回
TextFormatter 的新实例。
适用于
Create(TextFormattingMode)
使用指定的格式设置模式创建 TextFormatter 类的新实例。 这是一种静态方法。
public:
 static System::Windows::Media::TextFormatting::TextFormatter ^ Create(System::Windows::Media::TextFormattingMode textFormattingMode);
	public static System.Windows.Media.TextFormatting.TextFormatter Create (System.Windows.Media.TextFormattingMode textFormattingMode);
	static member Create : System.Windows.Media.TextFormattingMode -> System.Windows.Media.TextFormatting.TextFormatter
	Public Shared Function Create (textFormattingMode As TextFormattingMode) As TextFormatter
	参数
- textFormattingMode
 - TextFormattingMode
 
TextFormattingMode,可指定 TextFormatter 的文本布局。
返回
TextFormatter 的新实例。