Khaled Hosny
|
5091ea7e24
|
Merge pull request #2733 from astiob/buffer-context-doc
[docs] Describe buffer context applicability more explicitly
|
4 years ago |
ariza
|
22f7c61acf
|
implement SID to glyph ID mapping with predefined Charset
Also fixes oss-fuzz 21769
|
5 years ago |
blueshade7
|
ed94e41065
|
fixed api test test-ot-glyphname
|
5 years ago |
blueshade7
|
7a4745ba8d
|
added api test test-ot-glyphname
|
5 years ago |
blueshade7
|
ff87465b40
|
add get_glyph_from_name & test. use hb_string_array
|
5 years ago |
Ebrahim Byagowi
|
bb4cdf8e0b
|
Replace create_from_file with empty blob if HB_NO_OPEN is defined
|
6 years ago |
Behdad Esfahbod
|
350f98ea47
|
[config] Don't compile name table API if HB_NO_NAME
Part of https://github.com/harfbuzz/harfbuzz/issues/1652
|
6 years ago |
Behdad Esfahbod
|
11ab889a8d
|
Rename a few test programs
|
6 years ago |
Ebrahim Byagowi
|
0c9cd5d5f4
|
[test] Fix test-name-table.cc leak issue
Spotted it accidentally but wanted to see if is anything serious so went for fixing it
|
6 years ago |
Bruce Mitchener
|
09096aa89f
|
Use nullptr instead of 0/NULL. (#1435)
* Use nullptr instead of 0/NULL.
* Update test-name-table.cc
|
6 years ago |
Behdad Esfahbod
|
831ba74382
|
Fix Codacy "issues"
|
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 |
Ebrahim Byagowi
|
0353ac6cde
|
Fix test-name-table on older bots
|
6 years ago |
Behdad Esfahbod
|
c442fd9a10
|
[name] Add src/test-name-table tool to show all font names
|
6 years ago |
Behdad Esfahbod
|
c77ae40852
|
Rename hb-*private.hh to hb-*.hh
Sorry for the noise, downstream custom builders. Please adjust.
|
7 years ago |
Ebrahim Byagowi
|
ce17340b23
|
Add hb_blob_create_from_file, a new API (#926)
|
7 years ago |
Behdad Esfahbod
|
17f40b7cad
|
Include hb-private.hh more consistently
Part of fixing https://github.com/behdad/harfbuzz/issues/585
|
7 years ago |
Behdad Esfahbod
|
dbdbfe3d7b
|
Use nullptr instead of NULL
|
7 years ago |
Behdad Esfahbod
|
c2bc818706
|
Work with old and new glib
Avoids "deprecated" warnings.
|
11 years ago |
Behdad Esfahbod
|
9326d48e43
|
Don't use g_mapped_file_unref()
Was introduced in glib 2.22.
|
12 years ago |
Behdad Esfahbod
|
9cf7f9d4f6
|
Make test-size-params write size in points
|
12 years ago |
Behdad Esfahbod
|
875a5cbc9c
|
[OTLayout] Change hb_ot_layout_get_params() API
And add implementation for StylisticSet UINameID. No API yet.
|
12 years ago |
Behdad Esfahbod
|
0f3f529904
|
Add test-size-params
Eventually this will become part of a yet-to-be-written hb-ot cmdline
tool.
|
12 years ago |
Behdad Esfahbod
|
362a990b22
|
Rename hb_ot_layout_would_substitute_lookup() and hb_ot_layout_substitute_closure_lookup()
To match upcoming API.
|
12 years ago |
Behdad Esfahbod
|
d9b204d3d2
|
[GSUB] Allow non-zero-context matching in would_apply()
To be used in the next patch.
|
13 years ago |
Behdad Esfahbod
|
6f3a300138
|
Add hb_font_glyph_from/to_string
|
13 years ago |
Behdad Esfahbod
|
abd0c05f1f
|
Minor
|
13 years ago |
Behdad Esfahbod
|
bb0e4ba3e9
|
Minor
|
13 years ago |
Behdad Esfahbod
|
be73a5f936
|
Add src/test-would-substitute tool
|
13 years ago |