<div dir="ltr">Initial draft:<br>


        
        
        
        


<p style="margin-bottom:0cm"><i><u><b>Project: </b></u></i><span style="font-style:normal"><span style="text-decoration:none"><span style="font-weight:normal">
To make a testing application for assessing the quality of Open Type
fonts for Indic scripts.</span></span></span></p>
<p style="margin-bottom:0cm;font-style:normal;font-weight:normal;text-decoration:none">
<br>
</p>
<p style="margin-bottom:0cm"><i><u><b>Motivation: </b></u></i>
</p>
<p style="margin-bottom:0cm;font-style:normal;font-weight:normal;text-decoration:none">
I am personally interested in doing this project because, I have been
using applications like MS Word, Photoshop, GIMP etc,  throughout and
require varied fonts with nice looks and appearance.</p>
<p style="margin-bottom:0cm;font-style:normal;font-weight:normal;text-decoration:none">
However unfortunately whenever it came to Hindi my choices got
narrowed to 3 or 4 fonts only as compared to at least 40-50 choices
for the Roman script. Thus, making this tool would allow font
developers to contribute more good quality Open Type fonts for Indic
script.   
</p>
<p style="margin-bottom:0cm"><br>
</p>
<p style="margin-bottom:0cm"><i><u><b>Implementation Details:</b></u></i></p>
<p style="margin-bottom:0cm;font-style:normal;font-weight:normal;text-decoration:none">
<br>
</p>
<p style="margin-bottom:0cm;font-style:normal;font-weight:normal;text-decoration:none">
I will be implementing this application for the Devanagri script. To
implement the testing application what I propose to do is, first of
all set standards or rule-sets ie what to search for in any Devanagri
script. There exists a current application called fontQA but that
runs only inside FontLabs, which is not freely available, therefore
it is very difficult to try, modify and test it.</p>
<p style="margin-bottom:0cm;font-style:normal;font-weight:normal;text-decoration:none">
Therefore I plan to make a separate application.</p>
<p style="margin-bottom:0cm;font-style:normal;font-weight:normal;text-decoration:none">
<br>
</p>
<p style="margin-bottom:0cm;font-style:normal;font-weight:normal;text-decoration:none">
Illustrating what I would like to look for in the Devanagri script,
ie the standards followed by uniscribe used by microsoft . Is listed
below:</p>
<ol><li><p style="margin-bottom:0cm;font-style:normal;font-weight:normal;text-decoration:none">
        Positioning of dots,  dot is present at the bottom of the consonant.</p>
        </li><li><p style="margin-bottom:0cm;font-style:normal;font-weight:normal;text-decoration:none">
        How joining of conjoined consonants is  done like the letter ksha.</p>
        </li><li><p style="margin-bottom:0cm;font-style:normal;font-weight:normal;text-decoration:none">
        Positioning of reph over the base line when the letter ra is
        conjoined  with any consonant.</p>
        </li><li><p style="margin-bottom:0cm;font-style:normal;font-weight:normal;text-decoration:none">
        Below base conjoining of ra with a consonant, like dra.</p>
        </li><li><p style="margin-bottom:0cm;font-style:normal;font-weight:normal;text-decoration:none">
        Half form of consonants, wherein only half form of a consonant is
        used, like the ka in the word waqt.</p>
        </li><li><p style="margin-bottom:0cm;font-style:normal;font-weight:normal;text-decoration:none">
        Conjunction of ta with ra .</p>
        </li><li><p style="margin-bottom:0cm;font-style:normal;font-weight:normal;text-decoration:none">
        Conjunction of da as in the word vidya.</p>
        </li><li><p style="margin-bottom:0cm;font-style:normal;font-weight:normal;text-decoration:none">
        The matra of e used in consonants.</p>
        </li><li><p style="margin-bottom:0cm;font-style:normal;font-weight:normal;text-decoration:none">
        Formation of reph.</p>
        </li><li><p style="margin-bottom:0cm;font-style:normal;font-weight:normal;text-decoration:none">
        Use of anuswar and chandra bindu with other vowel matras.</p>
        </li><li><p style="margin-bottom:0cm;font-style:normal;font-weight:normal;text-decoration:none">
        Use of halant.</p>
</li></ol>
<p style="margin-bottom:0cm;font-style:normal;font-weight:normal;text-decoration:none">
<br>
</p>
<p style="margin-bottom:0cm;font-style:normal;font-weight:normal;text-decoration:none">
The above points can be extended further, to improve quality
assessment.</p>
<p style="margin-bottom:0cm;font-style:normal;font-weight:normal;text-decoration:none">
<br>
</p>
<p style="margin-bottom:0cm;font-style:normal;font-weight:normal;text-decoration:none">
These characteristic features would be identified in some standard
font, like MANGAL or which is the best available standard. Two fonts
will be compared based on how close/similar they are to these
standards, and the developer would be shown the shortcomings in each
of the form so that they will have point wise difference between the
fonts, which otherwise needs qualitative judgement.</p>
<p style="margin-bottom:0cm;font-style:normal;font-weight:normal;text-decoration:none">
<br>
</p>
<p style="margin-bottom:0cm;font-style:normal;font-weight:normal;text-decoration:none">
To really compare two fonts we would be needing to compare their GSUB
and GPOS methods used  when formation of the text is done. So I would
be using the FreeType library to analyse the fonts.</p></div>