Dear All,
released today samyak-fonts 1.2.2
You can download it by following this link:
<http://sarovar.org/project/showfiles.php?group_id=461&release_id=848>
Now Released tar ball have source files as well script for generating ttf
from it, so now users have options either use binary file or generate same
from source files.
for more information see http://sarovar.org/projects/samyak/
Changelog:
* Tue May 11 2010 Pravin Satpute <pravin.d.s(a)gmail.com> - 1.2.2
- Removed Invalid shapes from Devanagari unicode values, bug 4304
- added U+0D60 character in Malayalam
- added U+0B01, U+0B02 in Oriya
Best Regards.
-----
Pravin S
Hello,
I'm pretty new on this list so let me quickly introduce myself, my name
is René Ribaud, I live in the
south east of France in the Alps. I work in computer science
(Unix/Linux/storage) for a big computing company.
I have used Fedora for several years and I would like to bring my small
contribution to this project by packaging software.
I would like to package the KanjiStrokeOrder font provide here :
http://sites.google.com/site/nihilistorguk/
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.
Most of my questions are related to fontconfig.
I have read this : "You should always consider adding fontconfig tuning
to your font packages." and this is the beginning of my problems. :)
So I have written the simple, minimal fontconfig file provided below :
/<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
<fontconfig>
<alias>
<family>KanjiStrokeOrders</family>
<default>
<family>sans-serif</family>
</default>
</alias>
</fontconfig>
/
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.
So I wonder :
- If the fontconfig file is fine or need more information inside ?
- If the prefix is the good one and maybe more rules to select it ?
All advises regarding these points will be welcomed.
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.
SPEC : http://uggla.free.fr/rpmbuild/SPECS/kanjistrokeorders-fonts.spec
SRPM :
http://uggla.free.fr/rpmbuild/SRPMS/12/kanjistrokeorders-fonts-2.014-2.fc12…
Best regards.
René