Fonts

From ReactOS Wiki
Jump to: navigation, search

Overview

This page adresses all issues concerning fonts in ReactOS.

What fonts does ReactOS need?

ReactOS needs a set of fonts wich can replace the standard MS Windows fonts. These fonts should have support for a wide range of characters, like Latin, Greek Cyrillic and some more. Later ReactOS might also need Asian and Arabic fonts. But not all characters have to be in all fonts.

Suggestion: divide the fonts into the unicode categories (look here. Put all characters from one category into the main fonts of that category. It doesn't make much sense to have chinese letters in Sans Serif and Serif. Also put math operators and some basic symbols into the fonts. Additional fonts may only have a basic character set. Put Braille, ancient fonts, extended symbols, wingdings and webdings in different fonts.
NOTICE:ReactOS doesn't support font fallback and font linking.
Strikethrough: had already reimplemented in ReactOS.

Important Fonts

  1. Arial
  2. Courier (New)
  3. Fixedsys / System / Terminal
  4. Lucida Console
  5. MS Sans Serif
  6. Times New Roman

Additional Fonts

  1. Comic Sans MS
  2. Script
  3. Marlett

Free Alternatives to the Core Fonts for the Web

Font Alternative License of Alternative
Andale Mono Fira Mono SIL Open Font License Version 1.1
Arial Roboto 2014 Apache License 2.0
Arial Black Archivo Black SIL Open Font License Version 1.1
Comic Sans MS Comic Relief SIL Open Font License Version 1.1
Courier New Courier Prime SIL Open Font License Version 1.1
Georgia Poly SIL Open Font License Version 1.1
Impact Anton SIL Open Font License Version 1.1
Times New Roman Doulos SIL
Italic & Bold Italic:Charis SIL
SIL Open Font License Version 1.1
Trebuchet MS Fira Sans SIL Open Font License Version 1.1
Verdana Open Sans Apache License 2.0
Webdings Freedings SIL Open Font License Version 1.1

Free Alternatives to ClearType Font Collection

Font Alternative License of Alternative
Constantia TODO: To find a free and similar font with oldstyle figures
Corbel TODO: To find a free and similar font with oldstyle figures
Calibri Noto Sans SIL Open Font License Version 1.1
Cambria Noto Serif SIL Open Font License Version 1.1
Candara TODO: To find a free and similar font with oldstyle figures
Consolas Inconsolata SIL Open Font License Version 1.1


Microsoft's Open Source Fonts

Font License Comment
Cascadia SIL Open Font License 1.1 Cascadia is a fun new coding font that comes bundled with Windows Terminal, and is now the default font in Visual Studio as well.
Symbols (No license found,but it is used by WinJS, which is licensed under MIT license) an icon font as a fallback to Microsoft's Segoe UI Symbol and Segoe MDL2 Assets
Selawik SIL Open Font License 1.1 Selawik is an open source replacement for Segoe UI.


Font Naming

  1. The font file should be named like the font. Font names like c0633bt_.ttf or UTB_____.ttf don't look very good and are confusing.
  2. ReactOS might create some basic fonts from opensource fonts and give these fonts easy to remember names.

Free and GPL compatible fonts

This is a list of fonts out there that have a GNU GPL compatible license.

Linux Libertine

  1. Homepage: [1]
  2. Similar to: Times New Roman
  3. License: GPL
  4. Comment: Italic, Bold

Doulos SIL

  1. Homepage: http://scripts.sil.org
  2. Similar to: Times New Roman
  3. Character sets: Basic Latin, Latin-1 Supplement, Latin-Extended-A/B, Latin Extended Additional, IPA Extensions, Spacing Modifier Letters, Combining Diacritical Marks, Cyrillic, Phonetic Extensions, Phonetic Extensions Supplement, Subscripts and Superscripts, Currency Symbols, Number Forms, some Arrows, some Math Operators
  4. License: SIL OFL
  5. Comment: no italic or bold

Gentium

  1. Homepage: http://scripts.sil.org
  2. Similar to: Georgia
  3. Character sets:
  4. License: SIL OFL

Charis SIL

  1. Homepage: http://scripts.sil.org
  2. Similar to: Bitstream Charter
  3. Character sets:
  4. License: SIL OFL

Free Monospaced

  1. Homepage: [2]
  2. Similar to: Courier New
  3. Character sets: Basic Latin, Latin-1 Supplement, Latin-Extended-A/B, Latin Extended Additional, IPA Extensions, Greek, Greek Extended, Cyrillic, Armenian, Hebrew, Runic, Alphabetical Presentation Forms, Subscripts and Superscripts, Number Forms, Arrows, Math Operators, Box Drawing, Block Elements, Geometric Shapes, Misc Symbols, Braille Patterns
  4. License: GNU GPL
  5. Comment: some letters look a little blurry, vertical distance seems wrong

Free Sans

  1. Homepage: http://www.nongnu.org/freefont
  2. Similar to: MS Sans Serif
  3. Character sets: Basic Latin, Latin-1 supplement, Latin Extended-A/B, Latin Extended Additional, IPA Extensions, Greek, Greek extended, Cyrillic, Armenian, Hebrew, Syriac, Devangari, Bengali, Gurmukhi, Gujarati, Oriya, Tamil, Kannada, Hiragana, Katakana, Alphabetical Presentation Forms, Subscripts and Superscripts, Number Forms, Arrows, Math Operators, Box Drawing, Block Elements
  4. License: GNU GPL
  5. Comment: some letters look a little blurry, vertical distance seems wrong

Free Serif

  1. Homepage: http://www.nongnu.org/freefont
  2. Similar to: Times New Roman
  3. Character sets:?
  4. License: GNU GPL
  5. Comment: some letters look a little blurry, vertical distance seems wrong

Kaffeesatz

  1. Homepage: http://www.yanone.de/schriftgestaltung/kaffeesatz/
  2. License: Creative Commons License

Tagesschrift

  1. Homepage: http://www.yanone.de/schriftgestaltung/tagesschrift/
  2. License: Creative Commons License

Wen Quan Yi

  1. Homepage: http://wqy.sourceforge.net/cgi-bin/enindex.cgi
  2. Similar to: SimSung, Microsoft YaHei
  3. Character sets: Basic Latin, GB2312/18030 (Chinese), Unicode
  4. License: GNU GPL
  5. Comment: a free CJK font.

Noto Sans Symbols 2

  1. Homepage: https://fonts.google.com/noto/specimen/Noto+Sans+Symbols+2?query=symbol
  2. License: https://github.com/googlefonts/noto-fonts/blob/main/LICENSE
  3. Comment: a free font for special symbols.

Uno.fonts

  1. Homepage: https://github.com/unoplatform/uno.fonts
  2. License: Apache 2.0 License
  3. Similar to: Segoe MDL2 Assets

Free Font Tools

  1. FontForge
  2. Manutius Site is in German, but there's a download link for English version, too. Freeware for Windows for editing .pfb fonts.
  3. Noah Same site, in German, and this is also a free Postscript type 1 editor. (added by geertvdijk)
  4. Glyphr Studio is a free, web based font designer (also provides desktop version)