wesnoth/data/hardwired/fonts.cfg
Iris Morelle e0d60b0e2b font: Remove dead code and WML previously associated to SDL_ttf
The [fonts] [font] WML was only used to set up SDL_ttf fonts. The engine
code to read it was left in after
2dfdc0061d in a dead state (some
structures are filled with data that never gets used).
2021-06-09 01:37:05 -04:00

33 lines
1.3 KiB
INI

#textdomain wesnoth
[fonts]
# NOTE: font order keys are marked as translatable to allow translators to
# provide different font orders: one just has to install the missing fonts
# or add them to wesnoth/fonts.
#
# Pango text-related keys.
#
# All respective font files are automatically loaded.
#
# NOTE: these are technically supposed to be lists to provide fallbacks
# like the SDL_TTF code did. However, there's a weird bug in Pango itself
# where a comma seperated list of fonts will result in newlines not being
# rendered and font space metrics being off on Windows.
#
# Additionally, despite what one might assume, "Lato" doesn't appear to
# load all Lato font variants (it has a bunch of different weight ones).
# I had thought one could specify different weights and Pango would
# automatically use the variant for that weight, but no dice. Instead, we
# need to set the weight variant we want as the distired font familt at
# render time. Right now we only have use of a "light" variant, but others
# could be added at some point.
#
# -- vultraz, 2018-02-14
#
family_order= _ "Lato"
family_order_monospace= _ "DejaVu Sans Mono"
family_order_light= _ "Lato Light"
family_order_script = _ "Oldania ADF Std"
[/fonts]