点击或拖拽改变大小

RAdapterCreateFontInt 方法 (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.AdaptersRFontFamily
the font family instance
size
类型:SystemDouble
font size
style
类型:DSkin.Html.Adapters.EntitiesRFontStyle
font style

返回值

类型:RFont
font instance
参见