Create Method (TextFormat)
In This Topic
Creates a text format object used for text layout with normal weight, style and stretch.
Overload List
| Overload | Description |
| Create(Factory,String,Single) | Creates a text format object used for text layout with normal weight, style and stretch. |
| Create(Factory,String,FontWeight,FontStyle,Single) | Creates a text format object used for text layout with normal stretch. |
| Create(Factory,String,FontWeight,FontStyle,FontStretch,Single) | Creates a text format object used for text layout. |
| Create(Factory,String,FontCollection,FontWeight,FontStyle,FontStretch,Single) | Creates a text format object used for text layout. |
| Create(Factory,String,FontCollection,FontWeight,FontStyle,FontStretch,Single,String) | Creates a text format object used for text layout. |
See Also