<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000">
Hello,<br>
<br>
I'm pretty new on this list so let me quickly introduce myself, my
name is Ren&eacute; Ribaud, I live in the<br>
south east of France in the Alps. I work in computer science
(Unix/Linux/storage) for a big computing company.<br>
I have used Fedora for several years and I would like to bring my
small contribution to this project by packaging software.<br>
<br>
I would like to package the KanjiStrokeOrder font provide here :
<a class="moz-txt-link-freetext" href="http://sites.google.com/site/nihilistorguk/">http://sites.google.com/site/nihilistorguk/</a><br>
However despite I have read documentation on the Fedora wiki, I still
have some doubts or questions. That's the reason why I'm writing on
this list.<br>
<br>
Most of my questions are related to fontconfig.<br>
I have read this : "You should always consider adding fontconfig
tuning to your font packages." and this is the beginning of my
problems. :)<br>
<br>
So I have written the simple, minimal fontconfig file provided below :<br>
<br>
<i>&lt;?xml version="1.0" encoding="UTF-8"?&gt;<br>
&lt;!DOCTYPE fontconfig SYSTEM "../fonts.dtd"&gt;<br>
&lt;fontconfig&gt;<br>
&nbsp; &lt;alias&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;family&gt;KanjiStrokeOrders&lt;/family&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;default&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;family&gt;sans-serif&lt;/family&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;/default&gt;<br>
&nbsp; &lt;/alias&gt;<br>
&lt;/fontconfig&gt;<br>
</i><br>
<br>
And I choose the lowest priority font prefix 69, to not overwrite any
font settings and also because the definition "Fonts with less common
encodings, ending with fonts that provide
coverage of exotic unicode blocks at the expense of drawing quality"
seems to be good for this font.<br>
<br>
So I wonder :<br>
- If the fontconfig file is fine or need more information inside ?<br>
- If the prefix is the good one and maybe more rules to select it ?<br>
<br>
All advises regarding these points will be welcomed.<br>
<br>
I also provide the following links, this is not for a review, I will
ask for one later. But it may be interesting for you.<br>
SPEC :
<a class="moz-txt-link-freetext" href="http://uggla.free.fr/rpmbuild/SPECS/kanjistrokeorders-fonts.spec">http://uggla.free.fr/rpmbuild/SPECS/kanjistrokeorders-fonts.spec</a><br>
SRPM :
<a class="moz-txt-link-freetext" href="http://uggla.free.fr/rpmbuild/SRPMS/12/kanjistrokeorders-fonts-2.014-2.fc12.src.rpm">http://uggla.free.fr/rpmbuild/SRPMS/12/kanjistrokeorders-fonts-2.014-2.fc12.src.rpm</a><br>
<br>
Best regards.<br>
Ren&eacute;<br>
</body>
</html>