summaryrefslogtreecommitdiff
path: root/pango/pango-layout.c
diff options
context:
space:
mode:
Diffstat (limited to 'pango/pango-layout.c')
-rw-r--r--pango/pango-layout.c17
1 files changed, 8 insertions, 9 deletions
diff --git a/pango/pango-layout.c b/pango/pango-layout.c
index 88e142af..810dbb61 100644
--- a/pango/pango-layout.c
+++ b/pango/pango-layout.c
@@ -44,15 +44,14 @@
* character positions within the layout's text, and the physical
* position of the resulting glyphs can be made.
*
- * There are also a number of parameters to adjust the formatting
- * of a #PangoLayout, which are illustrated in <xref linkend="parameters"/>.
- * It is possible, as well, to ignore the 2-D setup, and simply
- * treat the results of a #PangoLayout as a list of lines.
- *
- * <figure id="parameters">
- * <title>Adjustable parameters (on the left) and font metrics (on the right) for a PangoLayout</title>
- * <graphic fileref="layout.png" format="PNG"></graphic>
- * </figure>
+ * There are a number of parameters to adjust the formatting of a
+ * PangoLayout. The following image shows adjustable parameters
+ * (on the left) and font metrics (on the right):
+ *
+ * ![Pango Layout Parameters](layout.png)
+ *
+ * It is possible, as well, to ignore the 2-D setup,
+ * and simply treat the results of a PangoLayout as a list of lines.
*
* The #PangoLayout structure is opaque, and has no user-visible
* fields.