diff options
author | Owen Taylor <otaylor@redhat.com> | 2004-06-21 16:10:31 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2004-06-21 16:10:31 +0000 |
commit | 62b4e6b676ae2ef114960529b0a5b79d213820d0 (patch) | |
tree | 8a12a666cb475bc13f8d245ca027dfa187ed0a34 /docs | |
parent | 95059cad33f0ae575af5b8e79c0fddd021c99834 (diff) | |
download | pango-62b4e6b676ae2ef114960529b0a5b79d213820d0.tar.gz |
Missed commit: add -lm dependency to pkg-config files.
Mon Jun 21 11:47:41 2004 Owen Taylor <otaylor@redhat.com>
* configure.in pango.pc.in: Missed commit: add
-lm dependency to pkg-config files.
* docs/pango-sections.txt: Add PangoMatrix and rotated
rendering functions
Diffstat (limited to 'docs')
-rw-r--r-- | docs/pango-sections.txt | 5 | ||||
-rw-r--r-- | docs/tmpl/freetype-fonts.sgml | 34 | ||||
-rw-r--r-- | docs/tmpl/glyphs.sgml | 76 | ||||
-rw-r--r-- | docs/tmpl/main.sgml | 18 |
4 files changed, 132 insertions, 1 deletions
diff --git a/docs/pango-sections.txt b/docs/pango-sections.txt index 998345ec..c3b73f90 100644 --- a/docs/pango-sections.txt +++ b/docs/pango-sections.txt @@ -24,6 +24,8 @@ pango_context_get_language pango_context_set_language pango_context_get_base_dir pango_context_set_base_dir +pango_context_get_matrix +pango_context_set_matrix pango_context_load_font pango_context_load_fontset pango_context_get_metrics @@ -638,8 +640,11 @@ pango_ft2_font_map_set_default_substitute pango_ft2_font_map_substitute_changed pango_ft2_get_context pango_ft2_render +pango_ft2_render_transformed pango_ft2_render_layout_line +pango_ft2_render_layout_line_subpixel pango_ft2_render_layout +pango_ft2_render_layout_subpixel pango_ft2_get_unknown_glyph pango_ft2_font_get_kerning pango_ft2_font_get_face diff --git a/docs/tmpl/freetype-fonts.sgml b/docs/tmpl/freetype-fonts.sgml index 81823761..9877c200 100644 --- a/docs/tmpl/freetype-fonts.sgml +++ b/docs/tmpl/freetype-fonts.sgml @@ -107,6 +107,19 @@ Function type for doing final config tweaking on prepared FcPatterns. @y: +<!-- ##### FUNCTION pango_ft2_render_transformed ##### --> +<para> + +</para> + +@bitmap: +@matrix: +@font: +@glyphs: +@x: +@y: + + <!-- ##### FUNCTION pango_ft2_render_layout_line ##### --> <para> @@ -118,6 +131,17 @@ Function type for doing final config tweaking on prepared FcPatterns. @y: +<!-- ##### FUNCTION pango_ft2_render_layout_line_subpixel ##### --> +<para> + +</para> + +@bitmap: +@line: +@x: +@y: + + <!-- ##### FUNCTION pango_ft2_render_layout ##### --> <para> @@ -129,7 +153,15 @@ Function type for doing final config tweaking on prepared FcPatterns. @y: -<<<<<<< freetype-fonts.sgml +<!-- ##### FUNCTION pango_ft2_render_layout_subpixel ##### --> +<para> + +</para> + +@bitmap: +@layout: +@x: +@y: <!-- ##### FUNCTION pango_ft2_get_unknown_glyph ##### --> diff --git a/docs/tmpl/glyphs.sgml b/docs/tmpl/glyphs.sgml index 987ed682..952435a3 100644 --- a/docs/tmpl/glyphs.sgml +++ b/docs/tmpl/glyphs.sgml @@ -98,6 +98,82 @@ horizontal origin. @rect: a #PangoRectangle +<!-- ##### STRUCT PangoMatrix ##### --> +<para> + +</para> + +@xx: +@xy: +@yx: +@yy: +@x0: +@y0: + +<!-- ##### MACRO PANGO_MATRIX_INIT ##### --> +<para> + +</para> + + + +<!-- ##### FUNCTION pango_matrix_copy ##### --> +<para> + +</para> + +@matrix: +@Returns: + + +<!-- ##### FUNCTION pango_matrix_free ##### --> +<para> + +</para> + +@matrix: + + +<!-- ##### FUNCTION pango_matrix_translate ##### --> +<para> + +</para> + +@matrix: +@tx: +@ty: + + +<!-- ##### FUNCTION pango_matrix_scale ##### --> +<para> + +</para> + +@matrix: +@scale_x: +@scale_y: + + +<!-- ##### FUNCTION pango_matrix_rotate ##### --> +<para> + +</para> + +@matrix: +@degrees: + + +<!-- ##### FUNCTION pango_matrix_concat ##### --> +<para> + +</para> + +@matrix: +@new_matrix: +<!-- # Unused Parameters # --> +@new: + + <!-- ##### TYPEDEF PangoGlyph ##### --> <para> A #PangoGlyph represents a single glyph in the output form of a string. diff --git a/docs/tmpl/main.sgml b/docs/tmpl/main.sgml index e2557de1..904853e1 100644 --- a/docs/tmpl/main.sgml +++ b/docs/tmpl/main.sgml @@ -214,6 +214,24 @@ The GObject type for #PangoDirection. @direction: +<!-- ##### FUNCTION pango_context_get_matrix ##### --> +<para> + +</para> + +@context: +@Returns: + + +<!-- ##### FUNCTION pango_context_set_matrix ##### --> +<para> + +</para> + +@context: +@matrix: + + <!-- ##### FUNCTION pango_context_load_font ##### --> <para> |