- 09 8月, 2012 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 08 8月, 2012 1 次提交
-
-
由 Behdad Esfahbod 提交于
Used when there is no GPOS.
-
- 27 7月, 2012 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Add global shape_plan. Unused so far.
-
- 25 7月, 2012 3 次提交
-
-
由 Behdad Esfahbod 提交于
Choose using shaper name "old".
-
由 Behdad Esfahbod 提交于
-
由 Jonathan Kew 提交于
Does not attempt to handle clusters in a Uniscribe- or HarfBuzz-compatible way; just returns the original string indexes that CT maintains. These may even be out-of-order in the case of reordrant glyphs.
-
- 20 7月, 2012 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 13 7月, 2012 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 25 6月, 2012 1 次提交
-
-
由 Behdad Esfahbod 提交于
Until I figure out the build issues. Sigh...
-
- 17 6月, 2012 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 09 6月, 2012 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 06 6月, 2012 1 次提交
-
-
由 Behdad Esfahbod 提交于
New try.
-
- 18 5月, 2012 2 次提交
-
-
由 Behdad Esfahbod 提交于
To be used for cmap and advance caching if desired.
-
由 Behdad Esfahbod 提交于
-
- 24 4月, 2012 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 20 4月, 2012 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 13 4月, 2012 1 次提交
-
-
由 Behdad Esfahbod 提交于
Also remove shaper_options argument to hb_shape_full(). That was unused and for "future". Let it go. More shaper API coming in preparation for plan/planned API.
-
- 11 4月, 2012 1 次提交
-
-
由 Behdad Esfahbod 提交于
Not hooked up yet.
-
- 06 4月, 2012 1 次提交
-
-
由 Behdad Esfahbod 提交于
In preparation for Hangul shaper.
-
- 08 3月, 2012 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 24 2月, 2012 1 次提交
-
-
由 Behdad Esfahbod 提交于
By defining HB_NO_MT. Also, only warn once per missing MT feature support. Mozilla Bug 666661 - gfx/harfbuzz/src/hb-prive.h - compiler warnings on mac
-
- 20 1月, 2012 1 次提交
-
-
由 Behdad Esfahbod 提交于
Not really useful.
-
- 25 8月, 2011 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 24 8月, 2011 2 次提交
-
-
由 Behdad Esfahbod 提交于
To be modified, a lot.
-
由 Behdad Esfahbod 提交于
-
- 20 8月, 2011 1 次提交
-
-
由 Behdad Esfahbod 提交于
need to figure out the naming. The generated code doesn't have the right name.
-
- 17 8月, 2011 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 14 8月, 2011 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 09 8月, 2011 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Remove hb_ft_get_font_funcs() as it cannot be used by the user anyway. Add hb_ft_font_set_funcs(). Which will make the font internally use FreeType. That is, no need for the font to have created using the hb-ft API. Just create using hb_face_create()/hb_font_create() and then call this on the font (after having set font scale). This internally creates an FT_Face and attached to the font.
-
- 06 8月, 2011 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 05 8月, 2011 1 次提交
-
-
由 Behdad Esfahbod 提交于
hb_shape() now accepts a shaper_options and a shaper_list argument. Both can be set to NULL to emulate previous API. And in most situations they are expected to be set to NULL. hb_shape() also returns a boolean for now. If shaper_list is NULL, the return value can be ignored. shaper_options is ignored for now, but otherwise it should be a NULL-terminated list of strings. shaper_list is a NULL-terminated list of strings. Currently recognized strings are "ot" for native OpenType Layout implementation, "uniscribe" for the Uniscribe backend, and "fallback" for the non-complex backend (that will be implemented shortly). The fallback backend never fails. The env var HB_SHAPER_LIST is also parsed and honored. It's a colon-separated list of shaper names. The fallback shaper is invoked if none of the env-listed shapers succeed. New API hb_buffer_guess_properties() added.
-
- 04 8月, 2011 1 次提交
-
-
由 Behdad Esfahbod 提交于
Not complete yet, font selection doesn't work. But hey it shapes! This is not supposed to be a production backend, more like a testing backend.
-
- 02 8月, 2011 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 30 7月, 2011 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 21 7月, 2011 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 12 7月, 2011 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 08 7月, 2011 1 次提交
-
-
由 Behdad Esfahbod 提交于
-