mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Use font 'Scheherazade' in tests of Arabic docs
We do not currently have any Arabic documents, but when we do, these fonts will be used for the tests that use system fonts. They can be installed on Debian-type systems from the 'fonts-sil-scheherazade' package.
This commit is contained in:
parent
b7dd5ade94
commit
36b9b9737e
@ -99,6 +99,12 @@ if ($fontT eq "systemF") {
|
||||
$font{sans} = "NanumGothic";
|
||||
$font{typewriter} = "NanumGothic";
|
||||
}
|
||||
elsif ($lang eq "ar" ) {
|
||||
# available in 'fonts-sil-scheherazade' package
|
||||
$font{roman} = "Scheherazade";
|
||||
$font{sans} = "Scheherazade";
|
||||
$font{typewriter} = "Scheherazade";
|
||||
}
|
||||
else {
|
||||
# default system fonts
|
||||
$font{roman} = "FreeSans";
|
||||
|
Loading…
Reference in New Issue
Block a user