点击或拖拽改变大小

HtmlRenderAddFontFamily 方法

Adds a font family to be used in html rendering.
The added font will be used by all rendering function including HtmlContainer and all WinForms controls.

命名空间:  DSkin.Html
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public static void AddFontFamily(
	FontFamily fontFamily
)

参数

fontFamily
类型:System.DrawingFontFamily
The font family to add.
备注
The given font family instance must be remain alive while the renderer is in use.
If loaded to PrivateFontCollection then the collection must be alive.
If loaded from file then the file must not be deleted.
参见