function liangcui() {if (validateMode()==1) HtmlEdit.document.execCommand('saveas','true','.htm')}
function trestart(){ HtmlEdit.document.body.innerHTML = "";} function trestart1(){ HtmlEdit.document.body.innerHTML = "<DIV style=\"DIRECTION: ltr; WRITING-MODE: tb-rl; HEIGHT: 388px; dir: RTL\">"+HtmlEdit.document.body.innerHTML+"</DIV>";} function trestart2() {if (! validateMode()) return; HtmlEdit.focus(); var range=HtmlEdit.document.selection.createRange(); var cccc="<DIV style=\"WRITING-MODE: tb-rl;WIDTH: 16px; HEIGHT: 16px\">"+HtmlEdit.document.selection.createRange().text+"abc</DIV>" range.pasteHTML(cccc)}
function InsertTable() {if (! validateMode()) return; HtmlEdit.focus(); var range=HtmlEdit.document.selection.createRange(); var s=prompt("请输入4位数:前2位是行数,后2位是列数。列数十位为0的可免0\n若头4位格式非法则视为输入'0101'",""); if(s){ if(s.substring(0,2)>=1 &&s.substring(2,4)>=1&&s.substring(0,1)>=0&&s.substring(1,2)>=0&&s.substring(2,3)>=0&&s.substring(3,4)>=0) {s=s;} else {s="0101"} {rows=s.substring(0, 2); columns=s.substring(2, 4); var tablehtml=""; tablehtml=tablehtml+"<table border=1 cellspacing=0><tr><td></td>"; for (j=2;j<=columns;j++) tablehtml=tablehtml+"<td></td>"; for (i=2;i<=rows;i++) {tablehtml=tablehtml+"<tr>"; for (j=1;j<=columns;j++) tablehtml=tablehtml+"<td></td>";} tablehtml=tablehtml+"</tr></table>"; window.returnValue=tablehtml; var arr=tablehtml; if (arr !=null) range.pasteHTML(arr); } HtmlEdit.focus(); }}
function ggghhh() {if (! validateMode()) return; HtmlEdit.focus(); var range=HtmlEdit.document.selection.createRange(); var cccc="<span style='text-decoration:overline'>"+HtmlEdit.document.selection.createRange().text+"</span> " if (HtmlEdit.document.selection.createRange().text !="") range.pasteHTML(cccc)}
function tupian() {if (! validateMode()) return; HtmlEdit.focus(); var range=HtmlEdit.document.selection.createRange(); var arr =prompt("插入图片,请输入西文字符:(支持格式为:gif、jpg、png、bmp)\n含有中文的,请随便输入个西文字符,然后在源码下修改\n若是如http:///的,注意是三撇",""); if(arr != null && arr !="") {var strf="<img src="+arr+">"; range.pasteHTML(strf);} }
function foreColor() { if (! validateMode()) return; var arr=rrrrr.value; if (arr !=null) format('forecolor', arr); else HtmlEdit.focus(); }
function Ywwww() {if (! validateMode()) return; HtmlEdit.focus(); var range=HtmlEdit.document.selection.createRange(); {format('createLink')}}
SEP_PADDING=2 HANDLE_PADDING=2 var yToolbars=new Array(); var YInitialized=false; var bLoad=false var pureText=true var bodyTag="<html><head><style type=\"text/css\">body{font-size: 14pt;}</style><meta http-equiv=Content-Type content=\"text/html; charset=gb2312\"></head><BODY bgcolor=\"#bdbdbd\" MONOSPACE></BODY></html>" var bTextMode=false public_description=new Editor function document.onreadystatechange(){ if (YInitialized) return; YInitialized=true; var i, s, curr; for (i=0; i<document.body.all.length; i++) {curr=document.body.all[i]; if (curr.className=="yToolbar") {InitTB(curr); yToolbars[yToolbars.length]=curr; }} DoLayout(); window.onresize=DoLayout; HtmlEdit.document.open(); HtmlEdit.document.write(bodyTag); HtmlEdit.document.close(); HtmlEdit.document.designMode="On";} function InitBtn(btn) {btn.onmouseover=BtnMouseOver; btn.onmouseout=BtnMouseOut; btn.onmousedown=BtnMouseDown; btn.onmouseup=BtnMouseUp; btn.ondragstart=YCancelEvent; btn.onselectstart=YCancelEvent; btn.onselect=YCancelEvent; btn.YUSERONCLICK=btn.onclick; btn.onclick=YCancelEvent; btn.YINITIALIZED=true; return true;} function InitTB(y) {y.TBWidth=0; if (! PopulateTB(y)) return false; y.style.posWidth=y.TBWidth; return true;} function YCancelEvent() {event.returnValue=false; event.cancelBubble=true; return false;} function PopulateTB(y) {var i, elements, element; elements=y.children; for (i=0; i<elements.length; i++){ element=elements[i]; if (element.tagName=="SCRIPT" || element.tagName=="!") continue; switch (element.className){ case "Btn":if (element.YINITIALIZED==null){ if (! InitBtn(element)) return false; } element.style.posLeft=y.TBWidth; y.TBWidth+=element.offsetWidth+1; break; case "TBGen":element.style.posLeft=y.TBWidth; y.TBWidth+=element.offsetWidth+1; break; case "TBSep":element.style.posLeft=y.TBWidth+2; y.TBWidth+=SEP_PADDING; break; case "TBHandle":element.style.posLeft=2; y.TBWidth+=element.offsetWidth+HANDLE_PADDING; break; default:return false; }} y.TBWidth+=1; return true;} function DebugObject(obj) {var msg=""; for (var i in TB){ ans=prompt(i+"="+TB[i]+"\n"); if (! ans) break; }} function LayoutTBs() {NumTBs=yToolbars.length; if (NumTBs==0) return; var i; var ScrWid=(document.body.offsetWidth) - 6; var TotalLen=ScrWid; for (i=0 ; i<NumTBs ; i++){ TB=yToolbars[i]; if (TB.TBWidth>TotalLen) TotalLen=TB.TBWidth; } var PrevTB; var LastStart=0; var RelTop=0; var LastWid, CurrWid; var TB=yToolbars[0]; TB.style.posTop=0; TB.style.posLeft=0; var Start=TB.TBWidth; for (i=1 ; i<yToolbars.length ; i++){ PrevTB=TB; TB=yToolbars[i]; CurrWid=TB.TBWidth; if ((Start+CurrWid)>ScrWid){ Start=0; LastWid=TotalLen - LastStart; } else{ LastWid=PrevTB.TBWidth; RelTop -=TB.offsetHeight; } TB.style.posTop=RelTop; TB.style.posLeft=Start; PrevTB.style.width=LastWid; LastStart=Start; Start+=CurrWid; } TB.style.width=TotalLen - LastStart; i--; TB=yToolbars[i]; var TBInd=TB.sourceIndex; var A=TB.document.all; var item; for (i in A){ item=A.item(i); if (! item) continue; if (! item.style) continue; if (item.sourceIndex<=TBInd) continue; if (item.style.position=="absolute") continue; item.style.posTop=RelTop; }} function DoLayout() {LayoutTBs();} function BtnMouseOver() {if (event.srcElement.tagName !="IMG") return false; var image=event.srcElement; var element=image.parentElement; if (image.className=="Ico") element.className="BtnMouseOverUp"; else if (image.className=="IcoDown") element.className="BtnMouseOverDown"; event.cancelBubble=true;} function BtnMouseOut() {if (event.srcElement.tagName !="IMG"){ event.cancelBubble=true; return false; } var image=event.srcElement; var element=image.parentElement; yRaisedElement=null; element.className="Btn"; image.className="Ico"; event.cancelBubble=true;} function BtnMouseDown() {if (event.srcElement.tagName !="IMG"){ event.cancelBubble=true; event.returnValue=false; return false; } var image=event.srcElement; var element=image.parentElement; element.className="BtnMouseOverDown"; image.className="IcoDown"; event.cancelBubble=true; event.returnValue=false; return false;} function BtnMouseUp() {if (event.srcElement.tagName !="IMG"){ event.cancelBubble=true; return false; } var image=event.srcElement; var element=image.parentElement; if (element.YUSERONCLICK) eval(element.YUSERONCLICK+"anonymous()"); element.className="BtnMouseOverUp"; image.className="Ico"; event.cancelBubble=true; return false;} function getEl(sTag,start) {while ((start!=null) && (start.tagName!=sTag)) start=start.parentElement; return start;} function cleanHtml() {var fonts=HtmlEdit.document.body.all.tags("FONT"); var curr; for (var i=fonts.length - 1; i>=0; i--){ curr=fonts[i]; if (curr.style.backgroundColor=="#bbbbbb") curr.outerHTML=curr.innerHTML; }} function getPureHtml() {var str=""; var paras=HtmlEdit.document.body.all.tags("P"); if (paras.length>0){ for (var i=paras.length-1; i>=0; i--) str=paras[i].innerHTML+"\n"+str; } else{ str=HtmlEdit.document.body.innerHTML; } return str;} function Editor() {this.put_HtmlMode=setMode; this.put_value=putText; this.get_value=getText;} function getText() {if (bTextMode) return HtmlEdit.document.body.innerText; else {cleanHtml(); return HtmlEdit.document.body.innerHTML; }} function putText(v) {if (bTextMode) HtmlEdit.document.body.innerText=v; else HtmlEdit.document.body.innerHTML=v;} function UserDialog(what) {if (!validateMode()) return; HtmlEdit.document.execCommand(what, true); pureText=false; HtmlEdit.focus();} function validateMode() {if (! bTextMode) return true; alert("请取消“查看HTML源代码”选项,然后再使用系统编辑功能!"); HtmlEdit.focus(); return false;} function format(what,opt) {if (!validateMode()) return; if (opt=="removeFormat") {what=opt; opt=null; } if (opt==null) HtmlEdit.document.execCommand(what); else HtmlEdit.document.execCommand(what,"",opt); pureText=false; HtmlEdit.focus();} function setMode(newMode) {var cont; bTextMode=newMode; if (bTextMode){ cleanHtml(); cont=HtmlEdit.document.body.innerHTML; HtmlEdit.document.body.innerText=cont; } else{ cont=HtmlEdit.document.body.innerText; HtmlEdit.document.body.innerHTML=cont; } HtmlEdit.focus();} </SCRIPT><SCRIPT language=vbs> sub helpa() msgbox"用法:"+Chr(10)+"1,点[竖排]后,双击编辑窗口中部即可竖排输入文字等"+Chr(10)+"2,任何时候[清除]后,不仅清除,而且进入横排模式"+Chr(10)+"3,任何时候[竖排]后,都是当前全文被装入竖排容器,为竖"+Chr(10)+"排模式,另外鼠标至[竖排][元竖]等键可见说明"+Chr(10)+"————————"+Chr(10)+"4,特别注意焦点如光标一般应在竖排容器内为闪动状态"+Chr(10)+"5,连续的西文字符视作一个单词,将不被放至两行"+Chr(10)+"6,可能不支持框架脚本 //但支持表格等"+Chr(10)+"7,顶线功能必须先选中字串,顶线字串后的空格最好别删"+Chr(10)+"8,保存时语言请选GB2312"+Chr(10)+"9,编辑器后缀名hta最好别改动 //竖排需IE5.5或以上"+Chr(10)+"10,直观特别是任意拖动网页元素编辑很方便"+Chr(10)&Chr(10)+"技巧:"+Chr(10)+"[shift+回车键]=换行;而[回车键]=[换行+换行]"+Chr(10)+"[ctrl+x]=剪切;[ctrl+c]=复制;[ctrl+v]=粘贴"+Chr(10)+"选中对象可拖动 //文件拖动到编辑窗口中则被打开"+Chr(10)+"直接复制图片等粘贴或拖动到编辑窗口中可自动链接并显示"+Chr(10)+"表格后输入文字,点表格边框,再点'左'试下"+Chr(10)&Chr(10)+"说明:"+Chr(10)+"现今竖排不很爽,是多方面人为的结果"+Chr(10)+"参考了一些网页编辑器,菜鸟某某主要增加了竖排代码"+Chr(10)+"简单实用,功能蛮多,希望行家能重视竖排软件的开发"+Chr(10)+"谢谢各位原作者,一些人正需要这个,若有侵权,望能包涵"+Chr(10)&Chr(10)+"2007-08-06",0,"横竖排多能实用编辑器信息" end sub </SCRIPT> </BODY></HTML>
Mongolian Keyboard Driver (Mondrive v1.0)[Size: 156 Kb] This is very nice mongolian keyboard driver only for windows 9X. It has no effect for your computer speed. Mondrive 1.0 is the improved last version. It's freeware, so that you can use it freely. Have a fun.
Mongolian Keyboard layout (For Windows 2000/NT) [Size: 165 Kb, exe. file] This is a program, which adds to your computer the mongolian layout for windowsNT/2000. It uses the new mongolian layout (UTF-8). Please, go to control panel -> keyboard->input locales section then choose "Swedish" or what you want, in "INPUT LOCALE" field and "Mongolian (standard)" in "Keyboard layout/IME" field. It uses Unicode.
Mongolian cyrillic fonts [Size: 218 Kb] This is a self extractable package, which contains the standard cyrillic mongolian fonts Arial Mon and NewtonCTT. Have got you mongolian fonts? Let's download and install it.
Unicode fonts installer This is a self extractable package, which contains the unicode fonts Microsoft Sans Seif and Tahoma. If you don't or not right see this page in mongolian, please download & install it. Any problem now?
Mongolian Keyboard Driver (Mon1251) [Size: 165 Kb] Mondrive is a small programm to install mongolian keyboard layout for win-1251. If you use not unicode supported programms on WindowsXP, you become a problem, which is oe, ue not right express. Certainly, this program runs on Windows XP. You have to use mongolian old fonts, which are not unicode supported and using single byte encoding. For instance Arial Mon, Newton CTT etc. Aber you can use only one unicode font "Arhangai". If you don't see language bar on system taskbar, please choose from control panel->regional and language Option->languages->details->language bar...->show the Language bar on the desktop and show additional language bar icons in the Notification area. Goood luck!
Mongolian keyboard driver for (linux) Xwindows[Size: 14,9 Kb] This is the standard driver for mongolian on linux under xWindow system. Please, read the instruction file, namely readme.txt carefully. This driver uses the unicode standard. So that, after the installation please use any unicode fonts or "Arhangai" font. This driver was tested on SuSE Linux 7.3/8.0/ 8.1 KDE- 2.2/3.0 by me. If you have a questions, please send via the email badral@chinggis.com Goood luck!
Windows1251 to Unicode (UTF-8) converter[Size: ~270 Kb] This is a mongolian cp1251 encoded text to utf-8 encoded text conversion program. May be very useful for web masters. ;-) Please use only for cp1251 encoded text files. Feedback: to badral@chinggis.com
Windows1251 <-> Unicode (UTF-8) converter for Unix/Linux[Size: ~13.6 Kb] This is a mongolian cp1251 encoded text to/from utf-8 encoded text conversion program. May be very useful for web masters. ;-) Please use only for cp1251 encoded text files. inconv doesn't work for conversion of mongolian Unicode text to CP1251 and for another direction works not correct for mongolian. So, I've written this program. Feedback: to badral@chinggis.com
MonKey mongolian virtual keyboard[Size: ~21.0 Kb] This is a mozilla extension program which offers a mongolian(cyrllic) writing support on mozilla based browsers. Author is Delgerdalai (DynamicSoft.)
Mongolian Virtual Keyboard v1.0 If you have a german keyboard, you can generate mongolian text in Unicode with this tools. It is not powerful for very long text.
Mongolian Virtual Keyboard v1.1 If you have a english keyboard, you can generate mongolian text in Unicode with this tools. It is not powerful for very long text.
Mongolian TextEditor (javax.swing) is a powerful online tool, which is in java written, to generate cyrillic mongolian text. This runs on the environment of java plug-in 2.0. Because it uses the java.swing package.
Mongolian Virtual Keyboard v1.2 is a powerful online tool, which is in java written, to generate cyrillic mongolian text. This runs on the environment of java plug-in 1.2. This is written for real german keyboard.
Unicode/Windows1251 Converter Tools
Charset Converter v1.0 is a very powerful online tool to convert the cyrillic mongolian text (by win1251 encoded) to cyrillic mongolian unicode text and vs. It means, this tool converts the mongolian texts from win1251 encoding to unicode encoding.
Latin to Cyrillic Converter v1.0 is a very powerful online tool to convert the the latin mongolian text to cyrillic mongolian text (win1251 encoded!) and vs. It means, this tool converts mongolian texts to latin texts for win1251 encoding and vice versa.
Latin to Cyrillic Converter v1.1 is a very powerful online tool to convert the the latin mongolian text to cyrillic mongolian text (unicode encoded!) and vs. It means, this tool converts mongolian texts to latin texts for unicode encoding and vice versa.
At the University of Sofia (Bulgaria), several font zip files containing the Mongolian fonts CMsHuree, CMsUlaanbaatar and CMsUrga, and the Mongolian font family TimesNewRomanMon. See also here.
Andrew West's great intro page to the 'Phags-pa script, a Brahmic script based on Tibetan that was used for writing Mongolian, Chinese and other languages during the Mongolian Yuan dynasty (1271-1368). Although it is no longer used for Mongolian and Chinese, it is still used to a limited extent as a decorative script for writing Tibetan. Unlike other Brahmic scripts, 'Phags-pa was written vertically from left to right after the manner of the Uighur-derived Mongolian script. The script is named after its creator, the Tibetan lama known by the title 'Phags-pa Lama "Reverend Lama" (1239-1280). < a>with samples of BabelStone Phags-pa Book, BabelStone Phags-pa Tibetan A, BabelStone Phags-pa Tibetan B, BabelStone Phags-pa Seal. These fonts were made in 2006 by Andrew West.
Brian Moses Hall
Brian Moses Hall developed Classical Mongolian. Mac only. See also here.
Spanish language site for various non-Latin language fonts. A sampling: Afus Deg Wfus 2 (for Berber), AlKatib1 (2001, an Arabic face by Naseem Amjad), Albanian, Alice_0 (Lao face by by Ngakham Southichack), LAOMAY_5 CHAREUNSILP (Lao face by by Soupasith Bouahom), Arial AMU (1999, Armenian face by Ruben Tarumian), BaltFrutigerLight, BaltHelveticaMedium, BaltNewCenturySchoolbookMedium, BaltOptimaMedium, BaltTiffanyMedium, BaltUniversityMedium, CarloAtor (1997, Arabic family by Timm Erickson, Summer Institute of Linguistics), Caligraf-W, Ciula (1996, a Romanian face by Paul Hodor), Cursiv (Romanian), AnlongvillKhek, GabrialAtor (another Arab family by Timm Erickson), Gin, Greek (1993, by Peter J. Gentry & Andrew M. Fountain), HandSign (1993, Sam Wang), HFMassisShantNUnicode (1990-1994, an Armenian unicode face by BYTEC Computers and Massis Graphics), HONGKAD (1994, a family by Dr. Hongkad Souvannavong), IsmarBold, IsmarLight, Lakshmi, X000000A (1994, a lao face by Sith Bouahom), LAOMAY_2-CHAREUNSILP, Alice3Medium, Alice0Medium, Langagedessignes (1998, by Philippe and François Blondel), NorKirk (1997, a great Armenian face by Ruben Tarumian), NovaTempo (for Esperanto), Pazmaveb (for Armenian), ILPRumanianB100 (1996, by Charles J. Coker), Saysettha-Lao, Saysettha-LaoBold, SenzorgaAnhok, Timok, Tribuno, Turn-W, TimesUnicode, ArialAMU, PoliceTypeAPI (for Armenian), Cieszyn-Regular, PoojaNormal, Shibolet (1995, Hebrew), Shree-Ass-0552 (2000, by Modular InfoTech), Tudor-Semi-Lite, Webdunia, TimesNRCzech, TNRLiboriusVII (2001, a fully accented Times face by Libor Sztemon), GreatMoravia (2001 Libor Sztemon, Czechia), Johaansi-ye-Peyravi (2001, a full accent blackletter face by Libor Sztemon, Czechia), TimesNREuskaraEuransiEsperanto (2001, Libor Sztemon).
Koshin Suzuki's free fonts for Tibetan (part of his SuzTib package) and Sanskrit, Pali and Tibetan (his SuzBud package), as well as his free font A1Suzuki for Sanskrit, Pali, Tibetan, English, French, German, Pin-in and Mongolian. here include The list: A1Suzuki, KanbunU (1999), SuzBudCU, SuzBudRU, SuzBudW, SuzEurU, SuzTibA, SuzTibAD, SuzTibAU, SuzTibB, SuzTibBD, SuzTibBU, SuzTibBY, SuzTibC, SuzTibN, SuzTibR, SuzTibRD, SuzTibRU, SuzTibRY, SuzTibY, A1Ghos (2000), SuzBudC, SuzBudR, SuzEur. All were made by Suzuki in 1999-2000.
General links on typography and fonts, compiled by Denis Roegel (with earlier contributions by Karl Tombre who is no longer involved). Very, very useful. This page contains, among other things:
METAFONT for Beginners (Geoffrey Tobin)
The METAFONT book (TeX source) (Donald E. Knuth)
How to Create Your Own Symbols in METAFONT and for use in LaTeX Documents (Richard Lin)
Milieu -- METAFONT and Linux: A Personal Computing Milieu (Thomas Dunbar)
Simple drawings with METAFONT (Zdenek Wagner)
Some METAFONT Techniques (article from TUGboat, 10 pages) (Yannis Haralambous)
List of all available Metafont fonts
Liam Quin's Metafont Guide (last version)
MetaFog: Converting METAFONT Shapes to Contours (Richard J. Kinch)
METAFONT source
Design of a new font family (slides) (Gerd Neugebauer) (1996)
PERL Module for reading .tfm files (Jan Pazdziora) (1997)
fig2mf (UNIX manual) (Anthony Starks)
bm2font (Friedhelm Sowa)
Essay on math symbols by Paul Taylor
drgen genealogical symbol font by Denis Roegel, 1996
Chess fonts
The Marvosym Font Package (Martin Vogels)
Eurosymbol, another font for the euro symbol
Lots of stuff on virtual fonts
P. Damian Cugley's Malvern (Greek) font
Yannis Haralambous's Omega project
DC and EC fonts by Joerg Knappen
Technical notes on Postscript fonts, and Postscript fonts in TEX
Computer Modern type 1 fonts
Articles on computer typography by Sebastian Rahtz, Aarno Hohti & Okko Kanerva, Richard J. Kinch, Basil K. Malyshev, Hirotsugu Kakugawa, Karl Berry, Victor Eijkhout, Vincent Zoonekynd, Tom Scavo, David Wright, Erik-Jan Vens, and Nelson H. F. Beebe.
Articles on mathematical symbol fonts
Links to essential pages for Cyrillic, Japanese, Berber, Khmer, Chinese, Korean, Greek, Indic, Syriac, Hebrew, Hieroglyphic, Tibetan, Mongolian, African fc
OOliver Corff's page contains software (mainly for IBM compatibles), fonts (for X Window systems and Linux), documentation in the form of preformatted manpages for the software as well as a description of the Mongolian transliteration underlying the MLS (Mongolian Language Support) system.
Mongolian truetype font archive which has CMsHuree, CMsHureedp, CMsUlaanbaatar, CMsUlaanbaatardp, CMsUrga, CMsUrgadp, all made by Peter Cheung (aka dEgi) in 1998. It also has Tuva Mongol Uni (2003, Mikiya Nishimura, SHAGAA). Alternate URL.
Dead link. This site had about 40 Mongol/Cyrillic truetype fonts: AcadHoCTT (SoftCom Co), Arial family, CourierNew family (Free Programmers Software), CrrCTT (SoftCom Co), DTAntiqua family, DTFuturaEugeniaBold, DTFuturis, DTInform, DTJournalSans family, ChOpus (Tilde), DTTimesType family, DTZhikharevItalic, ChancellerieModerneDemo, InformCTT (SoftCom Co), NewtonCTT (SoftCom Co), PragmaticaCTT (SoftCom Co), Map-Symbols, Symusic (music font by Autodesk). The "DT" fonts all by D. Tamir, 1993.
Oliver Corff's Latex and metafont software for Mongolian and Manju. The page is now co-managed by Dorjpalam Dorj. Corff is at the Freie Universität Berlin. Type 1 fonts have been added in 2001: TeX-bcghsb, TeX-bcghsm, TeX-bcghwb, TeX-bcghwm, TeX-bcgvsb, TeX-bcgvsm, TeX-bcgvwb, TeX-bcgvwm, TeX-bicighb, TeX-bicighm, TeX-bicigvb, TeX-bicigvm, TeX-bthhsb, TeX-bthhsm, TeX-bthhwb, TeX-bthhwm, TeX-bthvsb, TeX-bthvsm, TeX-bthvwb, TeX-bthvwm, TeX-bxghsb, TeX-bxghsm, TeX-bxghwb, TeX-bxghwm, TeX-bxgvsb, TeX-bxgvsm, TeX-bxgvwb, TeX-bxgvwm, TeX-kmbx10, TeX-kmr10, TeX-kmss10.
N. Naranbaatar
Designer of the Mongolian version of Arial, MonArial (1993).
Mongol truetype fonts (Cyrillic, by SoftCom, 1995): AcadHoCTT-regular, CrrCTT-Regular, CrrCTT-Bold, InformCTT-Regular, NewtonCTT-Regular, NewtonCTT-Italic, NewtonCTT-Bold, NewtonCTT-BoldItalic. Plus the Cyrillic Mongol font tuva-mongol-uni (2003) by Mikiya Nishimura (Shagaa). This is a renamed copy of NewtonCTT (1994, SoftComn). At the site, other fonts such as New-Times-New-Roman and New-Arial by SHAGAA (2005).
I quote: "The Sogdian language belongs to the eastern group of the middle iranian languages, along with Sacian, or Saka (spoken in Khotan, China), Bactrian (spoken in present-day Afghanistan) and Chorasmian (spoken in present-day Northern Uzbekistan). It was originally spoken in Sogdiana, a historical region situated around Samarkand. Other languages of this group are Avestan in the old times and Pashto and Ossetian in the modern times. In the first millennium A.D. it has served as a lingua franca of Central Asia, and it was used both as a means of oral communication and for written purposes, in fact since the beginning of the XX century many excavations have brought to light numberless documents composed in this language, that testify its outmost importance and diffusion in that area. It was a literary language for Buddhism in Central Asia, but also for Nestorian Christianism and Manichaeism. This language has not died out after its decadence, but it has evolved into the Yaghnobi language, spoken in Tajikistan by a few thousand people, and it has been replaced as a cultural language by Persian, a western iranian language." See also here.
Commercial Windows XP packages sold with foreign language fonts in TrueType and PostScript, called GlobalSuite, GlobalWriter and GlobalOffice. Includes most foreign languages. For example, in the Cyrillic sphere, they have Bulgarian, Byelorussian, Macedonian, Russian, Serbian, Ukrainian plus over 50 additional Cyrillic languages such as Azeri, Kazakh, Kirghiz, Moldavian, Mongolian, Tadzhik, Tatar, Turkmen and Uzbek. And for North Indian, they have Assamese, Bengali, Gujarati, Hindi, Marathi, Nepali, Punjabi, and Sanskrit.
Vocabulario Mongol
Ariel Laurencio's great Mongol language page has now disappeared. He had some links to other Mongol language pages. His page also had the Cyrillic Mongol font Ch Opus (1992, Andrejs Grinbergs, Tilde Ltd) and the Mongol transliteration font Galig (1990, by Akira Kamimura).
Yume Takahashi's site has the Mac and PC fonts for Mongolian: Monold, Monout1, Monout2, Monin1, Monin2, Monmkm1 and Monmkm2. I can't figure out how to download them.