Rod Sheeter
|
4f07437dfe
|
[subset] sketch out dropping in-glyf instructions. Sometimes yields differnet size glyphs than fonttools, possibly due to padding not being corrected
|
2018-02-21 22:23:05 -08:00 |
Garret Rieger
|
69e443b254
|
[subset] Switch to hb_blob_copy_writable_or_fail in glyf subsetting.
|
2018-02-20 14:29:21 -08:00 |
Garret Rieger
|
e3e0ac9823
|
[subset] Move glyf subsetting code into hb-ot-glyf-table.hh
|
2018-02-20 14:07:40 -08:00 |
Garret Rieger
|
49544eb860
|
[subset] Refactor composite glyf iteration code into an Iterator outside of the accelerator.
|
2018-02-16 18:29:29 -08:00 |
Garret Rieger
|
58a54c9d4f
|
[subset] add constant to get_composite and in_table methods in hb-ot-glyf-table
|
2018-02-16 18:29:29 -08:00 |
Garret Rieger
|
d368414143
|
[subset] add helper methods to glyf accelerator for reading composite glyph information.
|
2018-02-16 18:29:29 -08:00 |
Garret Rieger
|
05d65baa1b
|
Extract glyf offset calculation into it's own method.
|
2018-02-07 17:28:43 -06:00 |
Behdad Esfahbod
|
6b19178ee3
|
Prefix int types with HB
Such a headache that Windows defines UINT8, ...; Just prefix it.
|
2018-01-10 03:07:30 +01:00 |
Behdad Esfahbod
|
470fe5b603
|
[aat] Implement Lookup table
Untested, but compiles.
|
2018-01-10 02:50:49 +01:00 |
Behdad Esfahbod
|
6f335ed1e5
|
Replace USHORT/SHORT/ULONG/etc with UINT16/INT16/UINT32/etc
|
2017-11-14 21:06:07 -08:00 |
Behdad Esfahbod
|
e20e47eaa1
|
[glyf] Try fixing undefined-behavior
Might fix https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1463
|
2017-11-14 20:25:29 -08:00 |
Behdad Esfahbod
|
f00a94e1ec
|
Adjust privacy for recent changes
|
2017-11-14 19:54:48 -08:00 |
Behdad Esfahbod
|
7e2839c438
|
[ot] Move hb_ot_face_glyf_accelerator_t
|
2017-11-14 19:52:29 -08:00 |
Behdad Esfahbod
|
082b79fe9f
|
Use FWORD and UFWORD when it makes sense
I had forgotten about those types.
|
2016-03-01 16:41:26 +09:00 |
Behdad Esfahbod
|
b47159011c
|
Define return_trace()
Not functional change (expected!).
|
2015-09-29 14:57:02 +01:00 |
Behdad Esfahbod
|
b50fcfa829
|
[ot-font] Implement glyph_extents() for TrueType fonts
This brings ot-fonts into almost-complete shape and mostly in par with
ft font.
|
2015-08-23 14:42:20 +01:00 |