blob: 2a0dbcc05a7b1806e50a20a62e31c2856e921179 (
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
|
[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" ]
[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 = "https://developer.gnome.org/pango/stable" # fixme
[dependencies."PangoFc-1.0"]
name = "PangoFc"
description = "Fontconfig support for Pango"
docs_url = "https://developer.gnome.org/pango/stable" # fixme
[dependencies."PangoFT2-1.0"]
name = "PangoFT2"
description = "Freetype support for Pango"
docs_url = "https://developer.gnome.org/pango/stable" # fixme
[dependencies."PangoOT-1.0"]
name = "PangoOT"
description = "OpenType support for Pango"
docs_url = "https://developer.gnome.org/pango/stable" # fixme
[dependencies."PangoXft-1.0"]
name = "PangoXft"
description = "Xft support for Pango"
docs_url = "https://developer.gnome.org/pango/stable" # fixme
[theme]
name = "basic"
[source-location]
base_url = "https://gitlab.gnome.org/GNOME/pango/-/blob/master/"
[extra]
content_files = [
"pango_rendering.md",
]
content_images = [
"pango-name.png",
"layout.png",
"pipeline.png",
"rects1.png",
"rects2.png"
]
|