2024-03-20 11:48:04 by Mark Davies | Files touched by this commit (4) | |
Log message:
tex-luaotfload{,-doc}: update to 3.28
* Improving compatibility with Windows paths
|
2024-02-18 11:19:17 by Mark Davies | Files touched by this commit (5) | |
Log message:
tex-luaotfload{,-doc}: update to 3.27
changes unknown
|
2024-02-04 11:42:26 by Mark Davies | Files touched by this commit (5) | |
Log message:
tex-luaotfload{,-doc}: update to 3.26
3.24
* Add experimental configuration option to change default font lookup location
precedence.
* Support xdvipsk in DVI mode
* Preserve soft-hyphens when dropping default ignorable characters
* Hash cache keys to better support certain rather unflexible operating
systems
* Various bug fixes
|
2023-04-01 13:56:26 by Mark Davies | Files touched by this commit (5) | |
Log message:
tex-luaotfload{,-doc}: update to 3.23
changes unknown
|
2022-09-01 12:56:49 by Mark Davies | Files touched by this commit (5) | |
Log message:
tex-luaotfload{,-doc}: update to 3.22
* Tailored case mappings
* Avoid database rebuilds when switching Lua versions
* Improved attribute settings of ActualText nodes in harf mode
* Callback-based customization for color parameter
* Various bug fixes
|
2022-04-15 08:06:00 by Mark Davies | Files touched by this commit (6) | |
Log message:
tex-luaotfload{,-doc}: update to 3.21
3.21
* Fix performance regression introduced in version 3.19.
* More reliably support TrueType based variable fonts in harf mode.
3.20
* Two critical bugs related to luaotfload-tool and the cache location have
been corrected.
3.19
* When used with LuaTeX 1.15.0 or newer, variable fonts are supported
when using the harf shaper too.
* A new algorithm for selecting fonts based on font family names allows
to more reliably load fonts based on their family name.
* The compiled font database gets compressed to reduce disk space and
improve performance on newer systems.
* Text automatically gets normalized to Unicode's NFC before shaping.
This improves rendering for text written in decomposed forms for many
fonts. This can be turned off by passing the -normalize font feature.
* The fontloader has been synced with the context code from 2022-02-24.
This fixes some broken rendering of TrueType based variable fonts.
* A number of small bugfixes.
|
2021-10-26 12:28:41 by Nia Alarie | Files touched by this commit (864) |
Log message:
fonts: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:05:29 by Nia Alarie | Files touched by this commit (864) |
Log message:
fonts: Remove SHA1 hashes for distfiles
|
2021-06-06 13:09:50 by Mark Davies | Files touched by this commit (5) | |
Log message:
tex-luaotfload{,-doc}: update to 3.18
* Allow using variable fonts without explicitly specifying any
axis values
* The fontloader has been synced with the context code from
2021-05-20
* Multiple small fixes, mostly concerning discretionaries in harf
mode.
|
2021-02-15 01:30:10 by Mark Davies | Files touched by this commit (5) | |
Log message:
tex-luaotfload{,-doc} update to 3.17
2020-09-02 luaotfload v3.15
* The font database is updated more reliably if fonts get deleted.
* In multiple error cases, error messages are shown instead of silently
generating bad output.
* Write glyph ids instead of internal identifiers to DVI files. This
allows using OpenType fonts when working with dvilualatex.
(This requires additional support from the DVI reader)
* The set of font features which are enabled by default has been
changed to be more similar to HarfBuzz.
Especially Above-base mark Positioning (abvm),
Below-base mark Positioning (blwm), Contextual
Alternates (calt), Cursive Positioning (curs),
Distances (dist), and Required Contextual Alternates
(rclt) are now enabled by default for all scripts.
* Added a mathfontdimen font feature which allows emulating
fontdimen values from xetex or traditional TeX math fonts.
* Initial support for variable fonts in node mode.
2020-12-30 luaotfload v3.16
* The fontloader has been synced with the context code from
2020-12-30
* The entry point is called luaotfload.lua instead of
luaotfload-main.lua (but the old name is still provided for
compatibility).
* pre/post_shaping_filter callbacks has been added.
* The number of lua-files and submodules shown in the log-file
has been reduced. But it is extended again by setting the
environment variable LUAOTFLOAD_TRACE_SUBMODULES=1.
* The HarfBuzz based shaper will in some situations drop
hyphenation points. This happens less frequently now since the new
version uses first/second discretionaries (the mechanism described in
the LuaTeX manual, section 5.6 for the of-f-ice example) to support a
limited amount of nesting.
* When the node shaper is used, experimental support for
OpenType variable fonts has been added. To use them, set the
font feature axis to a comma separated list of axis names and values.
(E.g. axis={weight=600}) The supported axis names and value
range depend on the font.
* The font features upper and lower can be used to map
the text of a font to upper or lowercase before displaying it.
Currently this implements the untailored Unicode case mapping
algorithm, but it is planned to add tailoring later.
* A number of small bugfixes.
2021-01-08 luaotfload v3.17
* The fontloader has been synced with the context code from 2021-01-07.
This improves support for advanced CFF based OpenType variable fonts.
|