Returns a dictionary containing codepoint ranges of all fonts.
If multiple fonts of one family (bold, italic, etc.) share their
codepoint range, only their base font is included in this list,
otherwise all different variants are included.

C# |
public static Dictionary<Font, CodepointRange> GetRangesForAllFonts()