| Overload | Description |
|---|---|
| CreateTextFont(String,Single,Boolean,Boolean) | Creates the font by name. |
| CreateTextFont(TextFont,Single,Boolean,Boolean) | Creates the font from the source font and changes size, bold/italic style of created font. |
| CreateTextFont(TextFontInfo) | Creates the font by font info. (Inherited from TextRenderingFactory) |
| CreateTextFont(TextFont,Single) | Creates the font from the source font and changes size of created font. (Inherited from TextRenderingFactory) |