Ebrahim Byagowi
755a77d660
Move outline draw API behind HB_EXPERIMENTAL_API directive
5 years ago
Ebrahim Byagowi
ab2d3ec542
[var] Implement hb_font_get_var_coords_design
...
Hold design coords and simulate when normalized coords are set directly.
5 years ago
Ebrahim Byagowi
b4d3bf1d8a
[draw] Add hb_draw_funcs_is_immutable and hb_draw_funcs_make_immutable
5 years ago
Ebrahim Byagowi
74fdcdcac8
[draw] Rename conic_to to quadratic_to
5 years ago
Ebrahim Byagowi
ac81e94016
Rename hb_outline_decompose to hb_font_draw_glyph and hb_outline_decompose_funcs_t to hb_draw_funcs_t
5 years ago
Ebrahim Byagowi
981125aa2a
Rename hb_ot_glyph_* to hb_outline_*
5 years ago
Ebrahim Byagowi
02f324c949
[ot-glyph] remove open callback
...
Apparently it wasn't requested actually and can be detected easily
as paths are opened usually when move command is issued anyway.
5 years ago
Ebrahim Byagowi
79fed9a1e4
[ot-glyph] Add open/close callbacks
5 years ago
Ebrahim Byagowi
ec1fba1388
[ot-glyph] make hb_ot_glyph_decompose_funcs_t struct opaque
5 years ago
Qunxin Liu
8ffc9add22
[subset] layout closure_features and store them in subset-plan
5 years ago
Qunxin Liu
0b39c48064
[subset] closure lookups for GSUB/GPOS
5 years ago
Ebrahim Byagowi
084a8182fb
[ot-glyphs] Move CFF glyph decompose logic to their tables
...
Thus making path decompose zero alloc on CFF/CFF2
5 years ago
Ebrahim Byagowi
0b559d750f
[ot-glyph] Improve API names
5 years ago
Ebrahim Byagowi
e75d785b51
[doc] fix hb_blob_create call example
...
otherwise free(0) will be called that silently makes a leak
5 years ago
Behdad Esfahbod
d5338ba189
[ft] Add locking FT_Face API
...
Now that we mutex our internal FT_Face, share it with clients.
New API:
- hb_ft_font_lock_face()
- hb_ft_font_unlock_face()
5 years ago
Behdad Esfahbod
d6ad613159
[docs] Misc fixes
5 years ago
Khaled Hosny
f233e6c801
[doc] Update list of default features in the manual
...
Fixes https://github.com/harfbuzz/harfbuzz/issues/1921
5 years ago
Behdad Esfahbod
6461143b44
2.6.0
5 years ago
Behdad Esfahbod
e56d4ff43b
Rename hb_ot_meta_get_entries() to +hb_ot_meta_get_entry_tags()
5 years ago
Ebrahim Byagowi
9f2b4956b4
[base] Add hb_ot_layout_get_baseline API
5 years ago
Ebrahim Byagowi
40a4b6ddbd
[var] Add a new API, hb_font_set_var_named_instance
5 years ago
Ebrahim Byagowi
62932c14bd
[meta] Rename ot-metadata to ot-meta per review
5 years ago
Ebrahim Byagowi
3ac03bd67c
[meta] New API, hb_ot_metadata_reference_entry for fetching meta entries
5 years ago
Ebrahim Byagowi
eb8bd2f7ec
Add hb_gdi_face_create API
...
Based on Konstantin Ritt work posted on mailing list
5 years ago
Behdad Esfahbod
e540d402f6
[docs] Minor
5 years ago
Ebrahim Byagowi
87e628436e
Implement a simple API for fetching opentype metrics
...
Fixes https://github.com/harfbuzz/harfbuzz/pull/1432
5 years ago
Simon Sapin
144326e215
Clusters are reversed based on the direction, not script
...
Fixes https://github.com/harfbuzz/harfbuzz/issues/1818
5 years ago
Simon Sapin
cf1a782a5c
Docs: fix a typo in function name
5 years ago
Behdad Esfahbod
0819f3ca86
Deprecate v_kerning callback again
...
Part of https://github.com/harfbuzz/harfbuzz/issues/1682
5 years ago
Behdad Esfahbod
2682efb02d
Revert "Deprecate font kern API"
...
This reverts commit d219f899f4
.
API change: Un-deprecate font kern API.
Part of https://github.com/harfbuzz/harfbuzz/issues/1682
We should document that this API is only necessary to hook up
non-OpenType kerning. hb-ot-font will continue to NOT implement them.
5 years ago
Behdad Esfahbod
10e3cb9246
[docs] Fix dist
6 years ago
Bruce Mitchener
da9d43171b
Fix some typos.
6 years ago
Nathan Willis
97ba206bed
Usermanual; minor.
6 years ago
Nathan Willis
dd5ad6b6b5
Usermanual-buffers-chapter: trim out fallback-of-ufuncs talk and just mention that stuff exists if you care to go find it.
6 years ago
Nathan Willis
240540ff9a
Usermanual-buffers-chapter: explain ICU fallback for Ufuncs.
6 years ago
Behdad Esfahbod
b567d4ea14
Fix build after UCDN -> UCD
6 years ago
Nathan Willis
a29b1de55a
Usermanual, fix up userfeatures example code in OpenType features section of shaping chapter.
6 years ago
Nathan Willis
78fcb14db9
Usermanual, minor: flesh out invisible-glyph discussion in buffers chapter.
6 years ago
Behdad Esfahbod
159fe962e9
[doc] Make header search more resilient
...
How stupid to scan all files... Sigh.
6 years ago
Nathan Willis
68749e996a
[Docs] Usermanual; update XML manifest for new chapters.
6 years ago
Nathan Willis
30d7d1064e
[Docs] Usermanual; add Utilities chapter.
6 years ago
Nathan Willis
d0f5a05aef
[Docs] Usermanual; add Shaping, Features, and Plans.
6 years ago
Nathan Willis
8354c99fbe
[Docs] Usermanual; add Fonts And Faces chapter.
6 years ago
Nathan Willis
3b301c5ac6
[Docs] Usermanual; fill out Buffers chapter.
6 years ago
Nathan Willis
6d9a86ae75
[Docs] Usermanual; fixes to Object Model chapter
6 years ago
Nathan Willis
aa6692cb00
Usermanual: update Makefile SGML list. Again.
6 years ago
Nathan Willis
98c54cdef8
Usermanual: add chapter on object model.
6 years ago
Behdad Esfahbod
ecac94ca76
[docs] Remove fdo repo
...
Has not been updated.
6 years ago
Nathan Willis
60be1450ad
[Usermanual]: fix Tamil error in Why-do-I-need-a-shaping-engine section.
6 years ago
Behdad Esfahbod
782961d216
[docs] Update
6 years ago