- 11 10月, 2017 1 次提交
-
-
由 Behdad Esfahbod 提交于
New API: hb_font_set_ptem() hb_font_get_ptem() Needed for hb-coretext optical sizing: https://github.com/behdad/harfbuzz/issues/360
-
- 24 8月, 2017 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 23 1月, 2017 4 次提交
-
-
由 Behdad Esfahbod 提交于
We're not going to define public macros for tags for tables. There's little use to those and they are implementation detail.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
The 'avar' table does not allow random access to axis maps, so change API to avoid quadratic-time implementation. Removed -hb_ot_var_normalize_axis_value(), added +hb_ot_var_normalize_variations() and +hb_ot_var_normalize_coords() instead.
-
由 Behdad Esfahbod 提交于
-
- 05 10月, 2016 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 27 9月, 2016 2 次提交
-
-
由 Behdad Esfahbod 提交于
With this, I believe MATH table API is not ready to be merged.
-
由 Behdad Esfahbod 提交于
-
- 02 1月, 2016 1 次提交
-
-
由 Khaled Hosny 提交于
-
- 31 12月, 2015 1 次提交
-
-
由 Khaled Hosny 提交于
Now it is just reporting one error about “503 undocumented or incomplete symbols”, that will be the easy part I guess.
-
- 30 12月, 2015 3 次提交
-
-
由 Khaled Hosny 提交于
-
由 Khaled Hosny 提交于
-
由 Khaled Hosny 提交于
Some of it (create, reference, destroy) are adapted from Cairo docs.
-
- 01 9月, 2015 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 21 6月, 2014 2 次提交
-
-
由 Behdad Esfahbod 提交于
HB_VERSION_CHECK's comparison was originally written wrongly by mistake. When API tests were written, they were also written wrongly to pass given the wrong implementation... Sigh. Given the purpose of this API, there's no point in fixing it without renaming it. As such, rename. API changes: HB_VERSION_CHECK -> HB_VERSION_ATLEAST hb_version_check -> hb_version_atleast
-
由 Behdad Esfahbod 提交于
-
- 29 8月, 2013 1 次提交
-
-
由 Behdad Esfahbod 提交于
Move it to new harfbuzz-gobject library. Implement enums and boxed types for object-types. Still have to do boxed types for value types.
-
- 27 8月, 2013 3 次提交
-
-
由 Behdad Esfahbod 提交于
Makes documentation / introspection easier.
-
由 Behdad Esfahbod 提交于
That moment that you have to accept that you made API mistakes...
-
由 Anthony Carrico 提交于
Initial setup of gtk-doc. Straight forward setup following the gtk-doc instructions. Ignore some troublesome types in src/hb-gobject.h. To build use "./autogen.sh --enable-gtk-doc" then "make". Docs are in harfbuzz/docs/reference/html/index.html.
-