GetFontByName
SystemFonts.GetFontByName method
返回与指定系统字体名称对应的字体对象。
public static Font GetFontByName(string systemFontName)
范围 | 类型 | 描述 |
---|---|---|
systemFontName | String | 您需要字体对象的系统字体的名称。 |
返回值
一个Font如果指定的名称与中的值匹配SystemFonts; 否则为空。
也可以看看
- class Font
- class SystemFonts
- 命名空间 System.Drawing
- 部件 Aspose.Drawing