diff options
author | Behdad Esfahbod <freedesktop@behdad.org> | 2008-05-24 15:48:00 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2008-05-24 15:48:00 -0700 |
commit | a572f547fd46bf169b617108552ab0fa280f4813 (patch) | |
tree | 252f04222b39e0ea148cf8f2c2ad050919b11618 /conf.d/65-fonts-persian.conf | |
parent | 0faca4ff826c214c5c5bb0ff7e64a09802230f9d (diff) | |
download | fontconfig-a572f547fd46bf169b617108552ab0fa280f4813.tar.gz |
Persian conf update. (bug 16066).
Diffstat (limited to 'conf.d/65-fonts-persian.conf')
-rw-r--r-- | conf.d/65-fonts-persian.conf | 24 |
1 files changed, 20 insertions, 4 deletions
diff --git a/conf.d/65-fonts-persian.conf b/conf.d/65-fonts-persian.conf index 1a4a3ff..97b783e 100644 --- a/conf.d/65-fonts-persian.conf +++ b/conf.d/65-fonts-persian.conf @@ -28,10 +28,7 @@ 2005-04-03 Behdad Esfahbod: Initial revision. 2005-10-09 Behdad Esfahbod: Turned off back-slant and Tahoma sections. 2005-11-30 Behdad Esfahbod: Set Titr susbtitution size to 24 points. - - Todo: - Add generic font "fantasy". Add some fonts into that category. - Maybe add a "cursive" generic font. + 2008 Behdad Esfahbod: Cleanup. Add fantasy and cursive. --> <fontconfig> @@ -337,6 +334,25 @@ </accept> </alias> + <!-- Persian fantasy fonts --> + <alias> + <family>fantasy</family> + <accept> + <family>Homa</family> + <family>Kamran</family> + <family>Fantezi</family> + <family>Tabassom</family> + </accept> + </alias> + + <!-- Persian (and Urdu) Nastaliq/cursive fonts --> + <alias> + <family>cursive</family> + <accept> + <family>IranNastaliq</family> + <family>Nafees Nastaleeq</family> + </accept> + </alias> <!-- Use Titr in titles --> |