- 25 7月, 2011 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 24 7月, 2011 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 23 7月, 2011 5 次提交
-
-
由 Behdad Esfahbod 提交于
Fallback normalization is complete and working now!
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 22 7月, 2011 6 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Add tests.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
This allows the Indic shaper to request decomposed characters. This will handle split matra for free. Other shapers prefer precomposed characters.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Lets not worry about performance for now...
-
- 21 7月, 2011 19 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
This produces more accurate cluster mappings. Cluster mappings are minimal now. Combining marks get their own cluster value most of the time.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
This is essential as ensure_native_direction uses cluster info that is set by form_clusters().
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Spacing_Mark is the current Unicode long-name for this property value. The previous name was wrongly carried from glib.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Adjust glib fallback implementation. The tests are not hooked up for ICU yet.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 13 7月, 2011 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 12 7月, 2011 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 08 7月, 2011 6 次提交
-
-
由 Behdad Esfahbod 提交于
Instead of always applying those two features before the complex shaper, let the complex shaper decide whether they should be applied first. Also add stub for Indic's final_reordering().
-
由 Behdad Esfahbod 提交于
Add compose() and decompose() unicode funcs. These implement pair-wise canonical composition/decomposition. The glib/icu implementations are lacking for now. We are adding API for this to glib, but I cannot find any useful API in ICU. May end of implementing these in-house. Changed all unicode_funcs callback names to remove the "_get" part. Eg, hb_unicode_get_script_func_t is now hb_unicode_script_func_t, and hb_unicode_get_script() is hb_unicode_script() now.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
In preparation for adding more advanced unicode funcs.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-