font: conversion rules for common ttf files
[sheet.git] / font.plp
index 1e1732b9a46bcd21e716a45c76a6ae53ffbdfeb3..68f613ff2588d6e1539e87124da80f3df6c8477e 100644 (file)
--- a/font.plp
+++ b/font.plp
@@ -26,9 +26,9 @@ use Shiar_Sheet::FormatChar;
 my $glyphs = Shiar_Sheet::FormatChar->new;
 
 my %oslist = (
-       win95 => [qw/arial ariuni verdana times/],
-       mac10 => [qw//],
-       oss   => ['dv ss', qw/droid c2k guf/],
+       win95 => [qw( arial ariuni verdana times )],
+       mac10 => [qw( )],
+       oss   => [qw( dvsans droid c2k guf )],
 
        android => ['droid'],
 );
@@ -54,6 +54,7 @@ my @config = qw(
        punctuation/common punctuation/marks
        latin/sample
        symbols/signs1
+       math/logic
 );
 $_ and m{/*+(.+)} and @config = split /[ ]/, $1 for $ENV{PATH_INFO}, $get{q};
 @config = qw(ipa/cons ipa/vowels) if 0;