Class FontExclude
Class for checking excluded font names from bold attribute setting.
Inherited Members
Namespace: EduCATS.Fonts
Assembly: EduCATS.dll
Syntax
public static class FontExclude
Methods
CheckNameExcluded(string)
Check if font is excluded.
Declaration
public static bool CheckNameExcluded(string font)
Parameters
Type | Name | Description |
---|---|---|
string | font | Font name to check. |
Returns
Type | Description |
---|---|
bool | Is excluded. |