Create Method (TextLayout)
In This Topic
Takes a string, text format, and associated constraints, and produces an object that represents the fully analyzed and formatted result.
Overload List
Overload | Description |
Create(Factory,String,TextFormat,Single,Single) | Takes a string, text format, and associated constraints, and produces an object that represents the fully analyzed and formatted result. |
Create(Factory,String,TextFormat,Single,Single,Single,Boolean) | Create a Gdi Compatible TextLayout. Takes a string, format, and associated constraints, and produces an object representing the result, formatted for a particular display resolution and measuring mode. |
Create(Factory,String,TextFormat,Single,Single,Single,Nullable<Matrix3x2>,Boolean) | Create a Gdi Compatible TextLayout. Takes a string, format, and associated constraints, and produces an object representing the result, formatted for a particular display resolution and measuring mode. |
See Also