diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2007-01-08 22:45:51 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2007-01-08 22:45:51 +0000 |
commit | 82cc8362b2a84b3a6f8e584a6a8b53e68fa1cc61 (patch) | |
tree | d6ee06b6ad294fac6cbd2d9d42dc23c6fbb60bf5 /docs | |
parent | 8e88fecfffdc0a5f25dc98bcc2fa79dac0938670 (diff) | |
download | pango-82cc8362b2a84b3a6f8e584a6a8b53e68fa1cc61.tar.gz |
Don't introduce bitfields in public struct and rename PangoAnalysis.
2007-01-08 Behdad Esfahbod <behdad@gnome.org>
* docs/pango-sections.txt:
* docs/tmpl/glyphs.sgml:
* docs/tmpl/main.sgml:
* pango/pango-context.c (itemize_state_add_character):
* pango/pango-item.h:
* pango/pango-layout.c (pango_layout_run_get_extents):
* pango/pango-renderer.c (pango_renderer_draw_layout_line):
Don't introduce bitfields in public struct and rename PangoAnalysis.
centered_baseline to PangoAnalysis.flags and introduce
PANGO_ANALYSIS_FLAGS_CENTERED_BASELINE.
svn path=/trunk/; revision=2134
Diffstat (limited to 'docs')
-rw-r--r-- | docs/pango-sections.txt | 1 | ||||
-rw-r--r-- | docs/tmpl/glyphs.sgml | 9 | ||||
-rw-r--r-- | docs/tmpl/main.sgml | 13 |
3 files changed, 21 insertions, 2 deletions
diff --git a/docs/pango-sections.txt b/docs/pango-sections.txt index 271d4597..462eb458 100644 --- a/docs/pango-sections.txt +++ b/docs/pango-sections.txt @@ -5,6 +5,7 @@ PangoContext PangoItem PangoAnalysis +PANGO_ANALYSIS_FLAG_CENTERED_BASELINE PangoDirection PANGO_TYPE_DIRECTION PangoGravity diff --git a/docs/tmpl/glyphs.sgml b/docs/tmpl/glyphs.sgml index fde3dd26..b0be55da 100644 --- a/docs/tmpl/glyphs.sgml +++ b/docs/tmpl/glyphs.sgml @@ -254,6 +254,15 @@ horizontal origin. @rect: +<!-- ##### FUNCTION pango_matrix_transform_pixel_rectangle ##### --> +<para> + +</para> + +@matrix: +@rect: + + <!-- ##### FUNCTION pango_matrix_get_font_scale_factor ##### --> <para> diff --git a/docs/tmpl/main.sgml b/docs/tmpl/main.sgml index 204c5de4..dbd69100 100644 --- a/docs/tmpl/main.sgml +++ b/docs/tmpl/main.sgml @@ -51,11 +51,20 @@ fields: @font: the font for this segment. @level: the bidirectional level for this segment. @gravity: the glyph orientation for this segment. -@centered_baseline: whether this segment should be shifted to center around -the baseline. +@flags: boolean flags for this segment (currently only one) (Since: 1.16). @language: the detected language for this segment. @extra_attrs: extra attributes for this segment. +<!-- ##### MACRO PANGO_ANALYSIS_FLAG_CENTERED_BASELINE ##### --> +<para> +Whether the segment should be shifted to center around the baseline. +Used in vertical writing directions mostly. + +Since: 1.16 +</para> + + + <!-- ##### ENUM PangoDirection ##### --> <para> </para> |