Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static class: RT.KitchenSink.Fonts.FontUtil

Summary

Provides some assorted functionality relating to fonts.

Static methods

IEnumerable<string>
GetFontFamiliesContaining(params int[] charactersToCheck)
Returns a list of all installed font families that contain a glyph for all of the specified Unicode characters.
IEnumerable<string>Returns a list of all monospace fonts installed in the system.
IEnumerable<int>
GetSupportedCharacters(string fontFamily, IEnumerable<int> characters = null)
Returns a list of Unicode codepoints for which the specified font family has a glyph.