点击或拖拽改变大小

RAdapterAddFontFamilyMapping 方法

Adds a font mapping from fromFamily to toFamily iff the fromFamily is not found.
When the fromFamily font is used in rendered html and is not found in existing fonts (installed or added) it will be replaced by toFamily.

命名空间:  DSkin.Html.Adapters
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public void AddFontFamilyMapping(
	string fromFamily,
	string toFamily
)

参数

fromFamily
类型:SystemString
the font family to replace
toFamily
类型:SystemString
the font family to replace with
参见