 | FontImageHelperGetFont 方法 |
Sweet 开发框架
获取字体
命名空间:
SweetUI
程序集:
SweetUI (在 SweetUI.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public static Font GetFont(
int symbol,
int imageSize
)
Public Shared Function GetFont (
symbol As Integer,
imageSize As Integer
) As Font
static member GetFont :
symbol : int *
imageSize : int -> Font
参数
- symbol
- 类型:SystemInt32
字符 - imageSize
- 类型:SystemInt32
大小
返回值
类型:
Font字体
参见