diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2009-07-22 16:24:43 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2009-07-22 16:24:43 -0400 |
commit | ac2ce962e9c257657eeceaf08d6aeeddd6faaa83 (patch) | |
tree | 16daaf469efe888429edd462499cb46ea4d7838c /docs | |
parent | 0df5c40d43a8d87a917991780595d9fadd19afb6 (diff) | |
download | pango-ac2ce962e9c257657eeceaf08d6aeeddd6faaa83.tar.gz |
Bug 410169 – gravity problem with Common chars
Only show wide chars (as in g_unichar_iswide()) upright.
This improves rendering of 1) digits in CJK context, and 2) Narrow
Hangul characters.
New public API:
pango_gravity_get_for_script_and_width()
Diffstat (limited to 'docs')
-rw-r--r-- | docs/pango-sections.txt | 1 | ||||
-rw-r--r-- | docs/tmpl/vertical.sgml | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/docs/pango-sections.txt b/docs/pango-sections.txt index 0fbdc22e..50abd19a 100644 --- a/docs/pango-sections.txt +++ b/docs/pango-sections.txt @@ -1104,6 +1104,7 @@ PangoGravityHint PANGO_GRAVITY_IS_VERTICAL pango_gravity_get_for_matrix pango_gravity_get_for_script +pango_gravity_get_for_script_and_width pango_gravity_to_rotation <SUBSECTION Standard> PANGO_TYPE_GRAVITY diff --git a/docs/tmpl/vertical.sgml b/docs/tmpl/vertical.sgml index 5a75d991..83e33a1e 100644 --- a/docs/tmpl/vertical.sgml +++ b/docs/tmpl/vertical.sgml @@ -121,6 +121,18 @@ pango_attr_gravity_hint_new() @Returns: +<!-- ##### FUNCTION pango_gravity_get_for_script_and_width ##### --> +<para> + +</para> + +@script: +@wide: +@base_gravity: +@hint: +@Returns: + + <!-- ##### FUNCTION pango_gravity_to_rotation ##### --> <para> |