ExternalFontCache.FetchDrFont
FetchDrFont(string, float, FontStyle)
获取DrFont
按字体系列名称、大小和样式.
public static DrFont FetchDrFont(string familyName, float sizePoints, FontStyle style)
范围 | 类型 | 描述 |
---|---|---|
familyName | String | 字体系列名称。 |
sizePoints | Single | 以磅为单位的字体大小(一磅等于 1/72 英寸)。 |
style | FontStyle | 字体样式。 |
返回值
返回 DrFont
也可以看看
- class DrFont
- class ExternalFontCache
- 命名空间 Aspose.Page
- 部件 Aspose.Page
FetchDrFont(string, float, FontStyle, string)
获取DrFont
按字体系列名称、大小、样式和替代字体系列名称.
public DrFont FetchDrFont(string familyName, float sizePoints, FontStyle style,
string altFamilyName)
范围 | 类型 | 描述 |
---|---|---|
familyName | String | 字体系列名称。 |
sizePoints | Single | 以磅为单位的字体大小(一磅等于 1/72 英寸)。 |
style | FontStyle | 字体样式。 |
altFamilyName | String | 替代字体系列名称。 |
返回值
返回 DrFont
也可以看看
- class DrFont
- class ExternalFontCache
- 命名空间 Aspose.Page
- 部件 Aspose.Page