DSkin
DSkin
DSkin.Html.Adapters
RAdapter 类
RAdapter 方法
CreateFontInt 方法
CreateFontInt 方法 (String, Double, RFontStyle)
CreateFontInt 方法 (RFontFamily, Double, RFontStyle)
RAdapter
CreateFontInt 方法 (RFontFamily, Double, RFontStyle)
Get font instance by given font family instance, size and style.
Used to support custom fonts that require explicit font family instance to be created.
命名空间:
DSkin.Html.Adapters
程序集:
DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
复制
protected
abstract
RFont
CreateFontInt
(
RFontFamily
family
,
double
size
,
RFontStyle
style
)
参数
family
类型:
DSkin.Html.Adapters
RFontFamily
the font family instance
size
类型:
System
Double
font size
style
类型:
DSkin.Html.Adapters.Entities
RFontStyle
font style
返回值
类型:
RFont
font instance
参见
引用
RAdapter 类
CreateFontInt 重载
DSkin.Html.Adapters 命名空间