- 04 4月, 2019 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 03 4月, 2019 18 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Tested, but feels fragile :(.
-
由 Behdad Esfahbod 提交于
Assignment is invalid on invalid object.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Ugh. Need to think of something else.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
While doable with hb_deref_pointer() as well, we also would then need to do it in a ton of places. Not worth it / messy.
-
由 Behdad Esfahbod 提交于
Also switch to better mixing.
-
由 Behdad Esfahbod 提交于
No idea how to avoid dupicating code. Was hoping hb_deref_pointer() would do it, but looks like a pointer can't bind to a universal reference T&&. Humm.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Rarely used, but used, in name table or similar constructs.
-
由 Ebrahim Byagowi 提交于
-
- 02 4月, 2019 12 次提交
-
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
Different initial and accumulator types
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
To be cleaned up.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
- 01 4月, 2019 5 次提交
-
-
由 Behdad Esfahbod 提交于
Untested!
-
由 Behdad Esfahbod 提交于
I knows...
-
由 Behdad Esfahbod 提交于
Yeah, some things not very clear...
-
由 Jonathan Kew 提交于
Fixes a bug in CoverageFormat2::serialize whereby the first range was not serialized correctly if it consists of only a single glyph ID. This broke shaping of U+0626 in the Arabic fallback shaper, because it is not found in the coverage table of the 'init' and 'medi' lookups. Also fix similar bug in ClassDefFormat2::serialize, noted during code inspection (I haven't observed a case that was actually affected by this, but it looks broken). Fixes https://github.com/harfbuzz/harfbuzz/issues/1504
-
由 Behdad Esfahbod 提交于
Untested.
-
- 31 3月, 2019 4 次提交
-
-
由 Ebrahim Byagowi 提交于
coretext_aat was a temporary shaper to redirect shaping of AAT fonts to CoreText and leaving the rest for HarfBuzz. As HarfBuzz now supports AAT and Chrome now actually ships that on a stable version on macOS, we no longer care about such use-case. If a client really wants 100% metrics compatibility with CoreText better to use it directly or through our API. Replicating the same behavior still is possible using hb_shape_full, something we don't care or like to offer anymore. Fixes https://github.com/harfbuzz/harfbuzz/issues/1478
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Should be improved for hb_bytes_t.
-