Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: IEnumerable<int> GetSupportedCharacters(string, IEnumerable<int>)

  • Declared in: RT.KitchenSink.Fonts.FontUtil

Declaration

public static IEnumerable<int> GetSupportedCharacters(
    string fontFamily,
    IEnumerable<int> characters = null
)

Summary

Returns a list of Unicode codepoints for which the specified font family has a glyph.

Parameters

stringfontFamilyThe font family to check.
IEnumerable<int>charactersA list of Unicode codepoints of the characters to check, or null to check all characters.