[pango/gi-docs: 3/13] docs: Remove xml formatting from PangoLayout




commit 7954de7c756dafd2301c0122df5af53b07d7e14e
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Feb 3 23:29:44 2021 -0500

    docs: Remove xml formatting from PangoLayout
    
    This is in preparation for going to pure markdown.

 pango/pango-layout.c | 17 ++++++++---------
 1 file 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.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]