- 03 8月, 2018 3 次提交
-
-
由 Michiharu Ariza 提交于
-
由 Michiharu Ariza 提交于
-
由 Michiharu Ariza 提交于
-
- 02 8月, 2018 4 次提交
-
-
由 Michiharu Ariza 提交于
-
由 Michiharu Ariza 提交于
The bug was causing CharString of the last glyph corrupt
-
由 Michiharu Ariza 提交于
also get_size
-
由 Michiharu Ariza 提交于
Added serialize functions to CFF2 structs Fixed issues & bugs & code cleanup Now subsetting CFF2 table outputs something
-
- 31 7月, 2018 3 次提交
-
-
由 Michiharu Ariza 提交于
-
由 Michiharu Ariza 提交于
Added sanitize functions to FDSelect Added satnitize calls for FDSelect, VariationStore, FDArray, TopDict
-
由 Michiharu Ariza 提交于
-
- 28 7月, 2018 5 次提交
-
-
由 Garret Rieger 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 prrace 提交于
-
- 26 7月, 2018 6 次提交
-
-
由 Behdad Esfahbod 提交于
Unused so far.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Garret Rieger 提交于
-
- 25 7月, 2018 1 次提交
-
-
- 24 7月, 2018 7 次提交
-
-
由 Garret Rieger 提交于
Prevents O(n^2) run times.
-
由 Behdad Esfahbod 提交于
Should fix bots again.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Should fix Windows build again.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Move out-of-class definitions of two methods to hb-static so they are accessible in libharfbuzz-subset.
-
- 23 7月, 2018 9 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Clang is being really peculiar. Fix with: - inline hb_blob_t *sanitize (hb_blob_t *blob) { return c->sanitize<Type> (blob); } + inline hb_blob_t *sanitize (hb_blob_t *blob) { return c[0].template/*clang idiosyncrasy*/sanitize_blob<Type> (blob); }
-
由 David Corbett 提交于
Fixes #1105.
-
- 22 7月, 2018 1 次提交
-
-
由 Ebrahim Byagowi 提交于
This new API returns cvXX and ssXX related NameId, things like featUiLabelNameId, featUiTooltipTextNameId, sampleTextNameId, ... of cvXX and UINameId of ssXX, in a unified way. However HarfBuzz currently doesn't expose an API for retrieving the actual information associated with NameId from the `name` table and that should be done separately.
-
- 19 7月, 2018 1 次提交
-
-
由 Michiharu Ariza 提交于
Index, Dict structs hooked up to hb-subset (takes CFF2, outputs empty CFF2)
-