From e6e7df5c4d77e8e9802cfe615b9265176be1314c Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Tue, 14 Nov 2000 16:11:02 +0000 Subject: Fix low underline code to deal with run_ink == NULL. Tue Nov 14 11:10:24 2000 Owen Taylor * pango/pango-layout.c (pango_layout_run_get_extents): Fix low underline code to deal with run_ink == NULL. * pango/pango-utils.c (pango_read_line): Return number of lines read to allow decent parse errors line numbers. * pango/pangox-fontmap.c (pango_x_font_map_read_alias_file): Fix line number count. * examples/pangox.aliases: Include extra international fonts for all styles, not just roman, reindent so it looks halfway legible. --- docs/tmpl/pango-indic.sgml | 88 ++++++++++++++++++++++++++++++++++++++++++ docs/tmpl/text-attributes.sgml | 2 +- docs/tmpl/x-fonts.sgml | 4 +- docs/tmpl/x-rendering.sgml | 31 ++++++--------- 4 files changed, 103 insertions(+), 22 deletions(-) create mode 100644 docs/tmpl/pango-indic.sgml (limited to 'docs') diff --git a/docs/tmpl/pango-indic.sgml b/docs/tmpl/pango-indic.sgml new file mode 100644 index 00000000..24c5fae3 --- /dev/null +++ b/docs/tmpl/pango-indic.sgml @@ -0,0 +1,88 @@ + +Indic Engine Support + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +@name: +@is_prefixing_vowel: +@is_vowel_sign: +@vowel_sign_to_matra: +@is_vowel_half: +@vowel_split: + + + + + + +@script: +@chars: +@end: + + + + + + + +@script: +@num: +@chars: +@cluster: + + + + + + + +@script: +@in_middle: +@num: +@chars: +@has_standalone_vowels: + + + + + + + +@script: +@text: +@n_chars: +@wc: +@n_glyph: +@glyphs: + + diff --git a/docs/tmpl/text-attributes.sgml b/docs/tmpl/text-attributes.sgml index 9305a25a..bd0546f6 100644 --- a/docs/tmpl/text-attributes.sgml +++ b/docs/tmpl/text-attributes.sgml @@ -54,7 +54,7 @@ provided for #PangoAttribute. @type: the type ID for this attribute @copy: function to duplicate an attribute of this type (see pango_attribute_copy()) @destroy: function to free an attribute of this type (see pango_attribute_destroy()) -@equal: function to compare two attributes of this type (see pango_attribute_equal()) +@equal: diff --git a/docs/tmpl/x-fonts.sgml b/docs/tmpl/x-fonts.sgml index ec1ca925..9fb002df 100644 --- a/docs/tmpl/x-fonts.sgml +++ b/docs/tmpl/x-fonts.sgml @@ -148,10 +148,12 @@ glyph index. @font: @subfont: -@chars: +@glyphs: @n_glyphs: @clusters: @Returns: + +@chars: diff --git a/docs/tmpl/x-rendering.sgml b/docs/tmpl/x-rendering.sgml index 32a83c4d..8f3f44b8 100644 --- a/docs/tmpl/x-rendering.sgml +++ b/docs/tmpl/x-rendering.sgml @@ -2,12 +2,11 @@ X Rendering -Functions for Rendering Pango objects on X displays. + -The functions in this system are used to take the output -of the shaping modules and render that on the screen. + @@ -17,9 +16,7 @@ of the shaping modules and render that on the screen. -%PANGO_RENDER_TYPE_X is a string constant that -is used to identify shaping modules for the -X Window System. + @@ -45,28 +42,22 @@ X Window System. -Used to represent a function which is called when a new GC must be -created to draw something other than the default color when rendering -a layout. The function used here will typically retrieve information -from the context with pango_context_get_data(). + -@context: the #PangoContext -@color: color attribute representing the desired color -@base_gc: default GC used for rendering. The function will typically - copy attributes such as clip region from the GC -@Returns: the new GC +@context: +@color: +@base_gc: +@Returns: -Used to represent a function which is called to free a GC created with -the corresponding PangoGetGCFunc. The function used here will -typically retrieve information from the context with pango_context_set_data(). + -@context: the #PangoContext -@gc: the GC to free +@context: +@gc: -- cgit v1.2.1