Since the entry was entirely missing in master, I just added it to 1.14
without reading the Miscellaneous section. Probably best to keep it
hidden there anyway.
[ci skip]
[ci skip]
Source: https://dejavu-fonts.github.io/Download.html
I haven't done any codepoint list updates in data/hardwired/fonts.cfg. Unlikely
to cause issues, though, I think. The legacy TTF rendering system that uses it
is mostly just used for the Help browser here on the 1.14 branch (on master it's
completely unused and will be removed).
[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. :)
This is the first commit on the 1.14 stable series branch. 1.13.12 is 1.14 RC 1,
so we're just bumping to 1.13.12+dev/1.13.13 here. If the next release is 1.14.0,
we'll set the versions accordingly.
This functionality was added in that release. Since it's only 4 months old, it's
too early to make minimum; it won't be available on some Linux distros yet.
There's currently no way to choose between JPG or PNG files. That can (and should)
be added later. For now, it defaults to JPG files if SDL_Image is of the appropriate
version.
I've also left the BMP fallback path, but that should never be reached now, since
PNG saving is always available
Closes#1448.
Sort of.
The only things that are converted here are the version headings and the
category sub-headings, up to and including version 1.1.9. Versions older
than that have mixed root items and categories, and converting those to
Markdown that renders correctly on GitHub without mixing up extraneous
root items with the categories' own entries requires some non-trivial
hand-fixing that I'm not going to do (at least not right now).
[ci skip]
[ci skip]
Only the 1.13 section was touched. One line was merged in order to have it function properly
as a header without half its text being split onto a new line.