summaryrefslogtreecommitdiff
path: root/docs/pango.toml.in
blob: 56705fe8bbbcefcc2f3e0580834ece132c3540b9 (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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
[library]
namespace = "Pango"
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 = "GPL-2.1-or-later"
description = "Internationalized text layout and rendering"
dependencies = [ "GObject-2.0", "HarfBuzz-0.0", "PangoCairo-1.0",
                 "PangoFc-1.0", "PangoFT2-1.0", "PangoOT-1.0",
                 "PangoXft-1.0" ]
devhelp = true
search_index = true

  [dependencies."GObject-2.0"]
  name = "GObject"
  description = "The base type system library"
  docs_url = "https://developer.gnome.org/gobject/stable"

  [dependencies."HarfBuzz-0.0"]
  name = "HarfBuzz"
  description = "A text shaping library"
  docs_url = "https://harfbuzz.github.io/"

  [dependencies."PangoCairo-1.0"]
  name = "PangoCairo"
  description = "Cairo support for Pango"
  docs_url = "../PangoCairo/"

  [dependencies."PangoFc-1.0"]
  name = "PangoFc"
  description = "Fontconfig support for Pango"
  docs_url = "../PangoFc/"

  [dependencies."PangoFT2-1.0"]
  name = "PangoFT2"
  description = "Freetype support for Pango"
  docs_url = "../PangoFT2/"

  [dependencies."PangoOT-1.0"]
  name = "PangoOT"
  description = "OpenType support for Pango"
  docs_url = "../PangoOT/"

  [dependencies."PangoXft-1.0"]
  name = "PangoXft"
  description = "Xft support for Pango"
  docs_url = "../PangoXft/"

[theme]
name = "basic"
show_index_summary = true

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

[extra]
content_files = [
  "pango_rendering.md",
  "pango_markup.md",
  "pango_fonts.md",
  "pango_bidi.md",
]

content_images = [
  "pango-name.png",
  "layout.png",
  "pipeline.png",
  "rects1.png",
  "rects2.png",
  "arabic-markup.png",
  "blue-text.png"
]