TtfFont.Convert

Convert(FontType)

将字体转换为其他格式。

public override Font Convert(FontType fontType)
参数类型描述
fontTypeFontType要转换成的字体格式类型。

返回值

已将字体转换为新格式。

备注

注意:目前仅支持 TTF 字体类型。

另见


Convert(FontType, ICollection<uint>)

在限制字符集的情况下将字体转换为其他格式

public Font Convert(FontType fontType, ICollection<uint> limitingCharacterSet)
参数类型描述
fontTypeFontType要转换成的字体格式类型。
limitingCharacterSetICollection`1限制字符集。

返回值

已将字体转换为新格式。

备注

注意:目前仅支持 TTF 字体类型。

另见