Rod Sheeter
6836a82142
[subset] remove WE_HAVE_INSTRUCTIONS from composites when dropping hints
7 years ago
Rod Sheeter
ffcb5cbf71
[subset] update the test file for composite, fix an offset calculation
7 years ago
Rod Sheeter
c8b230e437
Merge branch 'expand-tests' of github.com:googlefonts/harfbuzz into drophints
7 years ago
Garret Rieger
904dd7beea
[subset] Add drop hinting profile to full-font.tests
7 years ago
Garret Rieger
70a1049b3f
[subset] Add a drop hints profile to basics.tests
7 years ago
Garret Rieger
5241d7f4b9
[subset] apply subset profiles (flags) to the subset integration tests.
7 years ago
Garret Rieger
a4aca190a9
[subset] add expected/full-font to dist files.
7 years ago
Garret Rieger
d31ace3274
[subset] Add subset integration tests using the full roboto font.
7 years ago
Garret Rieger
33f4381314
[subset] Add some more variations of the basic test.
7 years ago
Rod Sheeter
b3790a65a1
[subset] add a (failing for now) test for composite glyf hint dropping
7 years ago
Garret Rieger
4c6023f861
Merge pull request #842 from googlefonts/maxp
...
[subset] when dropping hints, clear hint related fields in maxp.
7 years ago
Garret Rieger
921b65cbc2
[subset] minor fixes in hb-ot-maxp-table.hh
7 years ago
Garret Rieger
b26db48bff
[subset] whitespace for hb-ot-maxp-table.hh
7 years ago
Garret Rieger
a76344da79
[subset] Add maxpV1Tail instead of defining a struct inside maxp for v1 data.
7 years ago
Garret Rieger
f14d1b64c2
[subset] when dropping hints, clear hint related fields in maxp.
7 years ago
Behdad Esfahbod
d7633d0a40
[BASE] More
7 years ago
Behdad Esfahbod
7a70c20fec
[BASE] Clean up first 29%
7 years ago
Ebrahim Byagowi
101850f9e6
Merge with master
7 years ago
Ebrahim Byagowi
f110c0c886
Merge pull request #838 from harfbuzz/BASE
...
BASE table
7 years ago
Ebrahim Byagowi
0ad8c663e0
Remove public API of the branch
7 years ago
rsheeter
4a1d51ef15
Merge pull request #818 from googlefonts/drophints
...
[subset] Drop hints
7 years ago
Rod Sheeter
903771b6c7
[subset] clearer name for trim() and better comment about composite handling, per review feedback
7 years ago
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