-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
47 lines (34 loc) · 1.76 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<html>
<head>
<link rel="stylesheet" type="text/css" href="res/master.css" />
<title>Devanagari Type Tools</title>
<script type="text/javascript" src="../res/jq.js"></script>
<script type="text/javascript" src="../res/character-set.js"></script>
<script type="text/javascript" src="half-forms.js"></script>
</head>
<body>
<header>
<h2>Devanagari Type Tools</h2>
</header>
<div id="wrapper">
<h1>
This is a small set of tools to easily generate Devanagari test strings and documents that can be useful during typeface design and development.<br/>
</h1>
<br/>
<p>
<a href="consonant-marks/index.html">Consonants with vowel and other signs</a>
<br/>
Use this tool to generate a test string that can list every consonant with every vowel sign (or <i>matra</i>). Optionally, add other signs like <i>candrabindu</i>, <i>anusvara</i> and <i>visarga</i>, as well as the combining mark glyph for <i>reph</i> (Ra + <i>virama</i>) to each combination.
</p>
<p>
<a href="half-forms/index.html">Half forms and biconsonantal conjuncts</a>
<br/>
Generate pairs of half forms followed by full consonants by entering the list of consonants whose half forms have been designed and the consonants that you want to test them against.
</p>
<br/>
<footer>
Devanagari Type Tools has been built by anexasajoop and prtksxna, and is available under the [insert name] license at <a href="http://anexasajoop.github.io/devanagari-type-tools/">anexasajoop.github.io/devanagari-type-tools</a> with sources at <a href="http://github.com/anexasajoop/devanagari-type-tools/">github.com/anexasajoop/devanagari-type-tools</a>
</footer>
</div>
</body>
</html>