Garret Rieger
d0caf7e5e3
Merge pull request #840 from googlefonts/os2
...
[subset] During os2 subsetting update ulUnicodeRange[]c
7 years ago
Garret Rieger
44dc36dd82
[subset] update to comment in hb-ot-os2-unicode-ranges.hh
7 years ago
Garret Rieger
ad3f2f77da
[subset] small cleanups in hb-ot-os2-table.
7 years ago
Garret Rieger
f1c8fc3487
[subset] small updates to gen-unicode-ranges.py
7 years ago
Garret Rieger
0c0fe2ff82
[subset] Move util/generated-unicode-ranges.py to src/gen-unicode-ranges.py
7 years ago
Garret Rieger
f630ae5161
[subset] unsigned int -> hb_codepoint_t.
7 years ago
Garret Rieger
6368ce4c92
[subset] const in _compare_range.
7 years ago
Garret Rieger
0be9fea0a9
[subset] Add comment to os2UnicodeRangesSorted.
7 years ago
Garret Rieger
e20ab71d12
[subset] Fix incorrect index.
7 years ago
Garret Rieger
074b5a29a1
[subset] Add special case handling of bit 57 in os2 ulUnicodeRange.
7 years ago
Garret Rieger
ddc4f2b9fc
[subset] Add python util that was used to generated hb-ot-os2-unicode-ranges.hh
7 years ago
Garret Rieger
f757757eda
[subset] Add cmake build def for test-unicode-ranges.
7 years ago
Garret Rieger
f82f2a3e50
[subset] Rename hb-os2-unicode-ranges.cc to test-unicode-ranges.cc.
7 years ago
Garret Rieger
4014555ca0
[subset] set ulUnicodeRange[] in os2.
7 years ago
Garret Rieger
a570142d0c
[subset] Move hb-ot-os2-unicode-ranges into a cc file with a helper methods and tests.
7 years ago
Garret Rieger
8e81799b32
[subset] Add hb-ot-os2-unicode-ranges.hh, a map of os2 unicode ranges.
7 years ago
Ebrahim Byagowi
6c844ae8e8
[dev-run] show images using iTerm2 images feature
7 years ago
Behdad Esfahbod
28c4245e9f
[aat/ankr] Define Anchor struct
7 years ago
Behdad Esfahbod
e347fb908b
Minor
7 years ago
Behdad Esfahbod
05fbd14e71
[aat/ankr] Minor
...
DEFINE_SIZE_MIN is to be used only in rare cases. For fixed-size structs
we want DEFINE_SIZE_STATIC.
7 years ago
Behdad Esfahbod
f90cd9b1f5
[aat/ankr] Hook up Lookup table
7 years ago
Behdad Esfahbod
c36598450e
[aat/ankr] Simplify
7 years ago
Behdad Esfahbod
fa3a69e233
[aat/trak] Simplify sanitize()
7 years ago
Behdad Esfahbod
f0bc6c0992
[aat/trak] Clean up
...
We always just used "unsigned int" for counter values. There's
no use for uint16_t outside of a struct.
Also, no need for explict casting where implicit does.
7 years ago
Ebrahim Byagowi
bb82f01383
[aat] trak sanitization
7 years ago
Ebrahim Byagowi
becb1d9eea
[aat] minor
...
Ops, this was done for testing
7 years ago
Behdad Esfahbod
df1c7d5b60
Minor
7 years ago
Behdad Esfahbod
6dd46fa598
[aat/trak] Minor
...
Maybe we should make DEFINE_* make structs uncopyable.
7 years ago
Ebrahim Byagowi
ae14dd0fb0
[aat] Implement ankr
7 years ago
Behdad Esfahbod
551fa2d200
[BASE] Minor
7 years ago
Behdad Esfahbod
05699fd996
Merge remote-tracking branch 'eroux/add-base'
7 years ago
Ebrahim Byagowi
a8d3c2c030
[ci] Add clang O3/O0 testers ( #834 )
7 years ago
Khaled Hosny
c73255f3eb
Workaround for old automake on Travis Linux images
...
https://github.com/harfbuzz/harfbuzz/pull/821#issuecomment-368116538
7 years ago
Ebrahim Byagowi
cd28eb9f5d
Add -Werror=unused-function check to Travis ( #832 )
7 years ago
Ebrahim Byagowi
1ab16f4556
[aat] Implement trak logic ( #816 )
7 years ago
Behdad Esfahbod
b91e8da36e
Include hb-version.h in git ( #825 )
7 years ago
Rod Sheeter
5267520e07
[subset] update hdmx test to create input explicitly
7 years ago
Rod Sheeter
2e3ee489f8
[subset] format tweak, doc string
7 years ago
Rod Sheeter
d78393b554
Merge branch 'master' of https://github.com/harfbuzz/harfbuzz into drophints
7 years ago
Rod Sheeter
1454d82a9d
[subset] keep glyph trim separate of more general get_offset
7 years ago
Rod Sheeter
0ac8c0c1e6
[subset] zero glyf and loca memory before writing so pads are clean. Test just the part of maxp we care about
7 years ago
Garret Rieger
83af6c237f
Merge pull request #829 from googlefonts/test-checksum
...
[subset] Caclculate head table checksum adjustment
7 years ago
Behdad Esfahbod
dc5c7927e7
[subset] Caclculate head table checksum adjustment
...
Test still fails, because we do not serialize tables in the same
order that fonttools subsetter does.
7 years ago
Garret Rieger
7e5e1feb66
Merge pull request #828 from googlefonts/mem-fixes
...
[subset] Fix several memory leaks in subsetting.
7 years ago
Behdad Esfahbod
ec2538c880
[subset] Fix checksum calc out-of-bounds access
7 years ago
Garret Rieger
99967e21c6
[subset] Fix memory leak in hb-subset-glyf.
7 years ago
Garret Rieger
e61f360dc8
[subset] Fix memory leak in hb-subset-plan.
7 years ago
Garret Rieger
66b0a39079
[subset] Fix memory leak in hb-subset.
7 years ago
Garret Rieger
0fb8a5ce19
[subset] Fix memory leak in cmap subsetting.
7 years ago
Garret Rieger
4665aaa193
[subset] Fix memory leak in hmtx subsetting.
7 years ago