X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/13f64783b1e5ed763a85912e7129d58791de8340..2b249e3c605336c96f189266dc0db91998491449:/tools/mkfontinfo?ds=sidebyside diff --git a/tools/mkfontinfo b/tools/mkfontinfo index 09cc4d2..3be474c 100755 --- a/tools/mkfontinfo +++ b/tools/mkfontinfo @@ -35,6 +35,7 @@ if ($chartables) { next if /^[.-]/; next if $_ eq '>' or $_ eq '='; s/^\\//; # escape + length $_ == 1 or next; # multiple characters lost in query push @{ $charlist{table}->{"$tablegroup/$tablename"} }, $_; push @{ $charlist{table}->{$tablegroup} }, $_; } @@ -99,7 +100,7 @@ for my $chars (values %{$_}) { $charlist{fonts} = \@fontlist; my %osfonts = ( - win95 => [qw( arial arialuni lucidau verdana times courier )], # microsoft + win95 => [qw( arial arialuni lucidau verdana timesnew couriernew )], # microsoft mac10 => [qw( helvetica lucida times garamond palatino )], # apple android => [qw( roboto noto )], # google oss => [qw( dvsans c2k unifont opensans )],