Beispiel #1
0
        public static IEnumerable <BitFontSet> DosFonts()
        {
            yield return(BitFontSet.FromFontResources("Pablo.Formats.Character.Fonts.DOS.CP437", "IBM PC", 437, new [] { 8, 14, 16, 19 }));

            yield return(BitFontSet.FromFontResources("Pablo.Formats.Character.Fonts.DOS.CP737", "Greek", 737, new [] { 8, 14, 16 }, fallbackCodePages: new [] { 869 }));

            yield return(BitFontSet.FromFontResources("Pablo.Formats.Character.Fonts.DOS.CP851", "Greek", 851, new [] { 8, 14, 16, 19 }, fallbackCodePages: new [] { 869 }));

            yield return(BitFontSet.FromFontResources("Pablo.Formats.Character.Fonts.DOS.CP869", "Greek", 869, new [] { 8, 14, 16 }));

            yield return(BitFontSet.FromFontResources("Pablo.Formats.Character.Fonts.DOS.CP775", "Baltic Rim", 775, new [] { 8, 14, 16 }));

            yield return(BitFontSet.FromFontResources("Pablo.Formats.Character.Fonts.DOS.CP850", "Latin-1 Western European", 850, new [] { 8, 14, 16, 19 }));

            yield return(BitFontSet.FromFontResources("Pablo.Formats.Character.Fonts.DOS.CP852", "Latin-2 Central European", 852, new [] { 8, 14, 16, 19 }));

            yield return(BitFontSet.FromFontResources("Pablo.Formats.Character.Fonts.DOS.CP853", "Latin-3 Multilingual", 853, new [] { 8, 14, 16, 19 }));

            yield return(BitFontSet.FromFontResources("Pablo.Formats.Character.Fonts.DOS.CP855", "Cyrillic", 855, new [] { 8, 14, 16 }));

            yield return(BitFontSet.FromFontResources("Pablo.Formats.Character.Fonts.DOS.CP866", "Cyrillic", 866, new [] { 8, 14, 16 }));

            yield return(BitFontSet.FromFontResources("Pablo.Formats.Character.Fonts.DOS.CP857", "Turkish", 857, new [] { 8, 14, 16 }));

            yield return(BitFontSet.FromFontResources("Pablo.Formats.Character.Fonts.DOS.CP860", "Portuguese", 860, new [] { 8, 14, 16, 19 }));

            yield return(BitFontSet.FromFontResources("Pablo.Formats.Character.Fonts.DOS.CP861", "Icelandic", 861, new [] { 8, 14, 16, 19 }));

            yield return(BitFontSet.FromFontResources("Pablo.Formats.Character.Fonts.DOS.CP862", "Hebrew", 862, new [] { 8, 14, 16 }));

            yield return(BitFontSet.FromFontResources("Pablo.Formats.Character.Fonts.DOS.CP863", "French Canadian", 863, new [] { 8, 14, 16, 19 }));

            yield return(BitFontSet.FromFontResources("Pablo.Formats.Character.Fonts.DOS.CP864", "Arabic", 864, new [] { 8, 14, 16 }));

            yield return(BitFontSet.FromFontResources("Pablo.Formats.Character.Fonts.DOS.CP865", "Nordic", 865, new [] { 8, 14, 16, 19 }));
        }