[pango/gi-docs: 10/50] docs: Remove xml formatting from PangoLayout
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango/gi-docs: 10/50] docs: Remove xml formatting from PangoLayout
- Date: Tue, 16 Feb 2021 04:14:32 +0000 (UTC)
commit cbc2e8c35bf477560fc309fcc659dea1ffb09c23
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]