diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-02-03 23:29:44 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-03-11 13:17:36 -0500 |
commit | 300850b3e8bb323f8a61a39e71b35d2b4c86802d (patch) | |
tree | 5d22dbb3a0316ec4a59d1d8324c8ab07d9c503c2 | |
parent | 9be0d6e411c5d4540438fcc8ada287a65b15fb8e (diff) | |
download | pango-300850b3e8bb323f8a61a39e71b35d2b4c86802d.tar.gz |
docs: Remove xml formatting from PangoLayout
This is in preparation for going to pure markdown.
-rw-r--r-- | pango/pango-layout.c | 17 |
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. |