HarfBuzz text shaping engine
http://harfbuzz.github.io/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
775 B
24 lines
775 B
<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |
|
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" |
|
xmlns:foaf="http://xmlns.com/foaf/0.1/" |
|
xmlns="http://usefulinc.com/ns/doap#"> |
|
|
|
<name xml:lang="en">harfbuzz</name> |
|
<shortdesc xml:lang="en">Text shaping library</shortdesc> |
|
|
|
<homepage |
|
rdf:resource="http://harfbuzz.org/" /> |
|
<mailing-list |
|
rdf:resource="http://lists.freedesktop.org/mailman/listinfo/harfbuzz" /> |
|
<!--download-page |
|
rdf:resource=""/--> |
|
<bug-database |
|
rdf:resource="https://github.com/harfbuzz/harfbuzz/issues" /> |
|
|
|
<maintainer> |
|
<foaf:Person> |
|
<foaf:name>Behdad Esfahbod</foaf:name> |
|
<foaf:mbox rdf:resource="mailto:harfbuzz@behdad.org" /> |
|
</foaf:Person> |
|
</maintainer> |
|
</Project>
|
|
|