8000 Tags · aschmitz/fonttools · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: aschmitz/fonttools

Tags

4.28.3

Toggle 4.28.3's commit message
4.28.3

- [subset] Fixed bug while subsetting ``COLR`` table, whereby incomplete layer records
  pointing to missing glyphs were being retained leading to ``struct.error`` upon
  compiling. Make it so that ``glyf`` glyph closure, which follows the ``COLR`` glyph
  closure, does not influence the ``COLR`` table subsetting (fonttools#2461, fonttools#2462).
- [docs] Fully document the ``cmap`` and ``glyf`` tables (fonttools#2454, fonttools#2457).
- [colorLib.unbuilder] Fixed CLI by deleting no longer existing parameter (180bb18).

4.28.2

Toggle 4.28.2's commit message

Verified

This tag was signed with the committer’s verified signature.
khaledhosny Khaled Hosny
4.28.2

- [otlLib] Remove duplicates when building coverage (fonttools#2433).
- [docs] Add interrogate configuration (fonttools#2443).
- [docs] Remove comment about missing “start” optional argument to ``calcChecksum`` (fonttools#2448).
- [cu2qu/cli] Adapt to the latest ufoLib2.
- [subset] Support subsetting SVG table and remove it from the list of  drop by default tables (fonttools#534).
- [subset] add ``--pretty-svg`` option to pretty print SVG table contents (fonttools#2452).
- [merge] Support merging ``CFF`` tables (CID-keyed ``CFF`` is still not supported) (fonttools#2447).
- [merge] Support --output-file (fonttools#2447).
- [docs] Split table docs into individual pages (fonttools#2444).
- [feaLib] Forbid empty classes (fonttools#2446).
- [docs] Improve documentation for fontTools.ttLib.ttFont (fonttools#2442).

4.28.1

Toggle 4.28.1's commit message
4.28.1

- [subset] Fixed AttributeError while traversing a color glyph's Paint graph when there is no
  LayerList, which is optional (fonttools#2441).

4.28.0

Toggle 4.28.0's commit message
4.28.0

- Dropped support for EOL Python 3.6, require Python 3.7 (fonttools#2417).
- [ufoLib/glifLib] Make filename-clash checks faster by using a set instead of a list (fonttools#2422).
- [subset] Don't crash if optional ClipList and LayerList are ``None`` (empty) (fonttools#2424, 2439).
- [OT-SVG] Removed support for old deprecated version 1 and embedded color palettes,
  which were never officially part of the OpenType SVG spec. Upon compile, reuse offsets
  to SVG documents that are identical (fonttools#2430).
- [feaLib] Added support for Variable Feature File syntax. This is experimental and subject
  to change until it is finalized in the Adobe FEA spec (fonttools#2432).
- [unicodedata] Update Scripts/ScriptExtensions/Blocks to UnicodeData 14.0 (fonttools#2437).

4.27.1

Toggle 4.27.1's commit message
4.27.1

- [otlLib] Fixed error when chained contextual lookup builder overflows (fonttools#2404, fonttools#2411).
- [bezierTools] Fixed two floating-point bugs: one when computing `t` for a point
  lying on an almost horizontal/vertical line; another when computing the intersection
  point between a curve and a line (fonttools#2413).

4.27.0

Toggle 4.27.0's commit message
4.27.0

- [ttLib/otTables] Cleaned up virtual GID handling: allow virtual GIDs in ``Coverage``
  and ``ClassDef`` readers; removed unused ``allowVID`` argument from ``TTFont``
  constructor, and ``requireReal`` argument in ``TTFont.getGlyphID`` method.
  Make ``TTFont.setGlyphOrder`` clear reverse glyphOrder map, and assume ``glyphOrder``
  internal attribute is never modified outside setGlyphOrder; added ``TTFont.getGlyphNameMany``
  and ``getGlyphIDMany`` (fonttools#1536, fonttools#1654, fonttools#2334, fonttools#2398).
- [py23] Dropped internal use of ``fontTools.py23`` module to fix deprecation warnings
  in client code that imports from fontTools (fonttools#2234, fonttools#2399, fonttools#2400).
- [subset] Fix subsetting COLRv1 clip boxes when font is loaded lazily (fonttools#2408).

4.26.2

Toggle 4.26.2's commit message
4.26.2

- [otTables] Added missing ``CompositeMode.PLUS`` operator (fonttools#2390).

4.26.1

Toggle 4.26.1's commit message
4.26.1

- [transform] Added ``transformVector`` and ``transformVectors`` methods to the
  ``Transform`` class. Similar to ``transformPoint`` but ignore the translation
  part (fonttools#2386).

4.26.0

Toggle 4.26.0's commit message
4.26.0

- [xmlWriter] Default to ``"\n"`` for ``newlinestr`` instead of platform-specific
  ``os.linesep`` (fonttools#2384).
- [otData] Define COLRv1 ClipList and ClipBox (fonttools#2379).
- [removeOverlaps/instancer] Added --ignore-overlap-errors option to work around
  Skia PathOps.Simplify bug (fonttools#2382, fonttools#2363, google/fonts#3365).
- NOTE: This will be the last version to support Python 3.6. FontTools will require
  Python 3.7 or above from the next release (fonttools#2350)

4.25.2

Toggle 4.25.2's commit message
4.25.2

- [COLRv1] Various changes to sync with the latest CORLv1 draft spec. In particular:
  define COLR.VarIndexMap, remove/inline ColorIndex struct, add VarIndexBase to ``PaintVar*`` tables (fonttools#2372);
  add reduced-precicion specialized transform Paints;
  define Angle as fraction of half circle encoded as F2Dot14;
  use FWORD (int16) for all Paint center coordinates;
  change PaintTransform to have an offset to Affine2x3;
- [ttLib] when importing XML, only set sfntVersion if the font has no reader and is empty (fonttools#2376)
0