X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/0afa5f70a0d6ca06d8ebe1724d1032b157057049..e155b6dc4a8a43375d222c6a920a59fceb23e128:/latin.plp diff --git a/latin.plp b/latin.plp index 162a0b6..f91055d 100644 --- a/latin.plp +++ b/latin.plp @@ -7,12 +7,26 @@ Html({ ], keywords => [qw' latin roman alphabet script letter unicode font glyph abc - writing comparison character sample test language + writing comparison character sample test language spelling + cursive fraktur blind deaf '], stylesheet => [qw'light dark red'], }); :> + +

Latin alphabet

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