X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/0afa5f70a0d6ca06d8ebe1724d1032b157057049..d96b16650836046f79dc76641681445f97bd60ce:/latin.plp diff --git a/latin.plp b/latin.plp index 162a0b6..f8472d7 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} = []; + $glyphs->{style} = 0; } my %scriptname = ( latn => 'Latin', + latfsuet => 'Sütterlin', + ase => 'ASL shapes', brai => 'Braille', morse => 'Morse', );