|
155e1e63
|
2025-04-06T03:49:15
|
|
[test/api] Use g_assert_true instead of g_assert
The latter terminates the program. The former marks the test
as failing.
|
|
2a878b1b
|
2025-03-07T17:23:17
|
|
[font-funcs] Add two new API
+ hb_font_set_funcs_using()
+ hb_font_list_funcs()
Part of https://github.com/harfbuzz/harfbuzz/issues/5117
|
|
36b8f974
|
2022-03-21T21:50:04
|
|
Update tests for recent changes
|
|
d01ebeae
|
2021-02-17T10:13:54
|
|
calculate extents based on scaled then rounded values; undo two of the earlier test result adjustments
|
|
1d02e9c6
|
2021-02-16T21:39:43
|
|
two more adjusted expected extents results (still not convinced this is the right thing, though)
|
|
cd0babe6
|
2021-02-16T21:05:30
|
|
adjust expected test result
|
|
1f5a54c7
|
2020-02-24T13:18:24
|
|
[gvar] fix infinite loop introduced by 11f3fca
The attempt on removing end_points had made the code unreadable
and has intrdouced infinite, fixed by making the code clear what
it tries to achieve.
|
|
b9ff43c1
|
2019-10-01T16:13:40
|
|
Implement gvar table and variable glyf
Split from Ariza's "[subset] TrueType/CFF2 variable font" work on #1594
|
|
ab9d3096
|
2019-04-10T17:21:37
|
|
Add tt var metrics test cases & bug fixes
|
|
0008963b
|
2019-03-26T17:10:46
|
|
add support of anchor point & SCALED/UNSCALED_COMPONENT_OFFSET
some code cleanup
|
|
9c5d694a
|
2019-03-22T11:05:23
|
|
add HVAR & VVAR advance width api test
|
|
6e066464
|
2019-03-18T18:11:00
|
|
replaced tt var api test with a composite glyph
for better coverage
|
|
511518c7
|
2019-03-18T15:39:10
|
|
add api test for tt var advance widths
stripped HVAR from SourceSansVariable-Roman.abc.ttf so glyf gets parsed
|
|
139e87b5
|
2019-03-16T00:08:03
|
|
fix tt var extents & add test
|
|
49f93596
|
2019-03-26T17:10:46
|
|
add support of anchor point & SCALED/UNSCALED_COMPONENT_OFFSET
some code cleanup
|
|
94ef1a70
|
2019-03-22T11:05:23
|
|
add HVAR & VVAR advance width api test
|
|
aeddb30f
|
2019-03-18T18:11:00
|
|
replaced tt var api test with a composite glyph
for better coverage
|
|
9d3a2520
|
2019-03-18T15:39:10
|
|
add api test for tt var advance widths
stripped HVAR from SourceSansVariable-Roman.abc.ttf so glyf gets parsed
|
|
434ea068
|
2019-03-16T00:08:03
|
|
fix tt var extents & add test
|