|
09df17e7
|
2019-02-20T15:48:29
|
|
subset HVAR
Re-implemented & repurposed CFF:remap_t as hb_map2_t (moved to hb-ot-layout-common.hh) for two-way mapping for use by index map subsetting.
Hooked up HVAR subsetter through _subset2.
Some renaming in CFF code.
|
|
93739242
|
2019-02-20T13:23:12
|
|
minor edit
|
|
eebc21c8
|
2019-02-20T12:43:18
|
|
fix crash in hb_map_t::clear()
in case called immediately after init()
|
|
a17ed845
|
2019-02-19T21:14:11
|
|
[doc] Move hb_variation_t to hb-common section
|
|
9caabc9c
|
2019-02-19T19:27:28
|
|
[doc] Move feature_t and its function to hb-common
It is rather confusing to have script, language etc, in hb-common section
while feature is in hb-shape section. I keep looking for it in hb-common
section then using the API index because I can’t find it there.
|
|
d29c8424
|
2019-02-19T18:35:00
|
|
Typo (#1588)
Fixed a small typo.
[skip ci]
|
|
6bd4c082
|
2019-02-19T02:23:58
|
|
[doc] Document hb_feature_from_string() syntax
Copied and edited from the util option documentation. The docbook table
syntax is too verbose, but that is the best I can come up with.
|
|
3da79dd5
|
2019-02-15T15:54:51
|
|
Merge pull request #1557 from harfbuzz/cff-more-arrayof-fixes
CFF more arrayof fixes
|
|
50005501
|
2019-02-15T15:54:13
|
|
Merge pull request #1583 from harfbuzz/cff-retain-gids
[subset] Implement --retain-gids with CFF/CFF2
|
|
d8a68728
|
2019-02-15T14:48:10
|
|
Merge branch 'master' into cff-more-arrayof-fixes
|
|
90c8bbf9
|
2019-02-15T14:47:38
|
|
Merge branch 'master' into cff-retain-gids
|
|
5c2bb1de
|
2019-02-15T19:23:46
|
|
Support xlclang++ on AIX. (#1584)
|
|
28f77361
|
2019-02-14T11:34:28
|
|
[CI] Install more packages
Wish there was a way to streamline this :(.
|
|
1cb1d5d7
|
2019-02-14T10:09:19
|
|
Merge branch 'master' into cff-more-arrayof-fixes
|
|
6f1dfd08
|
2019-02-14T10:08:16
|
|
Merge branch 'master' into cff-retain-gids
|
|
d5287e1b
|
2019-02-13T23:46:17
|
|
[CI] Install wget on clang-O3-O0 bot
|
|
890d0ee7
|
2019-02-14T00:27:01
|
|
Minor, use a meaningful naming in template parameter (#1582)
|
|
8a568a88
|
2019-02-13T11:25:00
|
|
Merge branch 'master' into cff-more-arrayof-fixes
|
|
b1dbc77f
|
2019-02-13T11:24:38
|
|
Merge branch 'master' into cff-retain-gids
|
|
1e1d0e63
|
2019-02-13T12:58:01
|
|
Fix djgpp complains by tweaking templates (#1579)
For some reasons djgpp doesn't understand "unsigned int" can be same
with one of uint*_t anyway so lets do that for it explicitly.
Just to note, our CI's djgpp is based GCC 7.2.0 and isn't old.
|
|
c3a3536c
|
2019-02-12T15:10:59
|
|
Merge branch 'cff-retain-gids' of https://github.com/harfbuzz/harfbuzz into cff-retain-gids
|
|
bc33c617
|
2019-02-12T15:10:50
|
|
Merge branch 'master' into cff-retain-gids
|
|
c6af8461
|
2019-02-12T15:10:43
|
|
tweaked --desubroutinize to remove hintmask only subrs
|
|
85a6d312
|
2019-02-11T14:25:21
|
|
Merge branch 'master' into cff-retain-gids
|
|
c83412e4
|
2019-02-11T14:16:25
|
|
Merge branch 'master' into cff-more-arrayof-fixes
|
|
fdfa3d29
|
2019-02-10T23:46:05
|
|
hb-coretext.cc: remove TARGET_OS_MAC from test (#1578)
it is always true when building on APPLE systems
and this file only builds on APPLE systems
|
|
f55e7bf5
|
2019-02-10T01:08:05
|
|
[ci] Install 'base-devel' on ArchLinux CI bot
|
|
8f4eb919
|
2019-02-09T16:58:02
|
|
[ci] Install 'which' in ArchLinux bot
|
|
02294349
|
2019-02-09T16:33:28
|
|
[ci] Speculative fix for Alpine and ArchLinux bots
|
|
d9ded069
|
2019-02-08T14:44:20
|
|
Merge branch 'master' into cff-retain-gids
|
|
a5e933eb
|
2019-02-08T14:44:13
|
|
Updated expected/cff-japanese fonts with retained FDs
|
|
84694af7
|
2019-02-08T15:30:17
|
|
[ci] Disable the just added bot
Doesn't play well with CircleCI apparently
https://circleci.com/gh/harfbuzz/harfbuzz/74289
|
|
81ae4974
|
2019-02-08T15:18:26
|
|
[ci] Add a Void Linux bot
https://voidlinux.org/ is yet another and different distro written from scratch, thus completely eligible to have a bot here!
Seriously however not that useful yet however but I will try to overload it other tasks later, like our other bots.
No test yet also, couldn't install cairo-devel, will try to fix that later.
Their harfbuzz package source: https://github.com/void-linux/void-packages/blob/master/srcpkgs/harfbuzz/template
|
|
e2856c2d
|
2019-02-07T15:32:32
|
|
retain FDSelect & FDArray with --retain-gids
so in sync with fonttools behavior
|
|
1239b6b2
|
2019-02-07T10:29:40
|
|
Merge branch 'master' into cff-more-arrayof-fixes
|
|
a5fa7697
|
2019-02-07T10:28:13
|
|
Merge branch 'master' into cff-retain-gids
|
|
214d0b02
|
2019-02-07T10:27:43
|
|
minor change
|
|
126abca9
|
2019-02-06T13:36:52
|
|
Merge pull request #1571 from kencu/cleanostests
hb-coretext.cc: clean up macosx test
|
|
7859decd
|
2019-02-05T20:26:49
|
|
hb-coretext.cc: clean up macosx test
TARGET_OS_OSX was introduced only in late OS versions
so always returns as "0" on older systems.
if !TARGET_OS_IPHONE can work, as it returns as !0 on older
systems where TARGET_OS_IPHONE is not defined, but is not
specific
if TARGET_OS_MAC && !(defined(TARGET_OS_IPHONE) && TARGET_OS_IPHONE)
is both specific and accurate on all systems.
|
|
9328354a
|
2019-02-04T11:28:15
|
|
separate CFF from TrueType in full font tests
|
|
ec30a8a9
|
2019-02-01T15:58:03
|
|
removed unused test data
|
|
30b781f2
|
2019-02-01T14:50:34
|
|
Merge branch 'master' into cff-retain-gids
|
|
c1286265
|
2019-02-01T14:50:01
|
|
added desubroutinize & retain-gids full test cases with CFF fonts
and CFF retain-gids fixes
|
|
f2908b4d
|
2019-01-31T14:16:37
|
|
Implement subset --regain-gids option with CFF1/2
along with api tests & expected results
|
|
1e062821
|
2019-01-31T13:56:58
|
|
Adjust hb_is_signed<>
Fixes https://github.com/harfbuzz/harfbuzz/issues/1535
|
|
21ea1c91
|
2019-01-31T13:49:18
|
|
Remove stale comment
|
|
9f80eb01
|
2019-01-31T12:54:36
|
|
Merge branch 'master' into cff-more-arrayof-fixes
|
|
d14d2c20
|
2019-01-30T18:36:57
|
|
Merge pull request #1567 from googlefonts/fuzzer
[subset] Update the subset fuzzer to get options to use from test case.
|
|
dc04261a
|
2019-01-30T15:23:19
|
|
[subset] Update the subset fuzzer to determine which options to use based on data in the fuzzing test case.
Add support for toggling retain_gids.
|
|
acf5f0a3
|
2019-01-30T15:10:23
|
|
[configure] Fix up
|
|
6b834c1c
|
2019-01-30T15:06:22
|
|
[configure] Print compiler version info in report
|
|
d983c529
|
2019-01-30T17:17:59
|
|
Merge pull request #1564 from googlefonts/retain_gids
[subset] Add --retain-gids option to the subsetter.
|
|
55d1d7c8
|
2019-01-30T13:54:15
|
|
2.3.1
|
|
03e88eab
|
2019-01-28T16:15:06
|
|
Re-implement HMTX/VMTX subsetting. Update it to support glyph renumbering and simplify the implementation.
|
|
925be292
|
2019-01-25T18:04:41
|
|
Update hb-ot-vorg-table and hb-ot-layout-common to use the updated subset plan api.
|
|
4af3be6e
|
2019-01-25T18:03:47
|
|
Remove glyph array from subset plan, make num_glyphs and glyphset private.
|
|
23f36442
|
2019-01-18T18:33:21
|
|
[subset] Fix hdmx subsetting when retain gids is enabled.
|
|
2da1654a
|
2019-01-18T17:49:35
|
|
[subset] Compute num_glyphs during subset plan construction.
Update maxp to use the correct num glyphs.
|
|
ccc59dc6
|
2019-01-18T17:36:32
|
|
[subset] Add unit test for glyf subsetting and retain gids.
|
|
96b038f3
|
2019-01-18T16:41:08
|
|
[subset] fix failure to init instruction ranges values for an invalid glyph.
|
|
4b1ac3a2
|
2019-01-18T15:11:26
|
|
[subset] Do some refactoring in hb-subset-glyf.cc.
- Extract code out into helper methods in several places.
- Bundle loca address, size and is short into a struct.
|
|
b7f97188
|
2019-01-17T18:55:56
|
|
Add retain_gids option to subset input. Update glyf and loca handling to respect retain_gids.
|
|
e6ffcc59
|
2019-01-28T18:12:19
|
|
[subset] Add expected files for retain-gids integration tests.
|
|
198859bb
|
2019-01-28T18:10:56
|
|
[subset] For retain gids don't truncate glyphs past the highest requested subset glyph.
|
|
490d52f9
|
2019-01-28T17:43:42
|
|
[subset] Add retain-gids option to hb-subset executable.
|
|
a903f9c2
|
2019-01-28T17:43:11
|
|
[subset] Add some subsetting integration tests covering retain gids.
|
|
05e99c86
|
2019-01-28T17:05:04
|
|
[subset] A few small fixes for the new subset plan api.
|
|
bdbe047d
|
2019-01-28T16:59:15
|
|
[subset] Update hb-subset-plan.cc to match hb-subset-plan.hh.
|
|
74c44ffe
|
2019-01-28T16:53:01
|
|
[subset] Update hb-subset-glyf.cc to use new hb-subset-plan API.
|
|
4842294b
|
2019-01-28T16:51:27
|
|
[subset] Update gsub to use glyphset() method of subset plan.
|
|
853b1f1a
|
2019-01-28T16:50:56
|
|
[subset] Correct maxp num glyph's to use new subset plan method.
|
|
846e05a2
|
2019-01-28T16:50:20
|
|
[subset] Re-add glyphs array to subset plan, with new name 'glyphs_deprecated'. Switch CFF subsetting to use it.
|
|
b3799007
|
2019-01-29T12:19:57
|
|
Merge branch 'master' into cff-more-arrayof-fixes
|
|
fe532923
|
2019-01-28T20:47:58
|
|
[CI] Peg CircleCI badge link to master branch
[skip ci]
|
|
9569819e
|
2019-01-28T20:43:43
|
|
[ci] Peg build status badges to master branch
[skip ci]
|
|
1e29906a
|
2019-01-28T20:38:15
|
|
Switch README / README.md
[skip ci]
|
|
9a1df82e
|
2019-01-28T14:15:18
|
|
[uniscribe] Whitelist function type cast
|
|
6e1c3eaf
|
2019-01-28T14:12:41
|
|
Fix sign comparison error
|
|
9db7a7da
|
2019-01-28T14:09:59
|
|
Fix warning
c:\projects\harfbuzz\src\hb-ot-color-cbdt-table.hh(59): warning C4146: unary minus operator applied to unsigned type, result still unsigned [C:\projects\harfbuzz\build\harfbuzz.vcxproj]
|
|
51b58488
|
2019-01-28T14:09:45
|
|
[pragma] Silence MSVC unknown-pragma warning
|
|
60022ecc
|
2019-01-26T14:04:51
|
|
Fix -Wcast-function-type warnings in util/ with gcc 4.8
|
|
a9321cb5
|
2019-01-25T16:11:45
|
|
Fix mac test
|
|
f3980975
|
2019-01-25T16:08:25
|
|
More static constexpr
|
|
06358ae9
|
2019-01-25T15:11:47
|
|
[AAT] Add test for recent Ligature stack fix, using Zapfino on Mac
|
|
c6856443
|
2019-01-24T13:19:18
|
|
Merge branch 'master' into cff-more-arrayof-fixes
|
|
e970de48
|
2019-01-24T18:16:17
|
|
[AAT] Minor sign
|
|
a371a28c
|
2019-01-24T18:12:25
|
|
[AAT] Use a ring buffer for ligature stack
I think Apple does very similarly, but probably with a stack size of 16.
We do it with a stack size that is currently set to 64.
Fixes https://github.com/harfbuzz/harfbuzz/issues/1531
|
|
7886b157
|
2019-01-24T18:06:17
|
|
Whitespace
|
|
b9769402
|
2019-01-24T18:01:07
|
|
[AAT] Handle transition errors during machine operation
Before we used to give up. Now, just ignore error and continue processing.
Fixes https://github.com/harfbuzz/harfbuzz/issues/1531
|
|
0bd0a331
|
2019-01-24T08:53:28
|
|
Merge branch 'master' into cff-more-arrayof-fixes
|
|
e234bb6a
|
2019-01-24T17:23:11
|
|
[AAT] Ignore machine errors and continue
|
|
1ec90514
|
2019-01-24T17:21:41
|
|
[AAT] Minor
|
|
299eca0c
|
2019-01-24T17:17:00
|
|
[AAT] Handle out-of-bounds classes
|
|
c4623db4
|
2019-01-24T17:10:12
|
|
[AAT] Minor
|
|
c4e36f97
|
2019-01-24T17:06:16
|
|
[AAT] Minor
|
|
f60282c5
|
2019-01-24T16:29:09
|
|
More pragma control
Fixes https://bugs.chromium.org/p/chromium/issues/detail?id=924848
|
|
fd0889f9
|
2019-01-24T16:12:52
|
|
Comment
|
|
00f06d1a
|
2019-01-24T16:11:05
|
|
Fix test
|
|
9f314177
|
2019-01-24T16:08:33
|
|
Form cluster for Emoji sub-region tag sequences
Fixes https://github.com/harfbuzz/harfbuzz/issues/1556
|
|
5034f8f2
|
2019-01-24T12:50:38
|
|
Fix macos tests with previous commit
|