ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Context Typescript Maker tool
       [not found] <mailman.1.1256554802.31978.ntg-context@ntg.nl>
@ 2009-10-26 18:06 ` Vyatcheslav Yatskovsky
  0 siblings, 0 replies; only message in thread
From: Vyatcheslav Yatskovsky @ 2009-10-26 18:06 UTC (permalink / raw)
  To: ntg-context

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


___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-10-26 18:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <mailman.1.1256554802.31978.ntg-context@ntg.nl>
2009-10-26 18:06 ` Context Typescript Maker tool Vyatcheslav Yatskovsky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).