mirror of
https://github.com/reactos/reactos.git
synced 2025-07-27 19:12:12 +00:00
[FONTS][SETUP] Add Franklin Gothic Medium fonts (#1786)
Add "Franklin Gothic Medium" fonts. CORE-16272 - Add "Franklin Gothic Medium" and "Franklin Gothic Medium Italic" fonts by duplicating Alexei Vanyashin's "Libre Franklin" fonts and renaming them. - Delete some "Franklin Gothic Medium" font substitutes. - Add LICENSE file. I made these font files by using FontForge. Their family name is "Franklin Gothic Medium". Their display names are "Franklin Gothic Medium" and "Franklin Gothic Medium Italic". Their font filenames are framd.ttf and framdit.ttf. The Underline Positions are hacked by adding an integer value for workaround of FontForge's bug. Alexei Vanyashin's "Libre Franklin" fonts are available at https://github.com/alexeiva/Libre-Franklin .
This commit is contained in:
parent
bb1878157b
commit
23faa89d09
6 changed files with 53 additions and 6 deletions
|
@ -15,7 +15,6 @@ MUI_SUBFONT LatinFonts[] =
|
|||
{ L"Courier New Greek,161", L"Courier New,161" },
|
||||
{ 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"Helv", L"Tahoma" },
|
||||
{ L"Helvetica", L"Liberation Sans" },
|
||||
{ L"Lucida Console", L"DejaVu Sans Mono" },
|
||||
|
@ -51,7 +50,6 @@ MUI_SUBFONT CyrillicFonts[] =
|
|||
{ L"Courier New Greek,161", L"Courier New,161" },
|
||||
{ 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"Helv", L"Tahoma" },
|
||||
{ L"Helvetica", L"Liberation Sans" },
|
||||
{ L"Lucida Console", L"DejaVu Sans Mono" },
|
||||
|
@ -87,7 +85,6 @@ MUI_SUBFONT GreekFonts[] =
|
|||
{ L"Courier New Greek,161", L"Courier New,161" },
|
||||
{ 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"Helv", L"DejaVu Sans" },
|
||||
{ L"Helvetica", L"Liberation Sans" },
|
||||
{ L"Lucida Console", L"DejaVu Sans Mono" },
|
||||
|
@ -124,7 +121,6 @@ MUI_SUBFONT HebrewFonts[] =
|
|||
{ L"Courier New Greek,161", L"Courier New,161" },
|
||||
{ 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"Helv", L"Tahoma" },
|
||||
{ L"Helvetica", L"Tahoma" },
|
||||
{ L"Lucida Console", L"DejaVu Sans Mono" },
|
||||
|
@ -380,7 +376,6 @@ MUI_SUBFONT UnicodeFonts[] =
|
|||
{ L"Courier New Greek,161", L"Courier New,161" },
|
||||
{ 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"Helv", L"DejaVu Sans" },
|
||||
{ L"Helvetica", L"DejaVu Sans" },
|
||||
{ L"Lucida Console", L"DejaVu Sans Mono" },
|
||||
|
@ -417,7 +412,6 @@ MUI_SUBFONT HindiFonts[] =
|
|||
{ L"Courier New Greek,161", L"Courier New,161" },
|
||||
{ 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"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