diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-02-19 08:09:28 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-03-11 13:17:36 -0500 |
commit | 5340665b4d62a539d9361d3fb19e15c52dab4ccf (patch) | |
tree | 0f4047dbd9a301abc0465f410e9eb35a2c8357bd | |
parent | db00cbb0d08e512c50e2b0de36f3277ed961cedc (diff) | |
download | pango-5340665b4d62a539d9361d3fb19e15c52dab4ccf.tar.gz |
docs: Tweak fontmap docs
Add summaries, convert markup, etc.
-rw-r--r-- | pango/pango-fontmap.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/pango/pango-fontmap.h b/pango/pango-fontmap.h index 818f3ae9..64b04da3 100644 --- a/pango/pango-fontmap.h +++ b/pango/pango-fontmap.h @@ -57,9 +57,11 @@ typedef struct _PangoContext PangoContext; /** * PangoFontMap: * - * The #PangoFontMap represents the set of fonts available for a - * particular rendering system. This is a virtual object with - * implementations being specific to particular rendering systems. + * A `PangoFontMap` represents the set of fonts available for a + * particular rendering system. + * + * This is a virtual object with implementations being specific to + * particular rendering systems. */ struct _PangoFontMap { |