diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-08-26 11:26:25 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-08-26 11:26:25 -0400 |
commit | cf6b3e1e84fe35f9b4f15f02a3a28e6f15312b96 (patch) | |
tree | db689868eaf5ab534f24cfafce8bb1a985e6e821 /docs/pango.toml.in | |
parent | 08b30abe550890b2ec5228959f8c88a51891cf10 (diff) | |
download | pango-cf6b3e1e84fe35f9b4f15f02a3a28e6f15312b96.tar.gz |
doc: Update pango_glyph_string_index_to_x
What the docs were saying is no longer strictly true,
now that we are using font metrics. Update them, and
add an illustration.
Diffstat (limited to 'docs/pango.toml.in')
-rw-r--r-- | docs/pango.toml.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/pango.toml.in b/docs/pango.toml.in index 1bcdd4a7..01173997 100644 --- a/docs/pango.toml.in +++ b/docs/pango.toml.in @@ -98,4 +98,6 @@ content_images = [ "caret-metrics-dark.png", "cursor-positions-light.png", "cursor-positions-dark.png", + "glyphstring-positions-light.png", + "glyphstring-positions-dark.png", ] |