میں نے" اردو نسخ ایشیا ٹائپ" کو کنورٹ کر کے دیکھا تو یہ رزلٹ ملا
بسم اللہ کے بعد یہ فقرہ لکھا ہوا ہے
"اس فورم میں مختلف بزنس، گرافکس اور ڈیسک ٹاپ پبلشنگ سوفٹ ویر میں اردو استعمال کرنے کے بارے میں ٹیوٹوریل فراہم کیے جائیں گے۔"
اور اس کے بعد بھی مختلف الفاظ مختلف جگہوں سے کاپی کر کے لگا دیے تھے ۔
انگلش کے الفابٹ بالکل غائب ہیں، نیچے ایک لائن میں وہ بھی لکھے تھے،
لیکن فونٹ کنورٹ کرتے ہوئے ایررآرہے تھے ،اور میرے خیال میں اب فونٹ سازی والے اس میں مدد کریں اور آنے والے مسائل کو حل کریں
Read me فائل میں یہ حصہ اہمیت کا حامل ہے لیکن مجھے فونٹ میں آپ کورا ہی سمجھیں۔لیکن ہمارے پاس ایرر اس سے پہلی کمانڈ میں بھی آرہاہے۔جو کہ اوپر تصویر میں نظر آرہا ہو گا۔
3. Run makefont.php script.
* For TrueTypeUnicode:
$ php -q makefont.php myfont.ttf myfont.ufm
* For OpenTypeUnicode:
$ php -q makefont.php myfont.otf myfont.ufm
* For TrueType:
$ php -q makefont.php myfont.ttf myfont.afm
* For OpenType:
$ php -q makefont.php myfont.otf myfont.afm
* For Type1:
$ php -q makefont.php myfont.pfb myfont.afm
You may also specify additional parameters:
MakeFont(string $fontfile, string $fmfile [, boolean $embedded [, $enc="cp1252" [, $patch=array()]]])
* $fontfile : Path to the .ttf or .pfb file.
* $fmfile : Path to the .afm file for Type1 and TrueType or .ufm for TrueTypeUnicode.
* $embedded : Set to false to not embed the font, true otherwise (default).
* $enc : Name of the encoding table to use. Default value: cp1252. Omit this parameter for TrueType Unicode, OpenType Unicode and symbolic fonts like Symbol or ZapfDingBats. The encoding defines the association between a code (from 0 to 255) and a character. The first 128 are fixed and correspond to ASCII. The encodings are stored in .map files. Those available are:
o cp1250 (Central Europe)
o cp1251 (Cyrillic)
o cp1252 (Western Europe)
o cp1253 (Greek)
o cp1254 (Turkish)
o cp1255 (Hebrew)
o cp1257 (Baltic)
o cp1258 (Vietnamese)
o cp874 (Thai)
o iso-8859-1 (Western Europe)
o iso-8859-2 (Central Europe)
o iso-8859-4 (Baltic)
o iso-8859-5 (Cyrillic)
o iso-8859-7 (Greek)
o iso-8859-9 (Turkish)
o iso-8859-11 (Thai)
o iso-8859-15 (Western Europe)
o iso-8859-16 (Central Europe)
o koi8-r (Russian)
o koi8-u (Ukrainian)
Of course, the font must contain the characters corresponding to the chosen encoding. The encodings which begin with cp are those used by Windows; Linux systems usually use ISO.
* $patch : Optional modification of the encoding. Empty by default. This parameter gives the possibility to alter the encoding. Sometimes you may want to add some characters. For instance, ISO-8859-1 does not contain the euro symbol. To add it at position 164, pass array(164=>'Euro').
فونٹ فائلز