Lines Matching refs:glyf
374 - [woff2] Skip normalizing ``glyf`` and ``loca`` tables if these are missing from
390 - [glyf] If a component uses reference points (``firstPt`` and ``secondPt``) for
393 - [glyf] When all glyphs have zero contours, compile ``glyf`` table data as a single
451 - [glyf] Fixed the flags bug in glyph.drawPoints() like we did for glyph.draw()
457 - [glyf] Use the ``flagOnCurve`` bit mask in ``glyph.draw()``, so that we ignore
545 the glyf table to be incomplete when dumping to XML (#1681).
585 ``glyf`` and ``loca`` tables, as well as with transformed ``hmtx`` table.
668 - [arrayTools/glyf] ``calcIntBounds`` (used to compute bounding boxes of glyf
681 - [ttLib/glyf] Raise more specific error when encountering recursive
692 - [mutator] Set ``OVERLAP_SIMPLE`` and ``OVERLAP_COMPOUND`` glyf flags by
899 glyf table's contour points in the TTX dump. This is used in some
988 - [varLib] Avoid attempting to build ``cvar`` table when ``glyf`` table is not
995 - [glyf] Ensure ``GlyphCoordinates`` never overflow signed shorts (#1230).
1072 - [ttx] Added new ``-g`` option to dump glyphs from the ``glyf`` table
1417 - [glyf] In ``GlyphCoordintes`` class, added ``__bool__`` / ``__nonzero__``
1525 - Assembly code in the fpgm, prep, and glyf tables is now indented in
1807 to as part of the glyf table (obviously needed for CFF-OTF's).
1811 - When writing TT glyf data, align glyphs on 4-byte boundaries. This
1844 - Removed assert in glyf table: redundant data at the end of the table
1915 - 'glyf' table support is now complete: I added support for composite
1916 scale, xy-scale and two-by-two for the 'glyf' table. For now,