TtfFont.Convert
Contents
[
Hide
]Convert(FontType)
Converts the Font into another format.
public override Font Convert(FontType fontType)
Parameter | Type | Description |
---|---|---|
fontType | FontType | Font format type to convert into. |
Return Value
Font converted into new format.
Remarks
Note: TTF Font type is now supported only.
See Also
- class Font
- enum FontType
- class TtfFont
- namespace Aspose.Font.Ttf
- assembly Aspose.Font
Convert(FontType, ICollection<uint>)
Converts the Font into another format with limiting character set
public Font Convert(FontType fontType, ICollection<uint> limitingCharacterSet)
Parameter | Type | Description |
---|---|---|
fontType | FontType | Font format type to convert into. |
limitingCharacterSet | ICollection`1 | Limiting character set. |
Return Value
Font converted into new format.
Remarks
Note: TTF Font type is now supported only.
See Also
- class Font
- enum FontType
- class TtfFont
- namespace Aspose.Font.Ttf
- assembly Aspose.Font