Behdad Esfahbod
a4f4f5ba5f
[docs] Fix titles here as well
6 years ago
Behdad Esfahbod
213b6dd335
[name] Make sure hb_name_id_t is int-sized
...
d941f66c75 (commitcomment-31068905)
6 years ago
Behdad Esfahbod
4740a3593d
[docs] Divide reference API into three chapters
6 years ago
Behdad Esfahbod
1d40d72f29
[docs] Hook up hb-var
6 years ago
Behdad Esfahbod
80d9a427cf
[docs] Document remaining sections
6 years ago
Behdad Esfahbod
cf5fa57f00
[docs] Change section titles again
...
I think I like the uniform "hb-*" more.
6 years ago
Behdad Esfahbod
04981ee05d
[docs] More
6 years ago
Behdad Esfahbod
5dd86aa33b
[docs] Rename section titles to object names
...
More useful.
6 years ago
Behdad Esfahbod
524fb70216
[docs] More
6 years ago
Behdad Esfahbod
46072b7cb5
[ot] Fold hb-ot-tag.h into hb-ot-layout.h
6 years ago
Behdad Esfahbod
00cf4e5eb6
[docs] Fill in some sections
6 years ago
Behdad Esfahbod
55a19d73b4
Move HB_EXTERN
6 years ago
Ebrahim Byagowi
524e854c15
Merge pull request #1318 from ebraminio/png
...
Add a non-hooked _png _svg get emoji blob
6 years ago
Ebrahim Byagowi
8180c37df0
[ot-color] Remove _png and _svg public APIs
6 years ago
Ebrahim Byagowi
9aa6279a2d
[ot-color/png] Try to get image blob from sbix first options.aat is set
6 years ago
Ebrahim Byagowi
b42661ee91
[ot-color] Add some documentation
6 years ago
Behdad Esfahbod
4ee3c8272c
[docs] Fix hb_name_id_t
...
Yep, was not recognized without this patch!
6 years ago
Ebrahim Byagowi
9435fb24da
[ot-color/png] Implement CBDT part
6 years ago
Behdad Esfahbod
9457cfd7bc
[docs] Hook up hb-map
6 years ago
Behdad Esfahbod
d941f66c75
[name] Make hb_name_id_t be the enum
...
This is like hb_script_t.
We had this exposed as unsigned int since 2.0.0 release in two APIs,
as well as hb_ot_layout_get_size_params() from earlier.
But since no one uses those (right?!), let's just fix this now.
6 years ago
Behdad Esfahbod
40496a54a0
[name] Move HB_NAME_ID_INVALID into the enum
...
Don't know how to document anonymous enum members.
6 years ago
Behdad Esfahbod
a8a55b9f89
[name] Move around
6 years ago
Behdad Esfahbod
3b7e5f1313
[name] Rename hb_ot_name_get_names() to hb_ot_name_list_names()
...
And swap return value positions, so can be annotated for gobject-introspectin.
6 years ago
Behdad Esfahbod
4025ad8043
Document new API
6 years ago
Ebrahim Byagowi
5e2a52f71a
[sbix] Remove dump method from sbix accelerator
6 years ago
Ebrahim Byagowi
0353ac6cde
Fix test-name-table on older bots
6 years ago
Ebrahim Byagowi
dc11a38107
[sbix] Set num_glyphs on accelerator
...
dump-emoji was broken without it
6 years ago
Ebrahim Byagowi
6a38fd68a8
[ot-color/png] sbix runtime memory check
6 years ago
Behdad Esfahbod
ca645accb9
Comment
6 years ago
Ebrahim Byagowi
265ad408ca
[ot-color/png] Implement sbix part
6 years ago
Behdad Esfahbod
7f5941e162
Remove stale comment
...
Ugliness was fixed in 30eab97a00
But yeah, my smell detector was working. Ugliness was buggy.
6 years ago
Behdad Esfahbod
e7400c0275
[docs] Hook up new symbols
6 years ago
Behdad Esfahbod
6aa019c4af
[morx] Fix merge_cluster to end at last ligature component
...
Don't assume current position was a component in the ligature.
6 years ago
Behdad Esfahbod
00ae4be6bf
[morx] Fix bailing out ligation at end-of-text
...
Check was after a move_to, which wouldn't work.
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11147
6 years ago
Behdad Esfahbod
30eab97a00
Fix invalid memory read
...
Buffer might be relocated inside replace_glyphs().
Fixes https://bugs.chromium.org/p/chromium/issues/detail?id=895117
6 years ago
Behdad Esfahbod
79b2fa62ca
[indic] Fix infinite loop
...
Fixes https://bugs.chromium.org/p/chromium/issues/detail?id=863044
6 years ago
Behdad Esfahbod
39bd07aed5
Fix bunch of unused parameter warnings
...
Show up with gcc -O0.
There's a few more but those are functions that need to be filled in.
Maybe this is a lost battle...
6 years ago
Behdad Esfahbod
b2e1ec374c
[subset] Fix warning
6 years ago
Behdad Esfahbod
337ea0b717
[fuzzing] Remove HB_NDEBUG
...
Not sure why it ever was added.
6 years ago
Behdad Esfahbod
12058e44d1
[fuzzing] Add more test
6 years ago
Behdad Esfahbod
c965eeadbc
[name] Default to "en" if language is not specified
6 years ago
Behdad Esfahbod
3fd6e5dbef
[name] Add pre-defined nameIDs
6 years ago
Behdad Esfahbod
20d0171d20
[name] Fill out most missing language codes
6 years ago
Behdad Esfahbod
622b014faf
[name] Skip enumerating names with unknown language
6 years ago
Behdad Esfahbod
2c39f359e4
[utf] Remove unused typedef
6 years ago
Behdad Esfahbod
ce81c74298
[utf] Fix ASCII
6 years ago
Behdad Esfahbod
327546e633
[name] Hook up ltag table
6 years ago
Behdad Esfahbod
dc9a5f88b4
[name] Do record sanitization at run-time
6 years ago
Behdad Esfahbod
a53d301b1c
[name] Minor
6 years ago
Behdad Esfahbod
c442fd9a10
[name] Add src/test-name-table tool to show all font names
6 years ago