Behdad Esfahbod
|
805af72405
|
Rename get_kernings() arguments from first/second_glyph to left/right_glyph
Makes it clear that kerning is in visual order.
|
14 years ago |
Behdad Esfahbod
|
23d2432219
|
[test] Add test-shape.c. Oops
|
14 years ago |
Behdad Esfahbod
|
c098c3acc8
|
[test/blob] Use MAP_ANON instead of MAP_ANONYMOUS
More portable.
|
14 years ago |
Behdad Esfahbod
|
8329eb7c6c
|
[test/shape] Add simplest test for hb_shape()
|
14 years ago |
Behdad Esfahbod
|
df077fadd7
|
[object] Make object inert during destruction
Such that user_data and other finalizers cannot resurrect object
|
14 years ago |
Behdad Esfahbod
|
ee8dd83bb4
|
[TODO] Update
|
14 years ago |
Behdad Esfahbod
|
52df150efe
|
Fix font subclass chainup
Test passing now.
|
14 years ago |
Behdad Esfahbod
|
f2c1dd4f74
|
[test/font] Test font_funcs subclassing
|
14 years ago |
Behdad Esfahbod
|
14f1e81b77
|
[test/font] Test empty funcs
|
14 years ago |
Behdad Esfahbod
|
2ca0b5ae1e
|
[test/font] Test more
|
14 years ago |
Behdad Esfahbod
|
7033518f75
|
[API] Pass face to get_table()
|
14 years ago |
Behdad Esfahbod
|
b467827806
|
[API] Remove const from font user_data
|
14 years ago |
Behdad Esfahbod
|
ea93e7b27c
|
[test/font] More tests
|
14 years ago |
Behdad Esfahbod
|
cdb153175f
|
[test/font] More tests
|
14 years ago |
Behdad Esfahbod
|
74d9fa3d9a
|
[test/font] More get_empty() tests
|
14 years ago |
Behdad Esfahbod
|
db9f4eb4e0
|
[test/font] Test get_face() / get_parent()
|
14 years ago |
Behdad Esfahbod
|
606923bb43
|
[test/font] Add test_font_properties()
|
14 years ago |
Behdad Esfahbod
|
da603e8038
|
[test/font] Start adding tests for hb-font.h
|
14 years ago |
Behdad Esfahbod
|
9a14688e40
|
[API] Rename hb_face_create_for_data() to hb_face_create()
|
14 years ago |
Behdad Esfahbod
|
46d6a21cc8
|
[API] Add hb_ot_layout_substitute_start/finish()
|
14 years ago |
Behdad Esfahbod
|
c84d15f52e
|
Remove unused hb_set_t
|
14 years ago |
Behdad Esfahbod
|
389a7c9e67
|
Remove hb_static_threadsafe_set_t
|
14 years ago |
Behdad Esfahbod
|
e06d4eda7b
|
Use constructor/destructor for hb_ot_shape_plan_t
|
14 years ago |
Behdad Esfahbod
|
a5e4e10946
|
Minor
|
14 years ago |
Behdad Esfahbod
|
daa446f184
|
Fix compile with no mutex available
|
14 years ago |
Behdad Esfahbod
|
1e56c476c1
|
Free static mutex'es
|
14 years ago |
Behdad Esfahbod
|
831886a9b4
|
Streamline mutex stuff
|
14 years ago |
Behdad Esfahbod
|
438c4eee35
|
Remove unused hb_mutex_trylock()
|
14 years ago |
Behdad Esfahbod
|
b8477e1da2
|
[test] Add tests for _get_empty() funcs
|
14 years ago |
Behdad Esfahbod
|
3994be3ded
|
[TODO] Update
|
14 years ago |
Behdad Esfahbod
|
80a6833b03
|
[API] Add hb_*_get_empty() for all objects
|
14 years ago |
Behdad Esfahbod
|
d3b30be378
|
[API] Add HB_UNTAG()
Useful in C API only.
|
14 years ago |
Behdad Esfahbod
|
3cc6e9dcb4
|
Minor
|
14 years ago |
Behdad Esfahbod
|
4101ca7dbb
|
Plug more leaks
All good now.
|
14 years ago |
Behdad Esfahbod
|
6a7ac79e26
|
Plug leaks
|
14 years ago |
Behdad Esfahbod
|
7aa12ebdff
|
[unicode] Simplify method setting
|
14 years ago |
Behdad Esfahbod
|
d5bfd02721
|
Minor
|
14 years ago |
Behdad Esfahbod
|
6a4e7e1372
|
Add maxp table
Not used for anything right now. Will use to get num_glyphs in the future.
|
14 years ago |
Behdad Esfahbod
|
e0b0710ae5
|
Minor
|
14 years ago |
Behdad Esfahbod
|
a513dbcf73
|
[API] Change signature of get_contour_point and get_kerning ffuncs
get_contour_point now takes glyph id before point_index.
get_kerning now takes a vector to fill-in.
|
14 years ago |
Behdad Esfahbod
|
63d646fb29
|
[font] Do user-space conversion when chaining up to parent font
|
14 years ago |
Behdad Esfahbod
|
b6f902a1a9
|
Minor
|
14 years ago |
Behdad Esfahbod
|
abcfe9b59b
|
Remove hb_ot_layout_context_t, simplify code
|
14 years ago |
Behdad Esfahbod
|
1ded6d8bbf
|
Make default font-funcs chain-up to the parent
|
14 years ago |
Behdad Esfahbod
|
b9d975b931
|
[API] Pass down closure user_data to font funcs
|
14 years ago |
Behdad Esfahbod
|
446df9cdb1
|
Whitespace
|
14 years ago |
Behdad Esfahbod
|
686c2d165d
|
[API] Remove font_funcs func getter functions
|
14 years ago |
Behdad Esfahbod
|
defc45be6d
|
[API] Add hb_font_create_sub_font() and hb_font_get_parent()
Not quite useful just yet.
|
14 years ago |
Behdad Esfahbod
|
11bb8fe7b3
|
[font] Fix internal sign of x/y_scale
Should have been done as part of da97541988
|
14 years ago |
Behdad Esfahbod
|
85e6218e33
|
[API] Remove broken-by-design hb_font_unset_funcs()
|
14 years ago |