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