mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 23:43:39 +00:00
[FONTS][SETUP] Add Geogia fonts (#1784)
Add "Geogia" fonts. CORE-16272 - Add "Geogia", "Geogia Bold", "Geogia Bold Italic" and "Geogia Italic" fonts by duplicating FreeSerif fonts and renaming them. - Delete some "Geogia" font substitutes. - Add LICENSE file. I made these font files by using FontForge. Their family name is "Geogia". Their display names are "Geogia", "Geogia Bold", "Geogia Bold Italic" and "Geogia Italic". Their font filenames are georgia.ttf, georgiab.ttf, georgiaz.ttf and georgiai.ttf. The Underline Positions are hacked by adding an integer value for workaround of FontForge's bug.
This commit is contained in:
parent
faa3237d46
commit
e282f99ce5
8 changed files with 706 additions and 10 deletions
|
@ -16,7 +16,6 @@ MUI_SUBFONT LatinFonts[] =
|
|||
{ L"Courier New TUR,162", L"Courier New,162" },
|
||||
{ L"Fixedsys", L"Fixedsys Excelsior 3.01-L2" },
|
||||
{ L"Franklin Gothic Medium", L"Libre Franklin Bold" },
|
||||
{ L"Georgia", L"FreeSerif" },
|
||||
{ L"Helv", L"Tahoma" },
|
||||
{ L"Helvetica", L"Liberation Sans" },
|
||||
{ L"Lucida Console", L"DejaVu Sans Mono" },
|
||||
|
@ -54,7 +53,6 @@ MUI_SUBFONT CyrillicFonts[] =
|
|||
{ L"Courier New TUR,162", L"Courier New,162" },
|
||||
{ L"Fixedsys", L"Fixedsys Excelsior 3.01-L2" },
|
||||
{ L"Franklin Gothic Medium", L"Libre Franklin" },
|
||||
{ L"Georgia", L"FreeSerif" },
|
||||
{ L"Helv", L"Tahoma" },
|
||||
{ L"Helvetica", L"Liberation Sans" },
|
||||
{ L"Lucida Console", L"DejaVu Sans Mono" },
|
||||
|
@ -92,7 +90,6 @@ MUI_SUBFONT GreekFonts[] =
|
|||
{ L"Courier New TUR,162", L"Courier New,162" },
|
||||
{ L"Fixedsys", L"Fixedsys Excelsior 3.01-L2" },
|
||||
{ L"Franklin Gothic Medium", L"Libre Franklin" },
|
||||
{ L"Georgia", L"FreeSerif" },
|
||||
{ L"Helv", L"DejaVu Sans" },
|
||||
{ L"Helvetica", L"Liberation Sans" },
|
||||
{ L"Lucida Console", L"DejaVu Sans Mono" },
|
||||
|
@ -131,7 +128,6 @@ MUI_SUBFONT HebrewFonts[] =
|
|||
{ L"Courier New TUR,162", L"Courier New,162" },
|
||||
{ L"Fixedsys", L"Fixedsys Excelsior 3.01-L2" },
|
||||
{ L"Franklin Gothic Medium", L"Libre Franklin" },
|
||||
{ L"Georgia", L"FreeSerif" },
|
||||
{ L"Helv", L"Tahoma" },
|
||||
{ L"Helvetica", L"Tahoma" },
|
||||
{ L"Lucida Console", L"DejaVu Sans Mono" },
|
||||
|
@ -175,7 +171,6 @@ MUI_SUBFONT ChineseSimplifiedFonts[] =
|
|||
{ L"Courier New TUR,162", L"Courier New,162" },
|
||||
{ L"Fixedsys", L"Fixedsys Excelsior 3.01-L2" },
|
||||
{ L"Franklin Gothic Medium", L"Droid Sans Fallback" },
|
||||
{ L"Georgia", L"FreeSerif" },
|
||||
{ L"Helv", L"Droid Sans Fallback" },
|
||||
{ L"Helvetica", L"Liberation Sans" },
|
||||
{ L"Lucida Console", L"DejaVu Sans Mono" },
|
||||
|
@ -232,7 +227,6 @@ MUI_SUBFONT ChineseTraditionalFonts[] =
|
|||
{ L"DLCMingMedium", L"Droid Sans Fallback" },
|
||||
{ L"Fixedsys", L"Fixedsys Excelsior 3.01-L2" },
|
||||
{ L"Franklin Gothic Medium", L"Droid Sans Fallback" },
|
||||
{ L"Georgia", L"FreeSerif" },
|
||||
{ L"Helv", L"Droid Sans Fallback" },
|
||||
{ L"Helvetica", L"Liberation Sans" },
|
||||
{ L"Lucida Console", L"DejaVu Sans Mono" },
|
||||
|
@ -285,7 +279,6 @@ MUI_SUBFONT JapaneseFonts[] =
|
|||
{ L"Courier New TUR,162", L"Courier New,162" },
|
||||
{ L"Fixedsys", L"Fixedsys Excelsior 3.01-L2" },
|
||||
{ L"Franklin Gothic Medium", L"Droid Sans Fallback" },
|
||||
{ L"Georgia", L"FreeSerif" },
|
||||
{ L"Helv", L"Droid Sans Fallback" },
|
||||
{ L"Helvetica", L"Liberation Sans" },
|
||||
{ L"Lucida Console", L"DejaVu Sans Mono" },
|
||||
|
@ -343,7 +336,6 @@ MUI_SUBFONT KoreanFonts[] =
|
|||
{ L"Courier New TUR,162", L"Courier New,162" },
|
||||
{ L"Fixedsys", L"Fixedsys Excelsior 3.01-L2" },
|
||||
{ L"Franklin Gothic Medium", L"Droid Sans Fallback" },
|
||||
{ L"Georgia", L"FreeSerif" },
|
||||
{ L"Gulim", L"Droid Sans Fallback" },
|
||||
{ L"GulimChe", L"Droid Sans Fallback" },
|
||||
{ L"Gungsuh", L"Droid Sans Fallback" },
|
||||
|
@ -397,7 +389,6 @@ MUI_SUBFONT UnicodeFonts[] =
|
|||
{ L"Courier New TUR,162", L"Courier New,162" },
|
||||
{ L"Fixedsys", L"Fixedsys Excelsior 3.01-L2" },
|
||||
{ L"Franklin Gothic Medium", L"Libre Franklin Bold" },
|
||||
{ L"Georgia", L"FreeSerif" },
|
||||
{ L"Helv", L"DejaVu Sans" },
|
||||
{ L"Helvetica", L"DejaVu Sans" },
|
||||
{ L"Lucida Console", L"DejaVu Sans Mono" },
|
||||
|
@ -436,7 +427,6 @@ MUI_SUBFONT HindiFonts[] =
|
|||
{ L"Courier New TUR,162", L"Courier New,162" },
|
||||
{ L"Fixedsys", L"Fixedsys Excelsior 3.01-L2" },
|
||||
{ L"Franklin Gothic Medium", L"Libre Franklin Bold" },
|
||||
{ L"Georgia", L"FreeSerif" },
|
||||
{ L"Helv", L"Tahoma" },
|
||||
{ L"Helvetica", L"Liberation Sans" },
|
||||
{ L"Lucida Console", L"DejaVu Sans Mono" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue