[Commits] [wesnoth/wesnoth] 2e81ae: Added the rest of the Lato variant TTF files
GitHub
noreply at github.com
Tue Feb 13 17:07:27 UTC 2018
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 2e81aed96d9d524ead5efc01900bae317901107d
https://github.com/wesnoth/wesnoth/commit/2e81aed96d9d524ead5efc01900bae317901107d
Author: Charles Dang <exodia339 at gmail.com>
Date: 2018-02-14 (Wed, 14 Feb 2018)
Changed paths:
A fonts/Lato-Black.ttf
A fonts/Lato-BlackItalic.ttf
A fonts/Lato-BoldItalic.ttf
A fonts/Lato-Hairline.ttf
A fonts/Lato-HairlineItalic.ttf
A fonts/Lato-Heavy.ttf
A fonts/Lato-HeavyItalic.ttf
A fonts/Lato-Medium.ttf
A fonts/Lato-MediumItalic.ttf
A fonts/Lato-Semibold.ttf
A fonts/Lato-SemiboldItalic.ttf
A fonts/Lato-Thin.ttf
A fonts/Lato-ThinItalic.ttf
Log Message:
-----------
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).
Commit: 6bd9740f530cfb32717afc7b93ed326d459df78f
https://github.com/wesnoth/wesnoth/commit/6bd9740f530cfb32717afc7b93ed326d459df78f
Author: Charles Dang <exodia339 at gmail.com>
Date: 2018-02-14 (Wed, 14 Feb 2018)
Changed paths:
M data/hardwired/fonts.cfg
M src/font/font_config.cpp
M src/font/font_options.hpp
M src/font/pango/font.hpp
M src/font/text.hpp
M src/gui/widgets/helper.cpp
Log Message:
-----------
Fonts: actually got light weight variant font support working
This replaces the broken implementation I added in fb6c85e70b0c012e4ae10edd29354f41725ca6b9.
See documentation in data/hardwired/fonts.cfg for explanation as to why it didn't work and
why this does.
Currently "light" is set to Lato Light, which is weight 300. Regular is weight 400.
Commit: 0b775140314b617c1b495018554fb4cbff4babae
https://github.com/wesnoth/wesnoth/commit/0b775140314b617c1b495018554fb4cbff4babae
Author: Charles Dang <exodia339 at gmail.com>
Date: 2018-02-14 (Wed, 14 Feb 2018)
Changed paths:
M data/gui/window/outro.cfg
Log Message:
-----------
Outro: improved text display
[ci skip]
Increased text size to 100 and made use of the light variant.
Compare: https://github.com/wesnoth/wesnoth/compare/0bc03e14c749...0b775140314b
More information about the Commits
mailing list