David Corbett
42369b8439
[Unicode 16] Update the UCD table
5 months ago
David Corbett
f279e25812
[Unicode 16] Add new `hb_script_t` values
5 months ago
David Corbett
a5c9cc4e22
[USE, Unicode 16] Update the data files
...
This uses the data files from
<0fbf022acc/USE
>
and closes #4858 .
5 months ago
Behdad Esfahbod
98353ecefe
[test] Run shape tests with C locale as well
...
https://github.com/harfbuzz/harfbuzz/pull/4857
5 months ago
Alexander Grund
70334d74dc
Run subset tests with C-locale
...
One problematic input is `--instance=wdth=112.5` which is parsed using
the users local (`strtof`).
So while in C or US locales it yields 112.5 in some European locales it
yields 112 as the dot is not valid in this position.
A European user might pass "112,5" instead but for the test the C locale
is assumed, so enforce it.
Fixes #4854
5 months ago
Behdad Esfahbod
0a82f43a61
[arabic] Remove non-sensical code
...
We were adding rclt after checking that the font doesn't have it!
5 months ago
dependabot[bot]
a070f9ebbe
Bump github/codeql-action from 3.26.5 to 3.26.6
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.26.5 to 3.26.6.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](2c779ab0d0...4dd16135b6
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
6 months ago
dependabot[bot]
cb6ba68714
Bump actions/setup-python from 5.1.1 to 5.2.0
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 5.1.1 to 5.2.0.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](39cd14951b...f677139bbe
)
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
6 months ago
dependabot[bot]
a75d48753b
Bump actions/upload-artifact from 4.3.6 to 4.4.0
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.3.6 to 4.4.0.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](834a144ee9...50769540e7
)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
6 months ago
Qunxin Liu
a141e25c42
[subset] remove unnecessary check on name IDs
...
See: https://learn.microsoft.com/en-us/typography/opentype/spec/features_ae
The spec says they are expected to be in the font-specific name ID range (256–32767),
though that is not a requirement in this Feature Parameters specification.
6 months ago
Behdad Esfahbod
2ba0b9ee94
Turn some byte data into unsigned char, from char
...
Fixes https://github.com/harfbuzz/harfbuzz/issues/4844
6 months ago
Leandro Santiago
28cc53c9ea
Smalll fix on documentation
...
there is no `hb_ft_font_has_changed()`. Instead, it should be `hb_ft_font_changed()`.
6 months ago
dependabot[bot]
2ae90ed327
Bump github/codeql-action from 3.26.0 to 3.26.5
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.26.0 to 3.26.5.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](eb055d739a...2c779ab0d0
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
6 months ago
dependabot[bot]
eaa97d6504
Bump setuptools from 72.1.0 to 73.0.1 in /.ci
...
Bumps [setuptools](https://github.com/pypa/setuptools ) from 72.1.0 to 73.0.1.
- [Release notes](https://github.com/pypa/setuptools/releases )
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst )
- [Commits](https://github.com/pypa/setuptools/compare/v72.1.0...v73.0.1 )
---
updated-dependencies:
- dependency-name: setuptools
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
6 months ago
Ebrahim Byagowi
ea430c10e1
[doc] Quote the table name
6 months ago
Ebrahim Byagowi
868a75b61c
[style][doc] Mention explicitly it goes through STAT table
6 months ago
Behdad Esfahbod
16c196e0c3
Fix warnings with -fstrict-flex-arrays=2
...
Unfortunatley we cannot set it to 2 in hb.hh; but fix the
warning and add it with default value of 1 anyway.
Fixes https://github.com/harfbuzz/harfbuzz/pull/4836
6 months ago
Qunxin Liu
634778efc0
[subset] bug fix in post table
...
insert retain-gid holes when retain-gids is enabled
6 months ago
Behdad Esfahbod
cdbd966e96
[buffer-verify] Fix a compiler warning
6 months ago
Behdad Esfahbod
a411de2b3e
[cff] Try to silence static code analyzer
...
Part of https://github.com/harfbuzz/harfbuzz/issues/4832
6 months ago
Behdad Esfahbod
39ea4cdd77
[hb-subset] Fix a resource leak
...
Part of https://github.com/harfbuzz/harfbuzz/issues/4832
6 months ago
dependabot[bot]
e25fa0bff5
Bump github/codeql-action from 3.25.15 to 3.26.0
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.25.15 to 3.26.0.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](afb54ba388...eb055d739a
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
6 months ago
dependabot[bot]
f25d952b80
Bump actions/upload-artifact from 4.3.5 to 4.3.6
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.3.5 to 4.3.6.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](89ef406dd8...834a144ee9
)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
6 months ago
Behdad Esfahbod
ba114932aa
Merge pull request #4830 from harfbuzz/dependabot/github_actions/hendrikmuhs/ccache-action-1.2.14
...
Bump hendrikmuhs/ccache-action from 1.2.13 to 1.2.14
6 months ago
Qunxin Liu
72502ef02b
[instancer] dont return false when variation data is empty after partial instancing
6 months ago
dependabot[bot]
c1b9f846fc
Bump hendrikmuhs/ccache-action from 1.2.13 to 1.2.14
...
Bumps [hendrikmuhs/ccache-action](https://github.com/hendrikmuhs/ccache-action ) from 1.2.13 to 1.2.14.
- [Release notes](https://github.com/hendrikmuhs/ccache-action/releases )
- [Commits](c92f40bee5...ed74d11c0b
)
---
updated-dependencies:
- dependency-name: hendrikmuhs/ccache-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
6 months ago
Behdad Esfahbod
f35b0a63b1
Merge pull request #4825 from harfbuzz/get-table-tags
...
[face] Add get_table_tags callback
7 months ago
Behdad Esfahbod
3894b1c969
[face] Update docs for get_table_tags
7 months ago
Behdad Esfahbod
d5596dfb0b
[hb-subset] Report "Invalid font file."
...
Fixes https://github.com/harfbuzz/harfbuzz/issues/4824#issuecomment-2272156543
7 months ago
Behdad Esfahbod
59a97ac02e
[test] More get_table_tags test
7 months ago
Behdad Esfahbod
a55b007144
[test] Add get_table_tags test for hb-coretext
7 months ago
Behdad Esfahbod
98355724ae
[hb-coretext] Implement get_table_tags func
...
Part of https://github.com/harfbuzz/harfbuzz/issues/4821
7 months ago
Behdad Esfahbod
bd79bfb653
[test] Add get_table_tags test for hb-ft
7 months ago
Behdad Esfahbod
a459753ef9
[test] Test get_table_tags of face_builder
7 months ago
Behdad Esfahbod
8896b1d57a
[test] Add test for get_table_tags
...
So far just tests the default implementation.
7 months ago
Behdad Esfahbod
830326fe14
[hb-ft] Implement get_table_tags func
...
Part of https://github.com/harfbuzz/harfbuzz/issues/4821
7 months ago
Behdad Esfahbod
76770eb00f
[face-builder] Implement get_table_tags func
...
Part of https://github.com/harfbuzz/harfbuzz/issues/4821
7 months ago
Behdad Esfahbod
ff04f28b23
[face] Add get_table_tags callback
...
New API:
+hb_get_table_tags_func_t
+hb_face_set_get_table_tags_func()
Towards fixing https://github.com/harfbuzz/harfbuzz/issues/4821
To be implemented by face-builder, FreeType, and CoreText backends.
7 months ago
Behdad Esfahbod
84f165646e
[test] Move code around
7 months ago
Behdad Esfahbod
22e1a5a785
[test-paint] Fix warnings
7 months ago
Behdad Esfahbod
191c6eedf3
Fix Linux bot
7 months ago
Behdad Esfahbod
e0c3cbf16c
[subset] Fail if source face has no glyphs
...
Also return nullptr if any of the input pointers are nullptr.
Before we were returning the empty face.
Fixes https://github.com/harfbuzz/harfbuzz/issues/4824
7 months ago
dependabot[bot]
31f1d25e2a
Bump actions/upload-artifact from 4.3.4 to 4.3.5
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.3.4 to 4.3.5.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](0b2256b8c0...89ef406dd8
)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
7 months ago
dependabot[bot]
d6088fb465
Bump setuptools from 72.0.0 to 72.1.0 in /.ci
...
Bumps [setuptools](https://github.com/pypa/setuptools ) from 72.0.0 to 72.1.0.
- [Release notes](https://github.com/pypa/setuptools/releases )
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst )
- [Commits](https://github.com/pypa/setuptools/compare/v72.0.0...v72.1.0 )
---
updated-dependencies:
- dependency-name: setuptools
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
7 months ago
dependabot[bot]
2edc371e97
Bump github/codeql-action from 3.25.13 to 3.25.15
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.25.13 to 3.25.15.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](2d790406f5...afb54ba388
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
7 months ago
dependabot[bot]
c869093930
Bump ossf/scorecard-action from 2.3.3 to 2.4.0
...
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action ) from 2.3.3 to 2.4.0.
- [Release notes](https://github.com/ossf/scorecard-action/releases )
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md )
- [Commits](dc50aa9510...62b2cac7ed
)
---
updated-dependencies:
- dependency-name: ossf/scorecard-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
7 months ago
dependabot[bot]
1304587bac
Bump meson from 1.4.1 to 1.5.1 in /.ci
...
Bumps [meson](https://github.com/mesonbuild/meson ) from 1.4.1 to 1.5.1.
- [Release notes](https://github.com/mesonbuild/meson/releases )
- [Commits](https://github.com/mesonbuild/meson/compare/1.4.1...1.5.1 )
---
updated-dependencies:
- dependency-name: meson
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
7 months ago
dependabot[bot]
ebcf5514ea
Bump setuptools from 71.1.0 to 72.0.0 in /.ci
...
Bumps [setuptools](https://github.com/pypa/setuptools ) from 71.1.0 to 72.0.0.
- [Release notes](https://github.com/pypa/setuptools/releases )
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst )
- [Commits](https://github.com/pypa/setuptools/compare/v71.1.0...v72.0.0 )
---
updated-dependencies:
- dependency-name: setuptools
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
7 months ago
Behdad Esfahbod
788b469ad5
[ChainContext] Fix fast-path deviation from slow path
...
See comments. The input skippy was hitting the U+200D and NOT
seeing it skippable, whereas the context skippy would had.
Fixes https://github.com/harfbuzz/harfbuzz/issues/4813
7 months ago
dependabot[bot]
fe7dc0c3cf
Bump github/codeql-action from 3.25.12 to 3.25.13
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.25.12 to 3.25.13.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](4fa2a79536...2d790406f5
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
7 months ago