aboutsummaryrefslogtreecommitdiff
path: root/fonts
AgeCommit message (Collapse)Author
2022-01-08Fully remove bitmap font support (#11863)sfan5
Freetype is now a build requirement.
2020-11-10Update fallback font to newer versionsfan5
2019-11-03Formspec: add hypertext elementPierre-Yves Rollo
2017-02-16Revert part of eb49009d023e6e3b5d59a97b8fb5fed5eee83296 (#5230)Auke Kok
This reverts the removal of Droid Sans as fallback font. The license for this font used to be GPL2. I've updated the font files to Liberation 2.00, which are SIL, and do not require us to ship source code. I've attempted to fix all the attribution and license strings, and used the strings as provided by redhat for attribution to make sure they're correct. Last, I've removed a bunch of executable bits on files that do not need them. Fixes #5231
2017-02-14FreeType: address font license issues (#5230)Auke Kok
It appears we were shipping font files without license text, and I had my doubts about the bitmap fonts being usable directly. This replaces existing TTF fonts with Apache-2.0 licensed fonts from chome core (Cousine, Arimo, Tinos). Include the full license file for all three fonts. The Lucida Sans font bitmap is removed entirely for non-freetype builds. There is therefore only mono fonts for non-freetype builds.
2015-10-15Compress textures and fontsMaksim Gamarnik
Used PNGOUT, OptiPNG and DeflOpt. Removes ~350 KB without any loss in quality.
2015-01-08Remove accidentally added non-ft font filessapier
2014-11-30Implement proper font handlingsapier
2013-09-08Add fallback font support for some languages.Ilya Zhuravlev
2013-08-04Make freetype usage configureable by a settingPilzAdam
2013-02-14Add Freetype supportIlya Zhuravlev