Method HasFontClass
- Namespace
- Velvet
- Assembly
- Velvet.Docs.dll
HasFontClass(string[])
Cheap early-out: true when ANY class is a font utility. Avoids the full TryExtract(string[], out FontIntent) scan on the elements (the vast majority) that carry no font class.
public static bool HasFontClass(string[] classNames)
Parameters
classNamesstring[]
Returns
- bool