## v2.7 (2019/01/24)
* Add new `ScaleAgain` feature for compounding scale factors.
(This is largely to support `unicode-math` but may be useful by others.)
* `\oldstylenums` no longer overwritten if `textcomp` loaded after
`fontspec`.
* More fixes for recent regressions (sorry!).
## v2.7a (2019/01/25)
* One last (?!) fix for recent regression (!!). I am not getting enough
sleep at the moment and it is too hot.
* Add `LocalForms=On/Off/Reset` to control the `locl` OpenType tag.
* Reorganise some documentation.
* Remove redundant redefinition of `\-` which is nowadays defined correctly
by the LaTeX2e kernel.
* Add code to remove the patching of verbatim commands and environments
when the new `\verbvisiblespace` command is defined in a future version
of LaTeX2e.
This version syncs the files with the ConTeXt files from2018/12/19. It
extends the mode key to allow the use of more fontloaders. It is the last
version which can be used with luatex 1.07. Future versions will need 1.09
and will be available only at the github site until texlive 2018 is freezed.
## v2.6k (2019/01/16)
* Fix crash when loading fonts that are missing a requested script.
## v2.6l (2019/01/18)
* REALLY fix crash when loading fonts that are missing a requested script.
* Lots of internal logic changes for what should have been an easy fix :(
- Fix regression on big-endian architectures. Ouch!
- Misc bug and build fixes.
- Fix subsetting of simple GSUB/GDEF.
- Merge CFF / CFF2 support contributed by Adobe. This mostly involves
the subsetter, but also get_glyph_extents on CFF fonts.
* Regenerate the fonts with current FontForge resolving
PDF/A compatibility problem.
* Use the same dual licensing as the original URW fonts, c.f.
<URL:http://www.tug.org/fonts/lppl-urw.txt>
Version: 1.109 2018-09-29:
- Improve Arabic math glyph considerably, they are much usable now.
- Add upright RTL integral alternates.
- Change ‘cv01’ feature for alternate Arabic math glyphs.
- Make the ‘hhea’ ascent/descent/line gap match the ‘OS/2’ typo metrics.
- Don’t set deprecated ForceBold in CFF Private dictionary.
- Fix script position with vertical bar on MS Word.
- Make vertical bar extensible in bold math font.
- Make MS Word linear fraction work better.
- Bundle WOFF fonts.
- Remove glyph overlap, some CFF rasterizers handle it badly.
- Fonts can be build with vanilla FontForge now.
- Builds are reproducible.
Version: 1.200 2018-10-02
This is the final release with new features; from now on XITS
is in maintenance mode and only bug fixes will be made.
Version: 1.200.1 2018-10-10
Drop WOFF fonts from tarball uploaded to CTAN, they break XeTeX.
Updates to TeX Gyre Adventor and Pagella in version 2.501:
* substantial extension of the repertoires by geometric, math and
technical symbols, in OTF, files stylistic feature ss10 (backward
compatibility with old math symbols) added, marks (anchors) implemented
* only one aggregate map (for each) is included for all encodings
* the contents of the source/fonts/tex-gyre/ directory changed; most
importantly, it contains source *.sfd files
* the relevant LaTeX files haven't been changed, they just got a new time
stamp
Version 1.55 adds support for the SticksToo text fonts (a reworking of
STIX2) as option stix2 to newtxmath. Along with this addition, there
are some important code differences concerning the treatment of
embedded Blackboard Bold alphabets, and, unique to the behavior under
stix2, the addition of the built-in DSSerif alphabet to the options for
Blackboard Bold alphabet.
3.36.0:
- [ttx] Added --no-recalc-timestamp option to keep the original font's
head.modified timestamp.
- [ttx/psCharStrings] Fixed issues while dumping and round-tripping CFF2 table
with ttx.
- [voltLib] Fixed check for duplicate anchors. Don't try to read past
the END operator in .vtp file.
- [varLib] Use sentinel value -0x8000 (-32768) to ignore post.underlineThickness
and post.underlinePosition when generating MVAR deltas.
- [subset] Added --retain-gids option to subset font without modifying the
current glyph indices.
- [ufoLib] Replace deprecated calls to getbytes and setbytes with new
equivalent readbytes and writebytes calls. fs >= 2.2 no required.
- [varLib] Allow loading masters from TTX files as well
3.35.2:
- [hmtx/vmtx]: Allow to compile/decompile hmtx and vmtx tables even
without the corresponding (required) metrics header tables, hhea and
vhea
- [varLib] Added support for localized axes' labelname and named instances'
stylename.
3.35.1:
- [_m_a_x_p] Include maxComponentElements in maxp table's recalculation.
3.35.0:
- [psCharStrings] In encodeFloat function, use float's "general format" with
8 digits of precision (i.e. %8g) instead of str(). This works around
a macOS rendering issue when real numbers in CFF table are too long, and
also makes sure that floats are encoded with the same precision in python 2.7
and 3.x.
- [_n_a_m_e/fontBuilder] Make _n_a_m_e_table.addMultilingualName also add
Macintosh (platformID=1) names by default. Added options to FontBuilder
setupNameTable method to optionally disable Macintosh or Windows names.
- [varLib] Make build optionally accept a DesignSpaceDocument object,
instead of a designspace file path. The caller can now set the font
attribute of designspace's sources to a TTFont object, thus allowing to
skip filenames manipulation altogether.
- [sfnt] Allow SFNTReader objects to be deep-copied.
- Require typing>=3.6.4 on py27 to fix issue with singledispatch.
- [designspaceLib/t1Lib/macRes] Fixed some cases where pathlib.Path objects were
not accepted.
- [varLib] Fixed merging of multiple PairPosFormat2 subtables.
- [varLib] The default STAT table version is now set to 1.1, to improve
compatibility with legacy applications
Spleen is a monospaced bitmap font available in 5 sizes:
5x8, 8x16, 12x24, 16x32 and 32x64.
fonts/spleen provides font files in the PCF format for use with X11.
3.34.2
- [merge] Fixed AssertionError when none of the script tables in GPOS/GSUB have
a DefaultLangSys record
3.34.1
- [varLib] Work around macOS rendering issue for composites without gvar entry
3.34.0:
- [varLib] Support generation of CFF2 variable fonts. model.reorderMasters()
now supports arbitrary mapping. Fix handling of overlapping ranges for feature
variations.
- [cffLib, subset] Code clean-up and fixing related to CFF2 support.
- [ttLib.tables.ttProgram] Use raw strings for regex patterns.
- [fontbuilder] Initial support for building CFF2 fonts. Set CFF's
FontMatrix automatically from unitsPerEm.
- [plistLib] Accept the more general collections.Mapping instead of the
specific dict class to support custom data classes that should serialize
to dictionaries.