public bool IsFontAvailable( string fontName, string fontStyle, FontType fontType, List<CIMFontVariation> fontVariationSettings )
Public Function IsFontAvailable( _ ByVal fontName As String, _ ByVal fontStyle As String, _ ByVal fontType As FontType, _ ByVal fontVariationSettings As List(Of CIMFontVariation) _ ) As Boolean
Parameters
- fontName
- The name of the font family.
- fontStyle
- The name of the font style.
- fontType
- The font type.
- fontVariationSettings
- Any font variation settings to be applied. Can be null.
Return Value
A boolean representing whether the font is available.