⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pango-cairo-rendering.html

📁 GTK+-2.0源码之pango-1.15.6.tar.gz
💻 HTML
📖 第 1 页 / 共 3 页
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"><title>Cairo Rendering</title><meta name="generator" content="DocBook XSL Stylesheets V1.69.1"><link rel="start" href="index.html" title="Pango Reference Manual"><link rel="up" href="rendering.html" title="Rendering with Pango"><link rel="prev" href="pango-Xft-Fonts-and-Rendering.html" title="Xft Fonts and Rendering"><link rel="next" href="pango-ATSUI-Fonts.html" title="ATSUI Fonts"><meta name="generator" content="GTK-Doc V1.6 (XML mode)"><link rel="stylesheet" href="style.css" type="text/css"><link rel="chapter" href="pango.html" title="Basic Pango Interfaces"><link rel="chapter" href="rendering.html" title="Rendering with Pango"><link rel="chapter" href="lowlevel.html" title="Low Level Functionality"><link rel="chapter" href="tools.html" title="Pango Tools"><link rel="index" href="ix01.html" title="Index"><link rel="index" href="ix02.html" title="Index of deprecated symbols"><link rel="index" href="ix03.html" title="Index of new symbols in 1.2"><link rel="index" href="ix04.html" title="Index of new symbols in 1.4"><link rel="index" href="ix05.html" title="Index of new symbols in 1.6"><link rel="index" href="ix06.html" title="Index of new symbols in 1.8"><link rel="index" href="ix07.html" title="Index of new symbols in 1.10"><link rel="index" href="ix08.html" title="Index of new symbols in 1.12"><link rel="index" href="ix09.html" title="Index of new symbols in 1.14"><link rel="index" href="ix10.html" title="Index of new symbols in 1.16"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="pango-Xft-Fonts-and-Rendering.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="rendering.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">Pango Reference Manual</th><td><a accesskey="n" href="pango-ATSUI-Fonts.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr><tr><td colspan="5" class="shortcuts"><nobr><a href="#top_of_page" class="shortcut">Top</a>                  &#160;|&#160;                  <a href="#desc" class="shortcut">Description</a>                  &#160;|&#160;                  <a href="#object_hierarchy" class="shortcut">Object Hierarchy</a></nobr></td></tr></table><div class="refentry" lang="en"><a name="pango-Cairo-Rendering"></a><div class="titlepage"></div><div class="refnamediv"><table width="100%"><tr><td valign="top"><h2><span class="refentrytitle"><a name="top_of_page"></a>Cairo Rendering</span></h2><p>Cairo Rendering &#8212; Rendering with the Cairo backend</p></td><td valign="top" align="right"></td></tr></table></div><div class="refsynopsisdiv"><a name="synopsis"></a><h2>Synopsis</h2><a name="PangoCairoFontMap"></a><pre class="synopsis">            <a href="pango-Cairo-Rendering.html#PangoCairoFontMap-struct">PangoCairoFontMap</a>;<a href="pango-Fonts.html#PangoFontMap">PangoFontMap</a>* <a href="pango-Cairo-Rendering.html#pango-cairo-font-map-new">pango_cairo_font_map_new</a>      (void);<a href="pango-Fonts.html#PangoFontMap">PangoFontMap</a>* <a href="pango-Cairo-Rendering.html#pango-cairo-font-map-get-default">pango_cairo_font_map_get_default</a>                                            (void);void        <a href="pango-Cairo-Rendering.html#pango-cairo-font-map-set-resolution">pango_cairo_font_map_set_resolution</a>                                            (<a href="pango-Cairo-Rendering.html#PangoCairoFontMap">PangoCairoFontMap</a> *fontmap,                                             double dpi);double      <a href="pango-Cairo-Rendering.html#pango-cairo-font-map-get-resolution">pango_cairo_font_map_get_resolution</a>                                            (<a href="pango-Cairo-Rendering.html#PangoCairoFontMap">PangoCairoFontMap</a> *fontmap);<a href="pango-Text-Processing.html#PangoContext">PangoContext</a>* <a href="pango-Cairo-Rendering.html#pango-cairo-font-map-create-context">pango_cairo_font_map_create_context</a>                                            (<a href="pango-Cairo-Rendering.html#PangoCairoFontMap">PangoCairoFontMap</a> *fontmap);void        <a href="pango-Cairo-Rendering.html#pango-cairo-context-set-resolution">pango_cairo_context_set_resolution</a>                                            (<a href="pango-Text-Processing.html#PangoContext">PangoContext</a> *context,                                             double dpi);double      <a href="pango-Cairo-Rendering.html#pango-cairo-context-get-resolution">pango_cairo_context_get_resolution</a>                                            (<a href="pango-Text-Processing.html#PangoContext">PangoContext</a> *context);void        <a href="pango-Cairo-Rendering.html#pango-cairo-context-set-font-options">pango_cairo_context_set_font_options</a>                                            (<a href="pango-Text-Processing.html#PangoContext">PangoContext</a> *context,                                             const <ahref="../cairo/cairo-Font-Options.html#cairo-font-options-t">cairo_font_options_t</a> *options);const <ahref="../cairo/cairo-Font-Options.html#cairo-font-options-t">cairo_font_options_t</a>* <a href="pango-Cairo-Rendering.html#pango-cairo-context-get-font-options">pango_cairo_context_get_font_options</a>                                            (<a href="pango-Text-Processing.html#PangoContext">PangoContext</a> *context);void        <a href="pango-Cairo-Rendering.html#pango-cairo-update-context">pango_cairo_update_context</a>      (<ahref="../cairo/cairo-cairo-t.html#cairo-t">cairo_t</a> *cr,                                             <a href="pango-Text-Processing.html#PangoContext">PangoContext</a> *context);<a href="pango-Layout-Objects.html#PangoLayout">PangoLayout</a>* <a href="pango-Cairo-Rendering.html#pango-cairo-create-layout">pango_cairo_create_layout</a>      (<ahref="../cairo/cairo-cairo-t.html#cairo-t">cairo_t</a> *cr);void        <a href="pango-Cairo-Rendering.html#pango-cairo-update-layout">pango_cairo_update_layout</a>       (<ahref="../cairo/cairo-cairo-t.html#cairo-t">cairo_t</a> *cr,                                             <a href="pango-Layout-Objects.html#PangoLayout">PangoLayout</a> *layout);void        <a href="pango-Cairo-Rendering.html#pango-cairo-show-glyph-string">pango_cairo_show_glyph_string</a>   (<ahref="../cairo/cairo-cairo-t.html#cairo-t">cairo_t</a> *cr,                                             <a href="pango-Fonts.html#PangoFont">PangoFont</a> *font,                                             <a href="pango-Glyph-Storage.html#PangoGlyphString">PangoGlyphString</a> *glyphs);void        <a href="pango-Cairo-Rendering.html#pango-cairo-show-layout-line">pango_cairo_show_layout_line</a>    (<ahref="../cairo/cairo-cairo-t.html#cairo-t">cairo_t</a> *cr,                                             <a href="pango-Layout-Objects.html#PangoLayoutLine">PangoLayoutLine</a> *line);void        <a href="pango-Cairo-Rendering.html#pango-cairo-show-layout">pango_cairo_show_layout</a>         (<ahref="../cairo/cairo-cairo-t.html#cairo-t">cairo_t</a> *cr,                                             <a href="pango-Layout-Objects.html#PangoLayout">PangoLayout</a> *layout);void        <a href="pango-Cairo-Rendering.html#pango-cairo-show-error-underline">pango_cairo_show_error_underline</a>                                            (<ahref="../cairo/cairo-cairo-t.html#cairo-t">cairo_t</a> *cr,                                             double x,                                             double y,                                             double width,                                             double height);void        <a href="pango-Cairo-Rendering.html#pango-cairo-glyph-string-path">pango_cairo_glyph_string_path</a>   (<ahref="../cairo/cairo-cairo-t.html#cairo-t">cairo_t</a> *cr,                                             <a href="pango-Fonts.html#PangoFont">PangoFont</a> *font,                                             <a href="pango-Glyph-Storage.html#PangoGlyphString">PangoGlyphString</a> *glyphs);void        <a href="pango-Cairo-Rendering.html#pango-cairo-layout-line-path">pango_cairo_layout_line_path</a>    (<ahref="../cairo/cairo-cairo-t.html#cairo-t">cairo_t</a> *cr,                                             <a href="pango-Layout-Objects.html#PangoLayoutLine">PangoLayoutLine</a> *line);void        <a href="pango-Cairo-Rendering.html#pango-cairo-layout-path">pango_cairo_layout_path</a>         (<ahref="../cairo/cairo-cairo-t.html#cairo-t">cairo_t</a> *cr,                                             <a href="pango-Layout-Objects.html#PangoLayout">PangoLayout</a> *layout);void        <a href="pango-Cairo-Rendering.html#pango-cairo-error-underline-path">pango_cairo_error_underline_path</a>                                            (<ahref="../cairo/cairo-cairo-t.html#cairo-t">cairo_t</a> *cr,                                             double x,                                             double y,                                             double width,                                             double height);</pre></div><div class="refsect1" lang="en"><a name="object_hierarchy"></a><h2>Object Hierarchy</h2><pre class="synopsis">  GInterface   +----PangoCairoFontMap</pre></div><div class="refsect1" lang="en"><a name="prerequisites"></a><h2>Prerequisites</h2><p>PangoCairoFontMap requires <a href="pango-Fonts.html#PangoFontMap">PangoFontMap</a>.</p></div><div class="refsect1" lang="en"><a name="desc"></a><h2>Description</h2><p>The <a href="http://cairographics.org" target="_top">Cairo library</a> is avector graphics library with a powerful rendering model. It has suchfeatures as anti-aliased primitives, alpha-compositing, andgradients. Multiple backends for Cairo are available, to allowrendering to images, to PDF files, and to the screen on X and on otherwindowing systems. The functions in this section allow using Pangoto render to Cairo surfaces.</p><p>Using Pango with Cairo is straightforward. A <a href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> createdwith <a href="pango-Cairo-Rendering.html#pango-cairo-font-map-create-context"><code class="function">pango_cairo_font_map_create_context()</code></a> can be used on anyCairo context (cairo_t), but needs to be updated to match thecurrent transformation matrix and target surface of the Cairo contextusing <a href="pango-Cairo-Rendering.html#pango-cairo-update-context"><code class="function">pango_cairo_update_context()</code></a>. The convenience functions<a href="pango-Cairo-Rendering.html#pango-cairo-create-layout"><code class="function">pango_cairo_create_layout()</code></a> and <a href="pango-Cairo-Rendering.html#pango-cairo-update-layout"><code class="function">pango_cairo_update_layout()</code></a> handlethe common case where the program doesn't need to manipulate theproperties of the <a href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a>.</p><p>When you get the metrics of a layout or of a piece of a layout usingfunctions such as <a href="pango-Layout-Objects.html#pango-layout-get-extents"><code class="function">pango_layout_get_extents()</code></a>, the reported metricsare in user-space coordinates. If a piece of text is 10 units long,and you call cairo_scale (cr, 2.0), it still is more-or-less 10units long. However, the results will be affected by hinting(that is, the process of adjusting the text to look good on thepixel grid), so you shouldn't assume they are completely independentof the current transformation matrix. Note that the basic metricsfunctions in Pango report results in integer Pango units. To getto the floating point units used in Cairo divide by <a href="pango-Glyph-Storage.html#PANGO-SCALE:CAPS"><code class="literal">PANGO_SCALE</code></a>.</p><div class="example"><a name="rotated-example"></a><p class="title"><b>Example&#160;1.&#160;Using Pango with Cairo</b></p><pre class="programlisting">#include &lt;math.h&gt;#include &lt;pango/pangocairo.h&gt;static voiddraw_text (cairo_t *cr){#define RADIUS 150#define N_WORDS 10#define FONT "Sans Bold 27"  PangoLayout *layout;  PangoFontDescription *desc;  int i;  /* Center coordinates on the middle of the region we are drawing   */  cairo_translate (cr, RADIUS, RADIUS);  /* Create a PangoLayout, set the font and text */  layout = pango_cairo_create_layout (cr);    pango_layout_set_text (layout, "Text", -1);  desc = pango_font_description_from_string (FONT);  pango_layout_set_font_description (layout, desc);  pango_font_description_free (desc);  /* Draw the layout N_WORDS times in a circle */  for (i = 0; i &lt; N_WORDS; i++)    {      int width, height;      double angle = (360. * i) / N_WORDS;      double red;      cairo_save (cr);      /* Gradient from red at angle == 60 to blue at angle == 240 */      red   = (1 + cos ((angle - 60) * G_PI / 180.)) / 2;      cairo_set_source_rgb (cr, red, 0, 1.0 - red);      cairo_rotate (cr, angle * G_PI / 180.);          /* Inform Pango to re-layout the text with the new transformation */      pango_cairo_update_layout (cr, layout);          pango_layout_get_size (layout, &amp;width, &amp;height);      cairo_move_to (cr, - ((double)width / PANGO_SCALE) / 2, - RADIUS);      pango_cairo_show_layout (cr, layout);      cairo_restore (cr);    }  /* free the layout object */  g_object_unref (layout);}int main (int argc, char **argv){  cairo_t *cr;  char *filename;  cairo_status_t status;  cairo_surface_t *surface;  if (argc != 2)    {      g_printerr ("Usage: cairosimple OUTPUT_FILENAME\n");      return 1;    }  filename = argv[1];  surface = cairo_image_surface_create (CAIRO_FORMAT_ARGB32,					2 * RADIUS, 2 * RADIUS);  cr = cairo_create (surface);				    cairo_set_source_rgb (cr, 1.0, 1.0, 1.0);  cairo_paint (cr);  draw_text (cr);  cairo_destroy (cr);    status = cairo_surface_write_to_png (surface, filename);  cairo_surface_destroy (surface);  if (status != CAIRO_STATUS_SUCCESS)    {      g_printerr ("Could not save png to '<code class="literal">s</code>'\n", filename);      return 1;    }  return 0;}</pre></div><div class="figure"><a name="id2893888"></a><p class="title"><b>Figure&#160;1.&#160;Output of <a href="pango-Cairo-Rendering.html#rotated-example" title="Example&#160;1.&#160;Using Pango with Cairo">Example&#160;1, &#8220;Using Pango with Cairo&#8221;</a></b></p><div><img src="rotated-text.png" alt="Output of"></div></div></div><div class="refsect1" lang="en"><a name="details"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2893922"></a><h3><a name="PangoCairoFontMap-struct"></a>PangoCairoFontMap</h3><a class="indexterm" name="id2893935"></a><pre class="programlisting">typedef struct _PangoCairoFontMap PangoCairoFontMap;</pre><p><a href="pango-Cairo-Rendering.html#PangoCairoFontMap"><span class="type">PangoCairoFontMap</span></a> is an interface exported by font maps foruse with Cairo. The actual type of the font map will dependon the particular font technology Cairo was compiled to use.</p><p></p><p>Since  1.10</p></div><hr><div class="refsect2" lang="en"><a name="id2893969"></a><h3><a name="pango-cairo-font-map-new"></a>pango_cairo_font_map_new ()</h3><a class="indexterm" name="id2893984"></a><pre class="programlisting"><a href="pango-Fonts.html#PangoFontMap">PangoFontMap</a>* pango_cairo_font_map_new      (void);</pre><p>Creates a new <a href="pango-Cairo-Rendering.html#PangoCairoFontMap"><span class="type">PangoCairoFontMap</span></a> object; a fontmap is usedto cache information about available fonts, and holdscertain global parameters such as the resolution.In most cases, you can use <a href="pango-Cairo-Rendering.html#pango-cairo-font-map-get-default"><code class="function">pango_cairo_font_map_get_default()</code></a>instead.</p><p>Note that the type of the returned object will dependon the particular font backend Cairo was compiled to use;You generally should only use the <a href="pango-Fonts.html#PangoFontMap"><span class="type">PangoFontMap</span></a> and<a href="pango-Cairo-Rendering.html#PangoCairoFontMap"><span class="type">PangoCairoFontMap</span></a> interfaces on the returned object.</p><p></p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td><td> the newly allocated <a href="pango-Fonts.html#PangoFontMap"><span class="type">PangoFontMap</span></a>, which should              be freed with <ahref="../gobject/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>.</td></tr></tbody></table></div><p>Since  1.10</p></div><hr><div class="refsect2" lang="en"><a name="id2894094"></a><h3><a name="pango-cairo-font-map-get-default"></a>pango_cairo_font_map_get_default ()</h3><a class="indexterm" name="id2894110"></a><pre class="programlisting"><a href="pango-Fonts.html#PangoFontMap">PangoFontMap</a>* pango_cairo_font_map_get_default                                            (void);</pre><p>Gets a default font map to use with Cairo.</p><p></p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td><td> the default Cairo fontmap for <span class="type">Pango</span>. This object is owned by Pango and must not be freed.</td></tr></tbody>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -