blob: d09642a95cf8a8cbbffa578a9526fcc15993dd2b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>games@gentoo.org</email>
<name>Gentoo Games Project</name>
</maintainer>
<longdescription>
This is a sample library which allows you to use TrueType
fonts in your SDL applications. It
comes with an example program "showfont" which displays an
example string for a given
TrueType font file.
</longdescription>
<use>
<flag name="harfbuzz">Use <pkg>media-libs/harfbuzz</pkg> for enhanced font rendering</flag>
</use>
</pkgmetadata>
|