src/hb-ot-cff2-table.cc


Log

Author Commit Date CI Message
Ebrahim Byagowi 1cc844da 2019-08-14T19:10:02 minor Use hb_font_t coords directly
Behdad Esfahbod 7ca54811 2019-07-02T16:00:58 [amalgam] Fix CFF Part of https://github.com/harfbuzz/harfbuzz/issues/1809
Behdad Esfahbod 737436d3 2019-06-18T13:07:44 Streamline HB_NO_CFF
Behdad Esfahbod 7f6fca4e 2019-05-12T10:29:47 Force-disable CFF code under disabling conditions Subsetter size goes down from 190kb to 119kb. Main library about 7kb. Part of https://github.com/harfbuzz/harfbuzz/issues/1652
Behdad Esfahbod 31c591d6 2019-05-10T23:39:53 [cff] Prune more code if HB_NO_OT_FONT_CFF Part of https://github.com/harfbuzz/harfbuzz/issues/1652
Behdad Esfahbod 22da1231 2019-04-24T10:53:16 [map] Fix TODO
Michiharu Ariza 63a21084 2019-04-18T13:54:58 silence MVC warnings 3rd attempt
Michiharu Ariza 705dde57 2019-04-18T11:32:10 silence MVC warnings 2nd attempt
Michiharu Ariza dd4c3752 2019-04-18T10:38:57 silence MVC warnings
Michiharu Ariza 29f0b6bc 2018-12-22T07:47:04 CFF renaming (#1507) * reimplement ByteStr as byte_str_t based on hb_ubytes_t Unuse start_embed<ByteStr> Also renamed SubByteStr to byte_str_ref_t More renaming to come * substr renamed to str_ref in line with its type byte_str_ref_t * uncamelize non-table struct names * uncamelized non-struct types OpCode etc * add byte_str_t copy ctor * test * test2 * undo tests * fix bot failure * undo the previous change * fixed tabs, added inline * Revert "fixed tabs, added inline" This reverts commit 21163c30e9d18759414f7fe2518628241599f039. * fix tabs
Ebrahim Byagowi e4120085 2018-12-17T21:31:01 Remove redundant void from C++ sources (#1486)
Ebrahim Byagowi b2ebaa9a 2018-12-16T22:38:10 Remove redundant 'inline' from methods (#1483)
Behdad Esfahbod 825df6db 2018-11-30T23:04:59 [CFF] Change spaces to tabs
Michiharu Ariza 0dfa584c 2018-11-12T08:47:07 changed Adobe company name
Michiharu Ariza 2840a104 2018-11-01T16:18:13 tweaks to build with new merge
Michiharu Ariza df964a09 2018-10-08T15:38:05 fixed test-subset-cff2
Michiharu Ariza b51418f5 2018-10-08T15:05:36 added CFF2 get_extents added source hb-ot-cff2-table.cc augmented VariationData to return scalars misc bug fixes, renaming, cleanup