Commit Graph

66 Commits

Author SHA1 Message Date
Oleksii
5cf648bb2b Add Akademie Alte font 2024-08-06 21:44:59 +10:00
Oleksii
90b1a64fc9 Create PonomarUnicode.ttf 2024-08-06 21:44:59 +10:00
Oleksii
2ca67e72d8 Add Cyrillic fancy font 2024-08-06 21:44:59 +10:00
Nils Kneuper
4764956291 use correct font file instead whatever it was before... 2024-02-26 08:36:47 +01:00
Nils Kneuper
651e2866ba Added new font "Lohit-Bengali.ttf" to support Bengali translation 2024-02-24 19:31:25 +01:00
Martin Hrubý (hrubymar10)
d067f1de0f Remove hairline fonts variants in order to fix pango's thin font issue on macOS #5009 2020-08-29 09:51:23 -05:00
Charles Dang
435dcbaad9 Updated DejaVu Sans font files to version 2.37 (from 2.35)
[ci skip]

Source: https://dejavu-fonts.github.io/Download.html
I haven't done any codepoint list updates in data/hardwired/fonts.cfg, but that's
not relevant anymore since it's for the legacy TTF rendering system which is in
the process of being removed.

(cherry-picked from commit 11e88dd1ca)
2018-10-07 03:18:13 +00:00
Charles Dang
66ad656805 Updated Oldania font files to version 1.007 (FFEdit)
[ci skip]

Source: http://arkandis.tuxfamily.org/adffonts.html. Previous version was 1.006 (FFEdit).
Also includes the italic and bold variants we didn't have before.

Thanks to @sevu for finding this updated version. :)

(cherry-picked from commit cef0edb4ac)
2018-10-07 03:18:12 +00:00
Charles Dang
471c9e876a Addressed a large chunk of the whitespace issues from #2613
[ci skip]
2018-03-09 11:37:00 +11:00
Gregory A Lundberg
8629a780aa
Update fonts/COPYING
Closes #2501
2018-02-14 17:08:10 -06:00
Charles Dang
2b49353a2e Add Oldania OTF font file
[ci skip]
2018-02-14 14:10:50 +11:00
Charles Dang
2e81aed96d Added the rest of the Lato variant TTF files
[ci skip]

Might as well have the whole bunch, especially in case we want to make use of a
different variant at some point (such as light, which I'm working on).
2018-02-14 04:00:49 +11:00
Severin Glöckner
d50a7b8955 remove executable bit from license file 2017-09-05 21:59:51 +02:00
Charles Dang
ed6758d933 Added Lato light variations 2016-10-17 23:28:52 +11:00
ancestral
280c5fe69a Minor formatting change to _initial.cfg
Added font files for Lato, and SIL OFL license
2016-03-30 02:01:13 -05:00
Elvish_Hunter
4f2c15a065 Updated DejaVu fonts to version 2.35
The following codepoints were added:
* 1735 - 1736
* 1739
* 1744
* 3647
* 8381
* 9886 - 9887
* 43000 - 43001
* 64471 - 64472
* 64475 - 64479
* 64484 - 64487
2016-02-15 17:39:39 +01:00
Ignacio R. Morelle
5a557bfeca font: Provide our own fontconfig settings (bug #20337)
Due to an unfortunate combination of Cairo's use of premultiplied alpha
and our engine expecting to be able to blit pre-rasterized text surfaces
with an alpha channel into arbitrary surfaces, we can't safely use RGB
subpixel hinting without getting glyph color glitches. This is
particularly noticeable in GUI2 dialogs when the system fontconfig
settings dictate subpixel hinting to be enabled. Bug #21648 is just a
Windows-specific case of the same issue exacerbated by an as of yet
unaddressed peculiarity of Cairo's premultiplied alpha format on
Windows.

SDL_ttf avoids the issue entirely by always using an equivalent of
hintstyle=full and rgba=none with FreeType directly. There are very few
UI components in Wesnoth using SDL_ttf anymore, but they are still large
enough to make the rendering differences rather jarring (MP lobby,
preferences dialog, parts of the theme UI).

Our new custom fontconfig settings use hintstyle=full and rgba=none to
produce the same results with both SDL_ttf and Pango/Cairo render paths,
and eliminate the subpixel hinting glitches. This Works For Me™, but
fontconfig and Cairo generally seem unwilling to cooperate with me and
may produce different results on other systems.

It remains to be seen exactly how this patch impacts Apple OS X users
due to bugs #23560 and #23628. Windows users are unaffected and still
depend on the "fix" for #21648 because fontconfig is apparently disabled
for most intents and purposes on that particular platform (see also
commit cad8798d1a).
2015-06-01 02:32:06 -03:00
Ignacio R. Morelle
e552b5715b Add DejaVu Sans Mono font, version 2.35
Same license terms as the other DejaVu Sans fonts. We won't need
italics or the codepoint-wise GUI1 configuration for now.
2015-05-30 20:29:48 -03:00
Chris Beck
d4c1a42f89 add DejaVuSans-Bold font style for GUI1, help dialogs 2015-03-07 14:35:45 -05:00
Chris Beck
21bf262965 fix bug 22376: use DejaVuSans-Oblique for italicized characters 2015-03-07 14:35:45 -05:00
Charles Dang
59b57fab95 Updated DejaVu Sans to 2.34
The following codepoints were added:
* 8378
* 10858-10859
* 11807
* 42816-42817
* 42912-42922
* 128512
* 128529
* 128533
* 128535
* 128537
* 128539
* 128543
* 128550-128551
* 128558-128559
* 128561-128562
* 128564
2015-01-09 13:06:03 +11:00
Eric S. Raymond
043c4f9fd3 Remove $Id$ cookies. 2013-03-26 21:41:37 -04:00
Nils Kneuper
46a34091c7 change the font used for CJK translations (part1) 2012-01-06 13:31:22 +00:00
Steven Panek
a01386937e Updated DejaVu Sans to 2.33. 2011-03-22 21:38:58 +00:00
David Philippi
d61a2d80e6 font update 2010-08-23 18:04:14 +00:00
David Philippi
df5d67fe00 font update 2010-06-26 15:20:48 +00:00
Nils Kneuper
d538132372 add files missing for Shavian translation 2009-10-08 15:17:30 +00:00
Nils Kneuper
eef3c27070 use the full version of wqy-zenhei...
...(http://sourceforge.net/projects/wqy/) as font for all asian translations

removed sazanami-gothic.ttf and wqy-zenhei-gb2312.ttf since they are
now obsolete

more information about this (inluding a list of covered languages by
wqy-zenhai) in this thread on the wesnoth-i18n mailling list:
http://mail.gna.org/public/wesnoth-i18n/2009-03/msg00018.html
2009-03-14 12:06:56 +00:00
David Philippi
1d2f5c0d4b font update 2009-03-09 20:15:11 +00:00
David Philippi
75ffd3748c font update 2009-01-05 20:56:16 +00:00
David Philippi
5e5ab28512 font update 2008-11-01 13:47:14 +00:00
David Philippi
243ba13c95 font update 2008-07-28 00:32:34 +00:00
David Philippi
3907846b0f font update 2008-05-21 11:04:08 +00:00
David Philippi
a371e80c04 font update 2008-03-10 13:01:15 +00:00
Nils Kneuper
23094e88d7 replaced the chiense font gkai00mp.ttf with wqy-zenhei-gb2312.ttf
as requested by the chinese maintainer
2008-02-03 09:50:02 +00:00
David Philippi
8caed60b6a font update 2008-01-21 02:15:49 +00:00
Nils Kneuper
828e97374c added font needed for chinese
added correct license text for that font (taken from
http://pkg-fonts.alioth.debian.org/review/fnt-2e52d7eb8933ff32f21b67c47eadb561.html)

removed freesans from fonts/COPYING since we do not ship it anymore
2008-01-12 11:34:04 +00:00
David Philippi
a240bb8eb3 font update 2007-12-11 01:31:00 +00:00
David Philippi
705e7375fd updated font 2007-10-30 14:21:08 +00:00
David Philippi
ba97eddf72 font update 2007-09-17 14:03:56 +00:00
Nils Kneuper
e85e2d3844 added sazanami-gothic font (needed for the japanese translation)
cf bug #6943
2007-09-02 13:07:36 +00:00
David Philippi
00fd867a00 font update 2007-08-08 15:02:16 +00:00
David Philippi
f3f03c56ce updated font 2007-07-01 17:47:29 +00:00
David Philippi
2a6f224c29 updated DejaVu to 2.17 2007-05-23 15:37:20 +00:00
Nils Kneuper
46c8015627 removed FreeSans.ttf since it is not used anymore (some release cleanup) 2007-04-25 14:50:45 +00:00
David Philippi
113decf7a4 updated font 2007-04-01 21:06:07 +00:00
David Philippi
c51534a6cc updated DejvaVuSans.ttf to 2.15 2007-02-19 11:16:08 +00:00
David Philippi
f5589e202a updated DejaVuSans.ttf 2007-01-22 12:16:08 +00:00
David Philippi
670ade3dbf updated DejaVuSans.ttf to version 2.13 2006-12-18 11:12:22 +00:00
David Philippi
2081864ab7 updated DejaVuSans.ttf to 2.12 2006-11-20 10:32:28 +00:00