summaryrefslogtreecommitdiffstats
path: root/perl-install/lang.pm
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-02-18 17:49:15 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-02-18 17:49:15 +0000
commit4fc55d796a2a5cac48abff76867d7c70dbbc59ca (patch)
tree4de1cebeab226a2d1ab30fbe1c6897a505510073 /perl-install/lang.pm
parent3194ee06cf34bc64750ce9168465230a248752a2 (diff)
downloaddrakx-backup-do-not-use-4fc55d796a2a5cac48abff76867d7c70dbbc59ca.tar
drakx-backup-do-not-use-4fc55d796a2a5cac48abff76867d7c70dbbc59ca.tar.gz
drakx-backup-do-not-use-4fc55d796a2a5cac48abff76867d7c70dbbc59ca.tar.bz2
drakx-backup-do-not-use-4fc55d796a2a5cac48abff76867d7c70dbbc59ca.tar.xz
drakx-backup-do-not-use-4fc55d796a2a5cac48abff76867d7c70dbbc59ca.zip
allow to specify font size in output of l2pango_font
destroy and recreate steps window when charset changed because gtk won't update the font size otherwise
Diffstat (limited to 'perl-install/lang.pm')
-rw-r--r--perl-install/lang.pm21
1 files changed, 11 insertions, 10 deletions
diff --git a/perl-install/lang.pm b/perl-install/lang.pm
index b03de9c1e..d642106f5 100644
--- a/perl-install/lang.pm
+++ b/perl-install/lang.pm
@@ -643,19 +643,20 @@ sub charset2kde_font {
# on the "charset" defined by language array. This allows to selecting
# an appropriate font for each language.
my %charset2pango_font = (
- 'tis620' => "Norasi",
- 'utf_ar' => "KacstBook",
- 'utf_cyr2' => "URW Bookman L",
- 'utf_he' => "ClearlyU",
- 'utf_hy' => "Artsounk",
- 'utf_ka' => "ClearlyU",
- 'utf_ta' => "TSCu_Paranar",
- 'utf_vi' => "ClearlyU",
- 'iso-8859-7' => "Kerkis",
+ 'tis620' => "Norasi 14",
+ 'utf_ar' => "KacstBook 14",
+ 'utf_cyr2' => "URW Bookman L 14",
+ 'utf_he' => "ClearlyU 12",
+ 'utf_hy' => "Artsounk 14",
+ 'utf_ka' => "ClearlyU 14",
+ 'utf_ta' => "TSCu_Paranar 14",
+ 'utf_vi' => "ClearlyU 14",
+ 'iso-8859-7' => "Kerkis 14",
+ 'jisx0208' => "Sans 18",
#- Nimbus Sans L is missing some chars used by some cyrillic languages,
#- but tose haven't yet DrakX translations; it also misses vietnamese
#- latin chars; all other latin and cyrillic are covered.
- 'default' => "Nimbus Sans L"
+ 'default' => "Nimbus Sans L 12"
);
sub charset2pango_font {