harfbuzz/test/shaping/data/in-house
Khaled Hosny c9796d15e1 Fix sbix glyph extents
* The ‘height’ needs to be negated since the API returns “distance from
  top to bottom side”.
* Similarly, the ‘y_offset‘ needs to be added to the height to get the
  ‘y_bearing’, since sbix’s offset is “the point in the glyph relative
  to its lower-left corner which corresponds to the origin” while
  ‘y_bearing’ is the “top side of glyph from origin”.

With these changes the sbix glyph metrics return values similar to other
tables, as they were otherwise unusable.
2019-07-22 05:42:34 +02:00
..
fonts Fix sbix glyph extents 2019-07-22 05:42:34 +02:00
tests Fix sbix glyph extents 2019-07-22 05:42:34 +02:00
COPYING [test] Reorganize test suite 2018-01-10 02:50:49 +01:00
Makefile.am Fix distcheck 2018-01-30 11:52:11 -08:00
Makefile.sources [test] Add test for format2 kern (#1423) 2018-11-29 00:07:00 +03:30