Behdad Esfahbod
1eca2c88a2
[hb-info] Add a few short option forms
2 years ago
Behdad Esfahbod
e5a07c883c
[hb-info] --help format
2 years ago
Behdad Esfahbod
b215f6a84f
[hb-info] Add --show-unicode-count
2 years ago
Behdad Esfahbod
3189b614b1
[hb-info] Format
2 years ago
Behdad Esfahbod
fd20a7e143
[hb-info] Add --show-glyph-count
2 years ago
Behdad Esfahbod
38c71cebd0
[hb-info] Add --show-upem --show-all --all
2 years ago
Behdad Esfahbod
aee7454d05
[hb-info] Add --list-scripts
2 years ago
Behdad Esfahbod
9ca2f86fe0
[hb-info] Minor verbose print
2 years ago
Behdad Esfahbod
9a94c06052
[hb-info] Minor we have face available
2 years ago
Behdad Esfahbod
8921f593f9
[hb-info] Print "---" separator
2 years ago
Behdad Esfahbod
f514f69724
[hb-info] Add --quiet
2 years ago
Behdad Esfahbod
dc717ced8d
[hb-info] Simplify
2 years ago
Behdad Esfahbod
1816d3664d
[hb-info] Flesh out
2 years ago
Behdad Esfahbod
ca903f7531
[hb-info] Start adding
2 years ago
Behdad Esfahbod
f43ba351e8
[util] Limit chafa to one thread
2 years ago
Behdad Esfahbod
2b010d8017
[util] Minor hide --font-ptem sometimes
2 years ago
Behdad Esfahbod
06c064a351
[util] Use hb_font_glyph_to_string
2 years ago
Behdad Esfahbod
0c7d386748
Merge pull request #4044 from harfbuzz/custom-palette
...
Custom palette
2 years ago
Behdad Esfahbod
0b32cf9023
[COLR] Rename a variable
2 years ago
Behdad Esfahbod
1d58c8fb0e
[paint] Typo
2 years ago
Behdad Esfahbod
7aca3b5090
[COLRv1] Hook up custom palette colors
2 years ago
Behdad Esfahbod
d695cc8735
[paint] Docs
2 years ago
Behdad Esfahbod
53bd9039e7
[paint] Doc
2 years ago
Behdad Esfahbod
8afd3ccb10
[paint] Add HB_PAINT_PALETTE_INDEX_CUSTOM
2 years ago
Behdad Esfahbod
9a2f2b593e
[font] Rename palette to palette_index
2 years ago
Behdad Esfahbod
bd73314616
[paint] Add API for custom palettes
2 years ago
Behdad Esfahbod
ea291493d2
[hb-shape/view] List variation sequences in --list-unicodes
2 years ago
Behdad Esfahbod
8564d2266b
[hb-shape/view] Add --list-glyphs
2 years ago
Behdad Esfahbod
bf8bb9fb83
[hb-shape/view] Add --list-unicodes
2 years ago
Behdad Esfahbod
13c70066de
Shut up gcc 13 -Wdangling-reference
...
Fixes https://github.com/harfbuzz/harfbuzz/issues/4043
2 years ago
Khaled Hosny
1abcc32137
Revert "[ci] Use sccache with msys2"
...
This reverts commit b9646dfd62
.
For some reason using sccache re-introduces the random CI crashes that
was previously fixed in 80dd751564
.
2 years ago
Behdad Esfahbod
eed5d5efdd
[VarComposite] Implement RESET_UNSPECIFIED_AXES
...
Fixes https://github.com/harfbuzz/boring-expansion-spec/issues/79
2 years ago
Behdad Esfahbod
4300a18b85
[arabic-fallback] Fix ligature code
...
Fixes https://github.com/harfbuzz/harfbuzz/issues/4042
This was broken in 20e9f0b
.
2 years ago
Khaled Hosny
b9646dfd62
[ci] Use sccache with msys2
2 years ago
Khaled Hosny
22a4fca375
[ci] Use sccache for msvc jobs
...
Meson will not use ccache with MSVC, so we use sccache here.
2 years ago
Khaled Hosny
582636bce0
[ci] Use ccache for linux and macos jobs
2 years ago
Khaled Hosny
99146e7609
[ci] We don’t need to install ragel on msys2
2 years ago
Khaled Hosny
842e26d32c
[ci] Remove no longer needed workaround
...
Meson seems to take care of this itself now.
2 years ago
Behdad Esfahbod
4d86c65c7a
[hb-cairo] Fix linear-gradient reduce_anchors
2 years ago
Khaled Hosny
910adc7e92
[test-paint] Update expectations
2 years ago
Khaled Hosny
4f4b6e03f4
[wrap] Add fallback source URL for zlib
...
Hopefully this fixes the intermittent CI failures due to download
failures.
2 years ago
Behdad Esfahbod
c86bab3fb4
[test-paint] Use G_GNUC_PRINTF
2 years ago
Behdad Esfahbod
92d5ec2f16
[bit-page] Mark len() function static
2 years ago
Amir Masoud Abdol
0a3e4c12ac
Replace the deprecated $<CONFIGURATION> with $<CONFIG>
2 years ago
Behdad Esfahbod
f38e35ebc3
[cairo] Internal function renames
2 years ago
Behdad Esfahbod
e4a41f5e16
[COLRv1] Implement recursive clip boxes
...
Tests need update.
hb-view test_glyphs-glyf_colr_1_variable.ttf -u f0c00
2 years ago
Behdad Esfahbod
f02c4ebb40
[test-paint] Adjust condition for enabling ft backend
2 years ago
Sergei Trofimovich
7dfa672dac
test/threads/hb-subset-threads.cc: add missing <cstdio> include
...
This week's `gcc-13` snapshot cleaned further up it's standard headers
and exposed missing declaration as a build failure:
../test/threads/hb-subset-threads.cc: In function 'void test_operation(operation_t, const char*, const test_input_t&)':
../test/threads/hb-subset-threads.cc:127:3: error: 'printf' was not declared in this scope
../test/threads/hb-subset-threads.cc: In function 'int main(int, char**)':
../test/threads/hb-subset-threads.cc:157:19: error: 'atoi' was not declared in this scope
2 years ago
Behdad Esfahbod
f11271cc03
[cairo] Version-check the variations code
2 years ago
Behdad Esfahbod
a180ae43ce
[bit-set] Use for loop instead of memset for page clear
...
Produces faster code.
2 years ago