latin: american sign language spelling alphabet (ttf)
authorMischa POSLAWSKY <perl@shiar.org>
Sat, 13 Mar 2010 00:51:19 +0000 (00:51 +0000)
committerMischa POSLAWSKY <perl@shiar.org>
Thu, 25 Mar 2010 20:47:42 +0000 (20:47 +0000)
gallaudet.ttf [new file with mode: 0644]
latin.plp
writing-latn.inc.pl

diff --git a/gallaudet.ttf b/gallaudet.ttf
new file mode 100644 (file)
index 0000000..dba6a28
Binary files /dev/null and b/gallaudet.ttf differ
index 85cabe4d0a110d9c13e0a79c1e3a3259119b72d7..54846248ce5b0932a548eb4869dc62868e4b8cfe 100644 (file)
--- 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 }
 </style>
 
 <h1>Latin alphabet</h1>
@@ -40,6 +45,7 @@ unless (exists $get{v}) {
 my %scriptname = (
        latn     => 'Latin',
        latfsuet => 'Sütterlin',
+       ase      => '<abbr title="American Sign Lanugage">ASL</abbr> shapes',
        brai     => 'Braille',
        morse    => 'Morse',
 );
index d4fd375d4f0363679285663ed24530c6167952d9..d20c5e4c123fd6af6c23eac7e81667c00f071049 100644 (file)
@@ -1,5 +1,6 @@
 latn     => [qw{ a b c d e f g h i j k l m n o p q r s t u v w x y z }],
 latfsuet => [qw{ a b c d e f g h i j k l m n o p q r ſ s t u v w x y z }],
+ase      => [qw{ a b c d e f g h i j k l m n o p q r s t u v w x y z }],
 brai     => [qw{ ⠁ ⠃ ⠉ ⠙ ⠑ ⠋ ⠛ ⠓ ⠊ ⠚ ⠅ ⠇ ⠍ ⠝ ⠕ ⠏ ⠟ ⠗ ⠎ ⠞ ⠥ ⠧ ⠺ ⠭ ⠽ ⠵ }],
 morse    => [qw{ ‧‑ ‑‧‧‧ ‑‧‑‧ ‑‧‧ ‧ ‧‧‐‧ ‐‐‧ ‧‧‧‧ ‧‧ ‧‐‐‐ ‐‧‐ ‧‐‧‧ ‐‐
                  ‐‧ ‐‐‐ ‧‐‐‧ ‐‐‧‐ ‧‐‧ ‧‧‧ ‐ ‧‧‐ ‧‧‧‐ ‧‐‐ ‐‧‧‐ ‐‧‐‐ ‐‐‧‧ }],