Hi all, I just developed a GUI tool called "Context Typescript Maker". It's purpose is to simplify font setup under Windows. 1) Point to folder with fonts (ttf, otf); 2) Specify typescript name; 3) Specify which font from the list will stand for Serif, which for SerifBold, and so on (select values from dropdown list); 4) Press "Create Typescript" and copy-paste the code into the preamble of your document. That's all! Example of code created: \starttypescript [serif] [TimesTenLTStd] \definefontsynonym [SerifBold] [TimesTenLTStd-Bold.otf] [features=default] \definefontsynonym [SerifBoldItalic] [TimesTenLTStd-BoldItalic.otf] [features=default] \definefontsynonym [SerifItalic] [TimesTenLTStd-Italic.otf] [features=default] \definefontsynonym [Serif] [TimesTenLTStd-Roman.otf] [features=default] \stoptypescript \starttypescript [TimesTenLTStd] \definetypeface [TimesTenLTStd] [rm] [serif] [TimesTenLTStd] [default] \stoptypescript \usetypescript[TimesTenLTStd]\setupbodyfont[TimesTenLTStd, 11pt] The tools is written mostly by my own purposes (I often like to play with new fonts, and script preparation in this case is really boring). But I share it with a community and will be glad to improve it on requests. Any feedback (good/bad) is appreciated! P.S. Almost forgot. The download link: http://rapidshare.com/files/298247342/ContextTypescriptMaker.zip Regards, Vyatcheslav