X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/bf86f324c9c3bee6d5299307688c79e4fb32dabd..84f6f39be4ffeb6307756b97126ad993bef367a8:/latin.plp diff --git a/latin.plp b/latin.plp index 85cabe4..f8472d7 100644 --- a/latin.plp +++ b/latin.plp @@ -7,8 +7,8 @@ Html({ ], keywords => [qw' latin roman alphabet script letter unicode font glyph abc - writing comparison character sample test language - cursive fraktur + writing comparison character sample test language spelling + cursive fraktur blind deaf '], stylesheet => [qw'light dark red'], }); @@ -19,7 +19,12 @@ Html({ font-family: Suetterlin; /* R. G. Arens */ src: url("/suetterlin.ttf"); } + @font-face { + font-family: Gallaudet; + src: url("/gallaudet.ttf"); + } .glyphs tr:first-child+tr td.di-a { font-family: Suetterlin } + .glyphs tr:first-child+tr+tr td.di-a { font-family: Gallaudet }

Latin alphabet

@@ -34,12 +39,14 @@ use Shiar_Sheet::FormatChar; my $glyphs = Shiar_Sheet::FormatChar->new; unless (exists $get{v}) { $glyphs->{unicode}--; - $glyphs->{digraph}--; + $glyphs->{anno} = []; + $glyphs->{style} = 0; } my %scriptname = ( latn => 'Latin', latfsuet => 'Sütterlin', + ase => 'ASL shapes', brai => 'Braille', morse => 'Morse', );