summaryrefslogtreecommitdiff
path: root/docs/pangoxft.toml.in
blob: f6b8310fbcda3f6426ceed94b53718e58f294b29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[library]
namespace = "PangoXft"
version = "@PANGO_VERSION@"
browse_url = "https://gitlab.gnome.org/GNOME/pango/"
repository_url = "https://gitlab.gnome.org/GNOME/pango.git"
website_url = "https://www.pango.org"
authors = "Owen Taylor, Behdad Esfahbod"
logo_url = "pango-name.png"
license = "LGPL-2.1-or-later"
description = "Xft support for Pango"
dependencies = [ "Pango-1.0", "xft-2.0" ]
devhelp = true
search_index = true

  [dependencies."Pango-1.0"]
  name = "Pango"
  description = "A library for layout out and rendering of text"
  docs_url = "../Pango/"

  [dependencies."xft-2.0"]
  name = "xft"
  description = "X11 client-side font rendering library"
  docs_url = "https://x.org"

[theme]
name = "basic"
show_index_summary = true

[source-location]
base_url = "https://gitlab.gnome.org/GNOME/pango/-/blob/main/"

[extra]
content_files = [
  "pango_xft.md"
]

content_images = [
  "pango-name.png"
]

urlmap_file = "urlmap.js"