Check if the given font exists in the system by font family name.
命名空间:
DSkin.Html.Adapters
程序集:
DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法 public bool IsFontExists(
string font
)
参数
- font
- 类型:SystemString
the font name to check
返回值
类型:
Booleantrue - font exists by given family name, false - otherwise
参见