The package provides means of loading maths alphabets (such as
are normally addressed via macros \mathcal, \mathbb, \mathfrak
and \mathscr), offering various features normally missing in
existing packages for this job.
Version 1.11 of XCharter includes new Greek math alphabets that match the
size and style of Charter. These are used to construct the
Greek math glyphs when using the charter option to newtxmath (version 1.53
or later.)
* New version that will go on TeX Live 2018.
* kanji-config-updmap: Multiple language mode options (--ja, --sc etc.)
can be specified at the same time.
* Fix README; mention TLContrib for macOS-specific font maps.
3.26.0:
- [designspace] Added a new optional layer attribute to the source element,
and a corresponding layerName attribute to the SourceDescriptor
object.
Added conditionset element to the rule element to the spec, but not
implemented in designspace reader/writer yet.
- [varLib.models] Refine modeling one last time.
- [otBase] Fixed sharing of tables referred to by different offset sizes
- [subset] Don't drop a GDEF that only has VarStore. Set to None
empty Coverage tables in MarkGlyphSets.
- [varLib]: Added --master-finder command-line option.
- [varLib.mutator] Prune fvar nameIDs from instance's name table.
- [otTables] Allow decompiling bad ClassDef tables with invalid format, with
warning.
- [varLib] Make STAT v1.2 and reuse nameIDs from fvar table.
- [varLib.plot] Show master locations. Set axis limits to -1, +1.
- [subset] Handle HVAR direct mapping. Passthrough 'cvar'.
Added --font-number command-line option for collections.
- [t1Lib] Allow a text encoding to be specified when parsing a Type 1 font
Added kind argument to T1Font constructor.
- [ttLib] Added context manager API to TTFont class, so it can be used in
with statements to auto-close the file when exiting the context
* otf.sty: Scale Japanese fonts using \Cjascale if defined.
Support jsreport.cls in jsclasses.
* ajmacros.sty: Add \NeedsTeXFormat{pLaTeX2e} to avoid infinite loop.
- v2.6g (2017-11-09)
* Bugfix for clash introduced with last version. When loading `babel`
before `fontspec` the following error arose:
! Control sequence \latinencoding already defined.
- v2.6f (2017-11-05)
* Fix loading of Graphite fonts and add a little documentation
(a better interface is needed, though)
* Correct and simplify some internal code that fixes a bug in the
way some fonts are displayed in `\tracingoutput` mode.
* This also fixes an obscure bug using the API in which a query for
a selected font feature would test against the upright font in the
current family regardless of the face/shape actually in use.
* This package now complies with the `expl3` option `check-declarations`.
Changes from 0.3.3:
* Extended-size fonts, useful for overheads
* \FEYN macro
* spacing adjustments
* added missing propagators
* now released under the terms of the 2-clause BSD licence.
3.25.0:
[varLib] Improved support-resolution algorithm. Previously, the on-axis masters would always cut the space. They don’t anymore. That’s more consistent, and fixes the main issue Erik showed at TYPO Labs 2017. Any varfont built that had an unusual master configuration will change when rebuilt
[varLib.models] Added a main() entry point, that takes positions and prints model results.
[varLib.plot] Added new module to plot a designspace’s VariationModel. Requires matplotlib.
[varLib.mutator] Added -o option to specify output file path
[otTables] Fixed IndexError while pruning of HVAR pre-write
[varLib.models] Convert delta array to floats if values overflows signed short integer
anything depending on fontconfig does too. Add it to buildlink3.mk.
This is a high-impact change to commit during the freeze, but seems both
correct and necessary, and has wiz@'s OK.
The buildlink3.mk should be included for OSes _except_ Darwin.
The proper fix for this would be to have a devel/libuuid/builtin.mk that
detects builtinness.
Finally we have made new stable release, 2.13.0 here. summaries for
changes since last stable release of 2.12.6 are:
- Improve the footprint on cache creation
- emoji/math fonts support
- variable fonts support
- config file description support
- allow sharing caches with bind-mounted dirs
- bug fixes
Overview of changes leading to 1.7.6
Wednesday, March 7, 2018
====================================
- Fix to hb_set_t binary operations. Ouch.
- New experimental harfbuzz-subset library. All of hb-subset.h
is experimental right now and API WILL change.
- New API:
hb_blob_copy_writable_or_fail()
HB_OT_TAG_BASE
hb_set_previous()
hb_set_previous_range()
3.24.1:
[varLib] Don't remap the same DeviceTable twice in VarStore optimizer.
[varLib] Add --disable-iup option to fonttools varLib script, and a optimize=True keyword argument to varLib.build function, to optionally disable IUP optimization while building varfonts.
[ttCollection] Fixed issue while decompiling ttc with python3
Alan Coopersmith (1):
mkfontscale 1.1.3
Emil Velikov (1):
autogen.sh: use quoted string variables
Jeremy Huddleston Sequoia (1):
mkfontscale: Avoid a buffer underrun
Mihail Konev (1):
autogen: add default patch prefix
Peter Hutterer (1):
autogen.sh: use exec instead of waiting for configure to finish
Stefan Dirsch (1):
fix handling of Type1 fonts without /FamilyName and/or /FullName
3.24.0:
[ttGlyphPen] Decompose composite glyphs if any components' transform is too large to fit a F2Dot14 value, or clamp transform values that are (almost) equal to +2.0 to make them fit and avoid decomposing.
[ttx] Added new -g option to dump glyphs from the glyf table splitted as individual ttx files.
Copied ufoLib.filenames module to fontTools.misc.filenames, used for the ttx split-glyphs option .
[feaLib] Added support for cvParameters blocks in Character Variant feautures cv01-cv99.
[Snippets] Added checksum.py script to generate/check SHA1 hash of ttx files.
[varLib.mutator] Fixed issue while instantiating some variable fonts whereby the horizontal advance width computed from gvar phantom points could turn up to be negative.
[varLib/subset] Fixed issue with subsetting GPOS variation data not picking up ValueRecord Device objects (54fd71f).
[feaLib/voltLib] In all AST elements, the location is no longer a required positional argument, but an optional kewyord argument (defaults to None). This will make it easier to construct feature AST from code
3.23.0:
[designspaceLib] Added an optional lib element to the designspace as a whole, as well as to the instance elements, to store arbitrary data in a property list dictionary, similar to the UFO’s lib. Added an optional font attribute to the SourceDescriptor, to allow operating on in-memory font objects.
[cffLib] Fixed issue with lazy-loading of attributes when attempting to set the CFF TopDict.Encoding.
[ttx] Fixed regression introduced in 3.22.0 that affected the split tables -s option.
[feaLib] Added IncludedFeaNotFound custom exception subclass, raised when an included feature file cannot be found.
[otTables] Changed VarIdxMap to use glyph names internally instead of glyph indexes. The old ttx dumps of HVAR/VVAR tables that contain indexes can still be imported.
[varLib] Implemented VarStore optimizer.
[subset] Implemented pruning of GDEF VarStore, HVAR and MVAR.
[sfnt] Restore backward compatiblity with numFonts attribute of SFNTReader object.
[merge] Initial support for merging LangSysRecords.
[ttCollection] don’t seek(0) when writing to possibly unseekable strems.
[subset] Keep all --name-IDs from 0 to 6 by default.
[cffLib] Added width module to calculate optimal CFF default and nominal glyph widths.
[varLib] Don’t fail if STAT already in the master fonts
Overview of changes leading to 1.7.5
Tuesday, January 30, 2018
====================================
- Separate Khmer shaper from Indic.
- First stab at AAT morx. Not hooked up.
- Misc bug fixes.
3.22.0:
- [subset] Support subsetting endchar acting as seac-like components
in CFF.
- [feaLib] Allow to build from pre-parsed ast.FeatureFile object.
Added tables argument to only build some tables instead of all.
- [textTools] Replaced safeEval with ast.literal_eval.
- [feaLib] Added option to the parser to not resolve include statements.
- [ttLib] Added new ttCollection module to read/write TrueType and
OpenType Collections. Exports a TTCollection class with a fonts
attribute containing a list of TTFont instances, the methods save
and saveXML, plus some list-like methods. The importXML method is
not implemented yet.
- [unicodeadata] Added ot_tag_to_script function that converts from
OpenType script tag to Unicode script code.
- Added new designspaceLib subpackage, originally from Erik Van Blokland's
designSpaceDocument: https://github.com/LettError/designSpaceDocument
NOTE: this is not yet used internally by varLib, and the API may be subject
to changes.
- Added new FontTools icon images.
- [unicodedata] Added script_horizontal_direction function that returns
either "LTR" or "RTL" given a unicode script code.
- [otConverters] Don't write descriptive name string as XML comment if the
NameID value is 0 (== NULL).
- [unicodedata] Add ot_tags_from_script function to get the list of
OpenType script tags associated with unicode script code.
- [feaLib] Don't error when "enumerated" kern pairs conflict with preceding
single pairs; emit warning and chose the first value.
- [loggingTools] In CapturingLogHandler.assertRegex method, match the
fully formatted log message.
- [sbix] Fixed TypeError when concatenating str and bytes.
- [bezierTools] Implemented cusp support and removed approximate_fallback
arg in calcQuadraticArcLength. Added calcCubicArcLength
harfbuzz: update to 1.7.4.
Overview of changes leading to 1.7.4
Wednesday, December 20, 2017
====================================
- Fix collect_glyphs() regression caused by hb_set_t changes.
Overview of changes leading to 1.7.3
Monday, December 18, 2017
====================================
- hb_set_t performance tuning and optimizations.
- Speed up collect_glyphs() and reject garbage data.
- In hb_coretext_font_create() set font point-size (ptem).
- Misc fixes.
Overview of changes leading to 1.7.2
Monday, December 4, 2017
====================================
- Optimize hb_set_add_range().
- Misc fixes.
- New API:
hb_coretext_font_create()
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.
There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.
Unsorted entries in PLIST files have generated a pkglint warning for at
least 12 years. Somewhat more recently, pkglint has learned to sort
PLIST files automatically. Since pkglint 5.4.23, the sorting is only
done in obvious, simple cases. These have been applied by running:
pkglint -Cnone,PLIST -Wnone,plist-sort -r -F
3.21.0:
[cmap] when compiling format6 subtable, don't assume gid0 is always called '.notdef'.
[ot] Allow decompiling fonts with bad Coverage format number.
Change FontTools licence to MIT.
[post] Prune extra names already in standard Mac set.
[subset] Delete empty SubrsIndex after subsetting.
[varLib] Don't share points in cvar by default, as it currently fails on some browsers.
[afmLib] Make poor old afmLib work on python3.
3.20.1:
[unicodedata] Fixed issue with script and script_extension functions returning inconsistent short vs long names. They both return the short four- letter script codes now. Added script_name and script_code functions to look up the long human-readable script name from the script code, and viceversa.
3.20.0:
[unicodedata] Addded new module fontTools.unicodedata which exports the same interface as the built-in unicodedata module, with the addition of a few functions that are missing from the latter, such as script, script_extension and block. Added a MetaTools/buildUCD.py script to download and parse data files from the Unicode Character Database and generate python modules containing lists of ranges and property values.
[feaLib] Added __str__ method to all ast elements.
[feaLib] Parser constructor now accepts a glyphNames iterable instead of glyphMap dict. The latter still works but with a pending deprecation warning.
[bezierTools] Added arc length calculation functions originally from pens.perimeterPen module.
[varLib] Started generating STAT table (8af4309). Right now it just reflects the axes, and even that with certain limitations: * AxisOrdering is set to the order axes are defined, * Name-table entries are not shared with fvar.
[py23] Added backports for redirect_stdout and redirect_stderr context managers.
[Graphite] Fixed some round-trip bugs
Overview of changes leading to 1.7.1
Tuesday, November 14, 2017
====================================
- Fix atexit object destruction regression.
- Fix minor integer-overflow.
Overview of changes leading to 1.7.0
Monday, November 13, 2017
====================================
- Minor Indic fixes.
- Implement kerning and glyph names in hb-ot-font.
- Various DSO optimization re .data and .bss sizes.
- Make C++11 optional; build fixes.
- Mark all other backends "unsafe-to-break".
- Graphite fix.
Overview of changes leading to 1.6.3
Thursday, October 26th, 2017
====================================
- Fix hb_set_t some more. Should be solid now.
- Implement get_glyph_name() for hb-ot-font.
- Misc fixes.
Overview of changes leading to 1.6.2
Monday, October 23nd, 2017
====================================
- Yesterday's release had a bad crasher; don't use it. That's what
happens when one works on Sunday...
https://github.com/behdad/harfbuzz/issues/578
- Build fixes for FreeBSD and Chrome Android.
Overview of changes leading to 1.6.1
Sunday, October 22nd, 2017
====================================
- Don't skip over COMBINING GRAPHEME JOINER when ligating, etc.
To be refined: https://github.com/behdad/harfbuzz/issues/554
- Faster hb_set_t implementation.
- Don't use deprecated ICU API.
- Fix undefined-behavior in Myanmar shaper, introduced in 1.6.0
- Deprecated API:
hb_set_invert()
Overview of changes leading to 1.6.0
Friday, October the 13th, 2017
====================================
- Update to Unicode 10.
- Various Indic and Universal Shaping Engine fixes as a result of
HarfBuzz Hackfest with Jonathan Kew at Web Engines Hackfest at
the Igalia offices in A Coruña, Spain. Thanks Igalia for having
us!
- Implement Unicode Arabic Mark Ordering Algorithm UTR#53.
- Implement optical sizing / tracking in CoreText backend, using
new API hb_font_set_ptem().
- Allow notifying hb_font_t that underlying FT_Face changed sizing,
using new API hb_ft_font_changed().
- More Graphite backend RTL fixes.
- Fix caching of variable font shaping plans.
- hb-view / hb-shape now accept following new arguments:
o --unicodes: takes a list of hex numbers that represent Unicode
codepoints.
New API:
+hb_face_get_table_tags()
+hb_font_set_ptem()
+hb_font_get_ptem()
+hb_ft_font_changed()
30 Oct 2017 (Eben Sorkin) Merriweather v2.002
Made first Variable font version with the Roman. Italic is not generating yet.
General
Fixed interpolation issues in Both Roman and italic.
Quotes ‘“”’ made clearer.
‹›«» made less wide and more typical
All dashes and math symbols: heights corrected.
¿ ? adjusted to be somewhat less distinctive
all 10 arrows → now included
Diacritic anchor positions made common across family
Combining Diacritics centered on zero widths
Diacritic design generally improved and Vietnamese diacritics made so they are not made from composites (properly designed) and so they won’t be clipped.
File efficiency gained from forcing all glyphs that should made only from composites to do so.
Clunky spacing and design for in some Currency glyphs corrected
Lining Figures Added
Zero slash added
Non standard use of composites (flipped shapes) corrected
Missing Latin glyphs added
Total Glyph count in Roman and Italic made to match.
Open Type code added: aalt, ccmp, locl, sups, numr, dnom, frac, ordn, lnum, onum, case, liga, zero, cpsp
Added the Published (circle P) symbol
OpenType Features: Update code for more languages
Fractions: Improved and added limited support for inferior or subscript numbers
Weight Scale: Altered instance weights across roman and italic so nominal weights appear more even; italics are still slightly lighter, but less contrast with roman
Symbols: Made all styles share reference glyphs for copyright, registered and published symbols
Added Gawker/Elizabeth Style curling quotes, dollar and question mark and mediumBlackSquare (uni25FC) to a Stylistic set (ss01)
Language
Latin: Found and upgraded all non-combining diacritics to combining, and all combining now have zero width
Cyrillic: Found and fixed many side-bearing problems
Vietnamese: Fixed diacritics and the glyphs they are used for, as well as the o and u horns
Technology
OTF: Improved blue zones for PS OTFs
Italic specific fixes
Missing Cyrillic glyphs in Italic added
Fixed denominator and fraction glyphs
Corrected weight inconsistency in Currency Glyphs
2 Feb 2017 (Marc Foley) Merriweather v2.001
Fixed interpolation issues in Italic
17 Jan 2017 (Marc Foley) Merriweather v2.000
Added CrystalType Vietnamese extension
Added Alexieva Cyrillic extension
Updated font metadata
This release imports the libXfont 1.x BDF-reading and PCF-writing code,
as this program is the only known user of that code and libXfont 1.x is
otherwise unmaintained. No functional difference should be apparent,
this is just another step towards eliminating the old version of
libXfont from the world.
3.19.0:
[varLib] Try set of used points instead of all points when testing whether to share points between tuples.
[CFF2] Fixed issue with reading/writing PrivateDict BlueValues to TTX file. Read the commit message 8b02b5a and issue 1030 for more details. NOTE: this change invalidates all the TTX files containing CFF2 tables that where dumped with previous verisons of fonttools. CFF2 Subr items can have values on the stack after the last operator, thus a CFF2Subr class was added to accommodate this.
[_k_e_r_n] Fixed compilation of AAT kern version=1.0 tables
[ttLib] Added getBestCmap() convenience method to TTFont class and cmap table class that returns a preferred Unicode cmap subtable given a list of options.
[morx] Emit more meaningful subtable flags. Implement InsertionMorphAction
3.18.0 (released 2017-10-30)
[feaLib] Fixed writing back nested glyph classes.
[TupleVariation] Reactivated shared points logic, bugfixes.
[AAT] Implemented morx ligature subtables.
[reverseContourPen] Keep duplicate lineTo following a moveTo.
[varLib.mutator] Suport instantiation of GPOS, GDEF and MVAR.
[sstruct] Fixed issue with unicode_literals and struct module in old versions of python 2.7
0.6.4 (2017-10-03) : The "TeXnical Boost" release
=====
- Use package versioning based on Git snapshot.
- Fix LaTeX familydefault upon switching between scripts.
(Thanks Abhabongse Janthong for the pull request.)
- Add LaTeX option for font scaling.
(Thanks Abhabongse Janthong for another pull request.)
* Re-enable use of `HyphenChar=None` in LuaLaTeX. (Hyphenation and font
choice are decoupled in LuaTeX, except for this one setting.)
* Some internal changes needed by `unicode-math` to fix some cross-over
code.
This update corrects the behavior of the package under XeLaTeX and
LuaLaTeX when using libertine with newtxmath. It now behaves as the
documentation describes.
3.17.0:
- [svgPathPen] Added an ``SVGPathPen`` that translates segment pen commands
into SVG path descriptions. Copied from Tal Leming's ``ufo2svg.svgPathPen``
https://github.com/typesupply/ufo2svg/blob/d69f992/Lib/ufo2svg/svgPathPen.py
- [reverseContourPen] Added ``ReverseContourPen``, a filter pen that draws
contours with the winding direction reversed, while keeping the starting
point.
- [filterPen] Added ``ContourFilterPen`` to manipulate contours as a whole
rather than segment by segment.
- [arrayTools] Added ``Vector`` class to apply math operations on an array
of numbers, and ``pairwise`` function to loop over pairs of items in an
iterable.
- [varLib] Added support for building and interpolation of ``cvar`` table
3.16.0:
[head] Try using SOURCE_DATE_EPOCH environment variable when setting the head modified timestamp to ensure reproducible builds.
[VTT] Decode VTT’s TSI* tables text as UTF-8.
Added support for Graphite font tables: Feat, Glat, Gloc, Silf and Sill.
[varLib] Default to using axis “name” attribute if “labelname” element is missing.
[merge] Added support for merging Script records. Remove unused features and lookups after merge.
Added fontTools.svgLib package. Includes a parser for SVG Paths that supports the Pen protocol. Also, added a snippet to convert SVG outlines to UFO GLIF.
[AAT] Added support for ankr, bsln, mort, morx, gcid, and cidg.
[subset] Implemented subsetting of prop, opbd, bsln, lcar.
I did not notice the package already existed in fonts/py-fonttools. This
package is now updated to the latest version available (3.15.1).
Thanks joerg@ for the heads-up.
Changelog for this release:
- [otConverters] Implemented ``__add__`` and ``__radd__`` methods on
``otConverters._LazyList`` that decompile a lazy list before adding
it to another list or ``_LazyList`` instance. Fixes an ``AttributeError``
in the ``subset`` module when attempting to sum ``_LazyList`` objects
(6ef48bd2, 1aef1683).
- [AAT] Support the `opbd` table with optical bounds (a47f6588).
- [AAT] Support `prop` table with glyph properties (d05617b4).
fontTools is a library for manipulating fonts, written in Python. The project
includes the TTX tool, that can convert TrueType and OpenType fonts to and from
an XML text format, which is also called TTX. It supports TrueType, OpenType,
AFM and to an extent Type 1 and some Mac-specific formats. The project has a
BSD-style open-source licence.
2.12.6
Akira TAGOH (4):
und_zsye.orth: polish to get for NotoEmoji-Regular.ttf
Revert "Keep the same behavior to the return value of FcConfigParseAndLoad"
Fix again to keep the same behavior to the return value of FcConfigParseAndLoad
Update libtool revision
Behdad Esfahbod (2):
Minor
[fc-query] Fix linking order
David Kaspar [Dee'Kej] (1):
conf.d: Drop aliases for (URW)++ fonts
Florian Müllner (1):
build: Remove references to deleted file
I've released fontconfig-2.12.5 that contains Emoji/Math fonts
support in family name and lang, new APIs, to get the binding type
from FcPattern, and to load a configuration from memory. and some
bug fixes.
Overview of changes leading to 1.5.1
Tuesday, September 5, 2017
====================================
- Fix "unsafe-to-break" in fallback shaping and other corner cases.
All our tests pass with --verify now, meaning unsafe-to-break API
works as expected.
- Add --unicodes to hb-view / hb-shape.
- [indic] Treat Consonant_With_Stacker as consonant. This will need
further tweaking.
- hb_buffer_diff() tweaks.
Overview of changes leading to 1.5.0
Wednesday, August 23, 2017
====================================
- Misc new API, for appending a buffer to another, and for comparing
contents of two buffers for types of differences.
- New "unsafe-to-break" API. Can be used to speed up reshaping
in line-breaking situations. Essentially, after shaping, it returns
positions in the input string (some of the cluster boundaries) that
are "safe to break" in that if the text is segmented at that position
and two sides reshaped and concatenated, the shaping result is
exactly the same as shaping the text in one piece.
hb-view and hb-shape and hb-shape now take --verify, which verifies
the above property.
Some corner cases of the implementation are still not quite working.
Those will be fixed in subsequent releases.
- New API:
hb_buffer_append()
hb_glyph_flags_t
HB_GLYPH_FLAG_UNSAFE_TO_BREAK
HB_GLYPH_FLAG_DEFINED
hb_glyph_info_get_glyph_flags()
HB_BUFFER_SERIALIZE_FLAG_GLYPH_FLAGS
hb_buffer_diff_flags_t
HB_BUFFER_DIFF_FLAG_EQUAL
HB_BUFFER_DIFF_FLAG_CONTENT_TYPE_MISMATCH
HB_BUFFER_DIFF_FLAG_LENGTH_MISMATCH
HB_BUFFER_DIFF_FLAG_NOTDEF_PRESENT
HB_BUFFER_DIFF_FLAG_DOTTED_CIRCLE_PRESENT
HB_BUFFER_DIFF_FLAG_CODEPOINT_MISMATCH
HB_BUFFER_DIFF_FLAG_CLUSTER_MISMATCH
HB_BUFFER_DIFF_FLAG_GLYPH_FLAGS_MISMATCH
HB_BUFFER_DIFF_FLAG_POSITION_MISMATCH
hb_buffer_diff
Interface started out in late 2016 as an experiment to build a
perfectly pixel-fitting font at a specific small size. The
idea was that by crafting a font in a particular way, with a
particular coordinate system (Units Per EM), and for a particular
target rasterization size (11), it would be possible to get the
best of both sharpness and readability.
However after a few months of using an early version of Interface,
it dawned on everyone exposed to the test that this approach had
some serious real-world problems. Most notably that it was really
hard to read longer text. Because of the pixel-aligning nature of
that approach, the font took an almost mono-spaced appearance,
making it really easy to read numbers, punctuation and very short
words, but eye-straining to read anything longer.
The project was rebooted with a different approach, sticking with
the specific UPM, but crafting glyphs and kerning in a way that
made for more variation in the rhythm and smoother vertical and
horizontal stems.
XCharter 1.09 adds Cyrillic glyphs from Andrey Panov's Khartiya, along
with Cyrillic small caps, additional figures styles (numerators,
denominators and inferiors). It also adds slanted versions of the Roman
and Bold styles.
Version 1.091 corrects errors in the fd files that were introduced in
version 1.09.
- v2.6b (2017/07/16)
* Fix conflict with Polyglossia and `Scale=MatchLowercase`.
* New feature `IgnoreFontspecFile` to avoid loading the `.fontspec`
file for a font.
* Fix regression with `\fontspec_if_feature:nTF`
(which broke `realscripts`, oops — must improve my test suite)
Overview of changes leading to 1.4.8
Tuesday, August 8, 2017
====================================
- Major fix to avar table handling.
- Rename hb-shape --show-message to --trace.
- Build fixes.
Overview of changes leading to 1.4.7
Tuesday, July 18, 2017
====================================
- Multiple Indic, Tibetan, and Cham fixes.
- CoreText: Allow disabling kerning.
- Adjust Arabic feature order again.
- Misc build fixes.
2.12.4
Akira TAGOH (5):
Force regenerate fcobjshash.h when updating Makefile
Fix the build failure when srcdir != builddir and have gperf 3.1 or later installed
Add a testcase for Bug#131804
Update libtool revision
Fix distcheck error
Florent Rougon (6):
FcCharSetHash(): use the 'numbers' values to compute the hash
fc-lang: gracefully handle the case where the last language initial is < 'z'
Fix an off-by-one error in FcLangSetIndex()
Fix erroneous test on language id in FcLangSetPromote()
FcLangSetCompare(): fix bug when two charsets come from different "buckets"
FcCharSetFreezeOrig(), FcCharSetFindFrozen(): use all buckets of freezer->orig_hash_table
Helmut Grohne (1):
fix cross compilation
Jan Alexander Steffens (heftig) (1):
Fix testing PCF_CONFIG_OPTION_LONG_FAMILY_NAMES (CFLAGS need to be right)
Josselin Mouette (1):
Treat C.UTF-8 and C.utf8 locales as built in the C library.
Masamichi Hosoda (1):
Bug 99360 - Fix cache file update on MinGW
TrueType version of Chinese Arphic fonts
Add tex-baekmuk{,-doc} 2.2
Baekmuk Korean TrueType fonts
Add tex-ptex-fontmaps{,-doc} 20170114.0
Font maps and configuration tools for Japanese/Chinese/Korean fonts with (u)ptex
Changes from 0.6.2
The first release from GitHub.
Drop Tahoma and MS Sans Serif synthesizing, which caused Waree to get
priority higher than all Thai fonts in fontconfig matching.
Promote Loma over Waree as sans-serif candidate.
Narrow down the width of space glyph for Loma.
Version 1.2.7 (2015-07-22)
=============
- Clarify package licenseing.
- Installation image is now reproducible.
- Drop obsolete and unmaintained RPM spec.
Updated fonts/tex-raleway{,-doc} to 1.4
Updated print/tex-readarray{,-doc} to 2.0
Updated graphics/tex-repere{,-doc} to 17.05
Updated fonts/tex-sansmathfonts{,-doc} to 2017
Updated print/tex-siunitx{,-doc} to 2.7g
Updated fonts/tex-sourcesanspro{,-doc} to 2.6
Updated print/tex-sttools{,-doc} to 2.0
Updated print/tex-tcolorbox{,-doc} to 4.03
Updated print/tex-tetex{,-doc} to 3.0.44331
Updated print/tex-tex4ht{,-doc} to 2017
Updated print/tex-texconfig{,-doc} to 2017
Updated print/tex-texdoc{,-doc} to 2017
Updated print/tex-texinfo to 5.1.43137
Updated print/tex-texlive.infra to 2017
Updated print/tex-texlive-scripts to 2017
Updated graphics/tex-tikzmark{,-doc} to 1.3
Updated graphics/tex-tikzsymbols{,-doc} to 4.02
Updated print/tex-todonotes{,-doc} to 1.0.5
Updated print/tex-tools{,-doc} to 2017
Updated print/tex-toptesi{,-doc} to 5.9.06
Updated print/tex-udesoftec{,-doc} to 1.6.0
Updated print/tex-updmap-map to 2017
Updated fonts/tex-xcharter{,-doc} to 1.08
Updated print/tex-xdvi to 22.87.03
Updated print/tex-paralist{,-doc} to 2.7
Updated print/tex-pdfpages{,-doc} to 0.5h
Updated print/tex-plain to 3.141592653.43076
Updated print/tex-platex{,-doc} to 2017
Updated print/tex-polski{,-doc} to 1.3.4
Updated print/tex-preview{,-doc} to 11.90
Updated print/tex-program{,-doc} to 3.3.14
Updated graphics/tex-pst-3dplot{,-doc} to 2.04
Updated graphics/tex-pst-barcode{,-doc} to 0.16a
Updated graphics/tex-pst-circ{,-doc} to 2.14
Updated geography/tex-pst-geo{,-doc} to 2.06
Updated graphics/tex-pst-node{,-doc} to 1.39
Updated graphics/tex-pst-pdf{,-doc} to 1.2c
Updated graphics/tex-pst-plot{,-doc} to 1.79
Updated graphics/tex-pst-tools{,-doc} to 0.06
Updated graphics/tex-pst-tree{,-doc} to 1.13
Updated graphics/tex-pstricks{,-doc} to 2.73a
Updated graphics/tex-pstricks-add{,-doc} to 3.83
Updated print/tex-ptex-base{,-doc} to 2017
Updated fonts/tex-ptex-fonts{,-doc} to 2017
Updated print/tex-marginnote{,-doc} to 1.2b
Updated print/tex-mathtools to 1.19
Updated graphics/tex-mcf2graph{,-doc} to 4.23
Updated print/tex-media9{,-doc} to 0.80
Updated print/tex-mhchem{,-doc} to 4.06
Updated print/tex-minted{,-doc} to 2.4.1
Updated print/tex-multirow{,-doc} to 2.2
Updated print/tex-musixtex to 1.24
Updated print/tex-mwcls{,-doc} to 0.75
Updated print/tex-mweights{,-doc} to 20170330
Updated fonts/tex-newpx{,-doc} to 1.320
Updated fonts/tex-newtx{,-doc} to 1.525
Updated fonts/tex-newtxsf{,-doc} to 1.05
Updated fonts/tex-newtxtt{,-doc} to 1.055
Updated print/tex-oberdiek{,-doc} to 2017
Updated print/tex-onlyamsmath{,-doc} to 0.20
Updated print/tex-koma-script to 3.23
Updated print/tex-kotex-oblivoir{,-doc} to 2.1.8
Updated devel/tex-l3experimental to 2017
Updated devel/tex-l3kernel{,-doc} to 2017
Updated devel/tex-l3packages{,-doc} to 2017
Updated print/tex-latex{,-doc} to 20170101.1
Updated textproc/tex-latexdiff{,-doc} to 1.2.0
Updated print/tex-leaflet{,-doc} to 1.1b
Updated fonts/tex-libertine{,-doc} to 5.3.0.43603
Updated devel/tex-lualibs{,-doc} to 2.5
Updated fonts/tex-luaotfload{,-doc} to 2.8.2
Updated print/tex-luatex{,-doc} to 1.0.4
Updated print/tex-glossaries{,-doc} to 4.30
Updated print/tex-graphics{,-doc} to 1.2a
Updated print/tex-graphics-def{,-doc} to 2017
Updated graphics/tex-graphics-pln{,-doc} to 2017
Updated print/tex-hausarbeit-jura{,-doc} to 1.5
Updated print/tex-hyperref{,-doc} to 6.85a
Updated print/tex-hyphen-base to 2017
Updated print/tex-hyphen-german to 2017
Updated print/tex-hyphen-latin to 3.1.2017
Updated fonts/tex-inconsolata{,-doc} to 1.112
Updated fonts/tex-ipaex-type1{,-doc} to 0.4a
Updated fonts/tex-japanese-otf{,-doc} to 1.7b6.42950
Updated print/tex-jsclasses to 2017
Updated print/tex-dehyph-exptl{,-doc} to 0.41
Updated print/tex-diagbox{,-doc} to 2.2
Updated fonts/tex-dozenal{,-doc} to 7.0
Updated print/tex-dvips{,-doc} to 2017
Updated graphics/tex-epstopdf{,-doc} to 2.26
Updated fonts/tex-erewhon{,-doc} to 1.08
Updated devel/tex-etoolbox{,-doc} to 2.4
Updated print/tex-europasscv{,-doc} to 2017
Updated print/tex-fancyhdr{,-doc} to 3.9
Updated fonts/tex-fbb{,-doc} to 1.12
Updated fonts/tex-fetamont{,-doc} to 20170415
Updated fonts/tex-fira{,-doc} to 4.2
Updated print/tex-fixme{,-doc} to 4.4
Updated fonts/tex-fontmfizz{,-doc} to 2017
Updated fonts/tex-fontools{,-doc} to 2017
Updated fonts/tex-fontspec{,-doc} to 2.6a
Updated fonts/tex-cabin{,-doc} to 2017
Updated graphics/tex-circuitikz{,-doc} to 0.8.3
Updated fonts/tex-cjhebrew{,-doc} to 0.2a
Updated print/tex-cjk-gs-integrate{,-doc} to 20170505.0
Updated fonts/tex-comicneue{,-doc} to 1.1
Updated print/tex-comment{,-doc} to 3.8
Updated print/tex-context{,-doc} to 2017
Updated print/tex-context-filter{,-doc} to 2017
Updated print/tex-csbulletin{,-doc} to 1.1
Updated print/tex-csplain to 2017
Updated print/tex-csquotes{,-doc} to 5.2b
Updated print/tex-cweb{,-doc} to 3.64b
Updated print/tex-babel{,-doc} to 3.10
Updated print/tex-babel-english to 3.3q
Updated print/tex-babel-french to 3.3a
Updated print/tex-babel-galician to 2017
Updated print/tex-babel-german to 2.9
Updated print/tex-babel-greek to 1.9g
Updated print/tex-babel-russian to 1.3i
Updated fonts/tex-baskervaldx{,-doc} to 1.072
Updated print/tex-beamer{,-doc} to 3.41
Updated print/tex-biblatex{,-doc} to 3.7
Updated fonts/tex-boondox{,-doc} to 1.02d
Updated print/tex-breqn to 0.98e
Updated fonts/tex-academicons{,-doc} to 1.8.0
Updated fonts/tex-adobemapping to 2017
Updated fonts/tex-alegreya{,-doc} to 2017
Updated fonts/tex-allrunes{,-doc} to 2.1.1
Updated print/tex-amsmath{,-doc} to 2.16a
Updated graphics/tex-animate{,-doc} to 20170518
Updated print/tex-arsclassica{,-doc} to 20170201
Updated converters/dvi2tty to 6.0.0nb1
Updated fonts/afm2pl to 0.7.1nb3
Updated fonts/gsftopkk to 1.19.2nb8
Updated fonts/lcdftypetools to 2.106
Updated fonts/ps2pkm to 1.8nb1
Updated fonts/ttf2pk to 2.0nb3
Updated fonts/ttfdump to 0.5.5nb4
Updated print/cjkutils to 4.8.4nb2
Updated print/dvidvi to 1.1nb1
Updated print/dviljk to 2.6.5nb8
Updated print/dvipdfmx to 20170318
Updated print/dvipsk to 5.997
Updated print/kpathsea to 6.2.3
Updated print/lacheck to 1.28nb2
Updated print/luatex to 1.0.4
Updated print/ptexenc to 1.3.5
Updated print/seetexk to 1.1nb3
Updated print/tex4ht to 0.0.20170523
Updated print/vlna to 1.5nb3
Updated print/web2c to 2017
Updated print/xdvik to 22.87.03nb1
Updated print/xetex to 0.99997
Updated print/xpdfopen to 0.86nb2
Updated textproc/makeindexk to 2.15nb9
Updated textproc/mendexk to 2.6fnb7
2.12.3
Akira TAGOH (1):
Fix make check fail with freetype-2.7.1 and 2.8 with PCF_CONFIG_OPTION_LONG_FAMILY_NAMES enabled.
2.12.2
Akira TAGOH (8):
Don't call perror() if no changes happens in errno
Fix FcCacheOffsetsValid()
Fix the build issue with gperf 3.1
Fix the build issue on GNU/Hurd
Update a bit for the changes in FreeType 2.7.1
Add the description of FC_LANG envvar to the doc
Bug 101202 - fontconfig FTBFS if docbook-utils is installed
Update libtool revision
Alan Coopersmith (1):
Correct cache version info in doc/fontconfig-user.sgml
Khem Raj (1):
Avoid conflicts with integer width macros from TS 18661-1:2014
Masamichi Hosoda (2):
Fix PostScript font alias name
Update aliases for URW June 2016
----------------------------
v1.1
- New ligatures ->>, :::, >=>, <=<, <=>, <->
- Switched to newer version of calt code by Nikita Prokopov. It
"doesn’t apply ligatures to long sequences of chars, e.g. !!!!,
>>>>, etc"
- Fixed ++ and +++ line inconsistency in heavy italic weights
v1.0
- Updates to the latest version of SCP
- Hasklig moves to a ligature substitution mechanism borrowed from
the excellent Fira Code by Nikita Prokopov
-------------------------------
From: https://github.com/chrissimpkins/Hack/blob/master/CHANGELOG.md
Version 2.020
divided the vertical stroke in the pipe glyph (U+007C), italic and bold italic sets
modified U+007C hints in TrueType builds at 6, 7, 10, 11, 12, 13, 14 ppem italic set
modified U+007C hints in TrueType builds at 6, 7, 10, 14 ppem bold italic set
modified slant angle and stroke length (U+005C), italic and bold italic sets
centered U+007C and U+005C, all sets
modified zero (U+0030) oval fill hints in regular set
added Powerline glyphs to the bold, italic, and bold italic sets
U+2502 upper terminal to 1950, lower terminal to -530, all sets
U+2503 upper terminal to 1950, lower terminal to -530, all sets
U+250C lower terminal to -530, all sets
... (more too many lines ommitted) ...
It also fixes a number of small bugs relating to certain bitmap typefaces, stroke expansion, handling of CID ranges, and the user interface.
There are two tags and package sets. 20161004 is the original release, and 20161005 adds support for Ubuntu 16.04 and 16.10.
Overview of changes leading to 1.4.6
Sunday, April 23, 2017
====================================
- Graphite2: Fix RTL positioning issue.
- Backlist GDEF of more versions of Padauk and Tahoma.
- New, experimental, cmake alternative build system.