ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Vianney le Clément" <vleclement@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: [OT] Public Fonts for Minority Languages of Russia
Date: Wed, 5 Jan 2011 20:38:37 +0100	[thread overview]
Message-ID: <AANLkTin=uH33bOJNnRgLKvnc=S6_fJY-_jUTZBNsi0-T@mail.gmail.com> (raw)
In-Reply-To: <AANLkTi==mC=ao8otXv4-1eBT2X7hb87PahDA4eaic2-9@mail.gmail.com>

On Wed, Jan 5, 2011 at 19:57, luigi scarso <luigi.scarso@gmail.com> wrote:
> http://www.pro-linux.de/news/1/16560/freie-schrift-pt-serif-veroeffentlicht.html
> http://www.paratype.com/public/
>
> What do you think ?

I've already used PT Sans for some documents. It's a really nice font
in my amateur opinion. However, I wasn't aware of the new PT Serif
font. I'll check that out later.

As a new year present, here is the typescript I use for PT Sans:

\starttypescriptcollection [ptsans]

\usetypescriptfile[type-optical]

\starttypescript [\s!sans] [ptsans]
   \definefontsynonym [PTSans-Regular]    [\s!name:ptsansregular]
[\s!features=\s!default]
   \definefontsynonym [PTSans-Italic]     [\s!name:ptsansitalic]
[\s!features=\s!default]
   \definefontsynonym [PTSans-Bold]       [\s!name:ptsansbold]
[\s!features=\s!default]
   \definefontsynonym [PTSans-BoldItalic] [\s!name:ptsansbolditalic]
[\s!features=\s!default]
   \definefontsynonym [PTSans-Caption]     [\s!name:ptsanscaption]
[\s!features=\s!default]
   \definefontsynonym [PTSans-CaptionBold] [\s!name:ptsanscaptionbold]
[\s!features=\s!default]
\stoptypescript

\starttypescript [\s!sans] [ptsans-narrow]
   \definefontsynonym [PTSans-Narrow]     [\s!name:ptsansnarrow]
[\s!features=\s!default]
   \definefontsynonym [PTSans-NarrowBold] [\s!name:ptsansnarrowbold]
[\s!features=\s!default]
\stoptypescript

\starttypescript [\s!sans] [ptsans]
   \setups[font:optical:sans]
   \definefontsynonym [SansRegular-Regular]    [PTSans-Regular]
[\s!features=\s!default]
   \definefontsynonym [SansRegular-Italic]     [PTSans-Italic]
[\s!features=\s!default]
   \definefontsynonym [SansRegular-Bold]       [PTSans-Bold]
[\s!features=\s!default]
   \definefontsynonym [SansRegular-BoldItalic] [PTSans-BoldItalic]
[\s!features=\s!default]
   \definefontsynonym [SansCaption-Regular]    [PTSans-Caption]
[\s!features=\s!default]
   \definefontsynonym [SansCaption-Bold]       [PTSans-CaptionBold]
[\s!features=\s!default]
\stoptypescript

\starttypescript [\s!sans] [ptsans-narrow]
   \setups[\s!font:\s!fallback:\s!sans]
   \definefontsynonym [\s!Sans]     [PTSans-Narrow]     [\s!features=\s!default]
   \definefontsynonym [\s!SansBold] [PTSans-NarrowBold] [\s!features=\s!default]
\stoptypescript

\starttypescript [ptsans]
    \definetypeface [ptsans] [ss] [\s!sans] [ptsans] [optical]
\stoptypescript

\starttypescript [ptsans-narrow]
    \definetypeface [ptsans-narrow] [ss] [\s!sans] [ptsans-narrow] [\s!default]
\stoptypescript

\stoptypescriptcollection

Vianney
___________________________________________________________________________________
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
___________________________________________________________________________________


  reply	other threads:[~2011-01-05 19:38 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-05 18:57 luigi scarso
2011-01-05 19:38 ` Vianney le Clément [this message]
2011-01-05 20:24 ` Herbert Voss
2011-01-05 20:43   ` Arthur Reutenauer
2011-01-05 20:57     ` Herbert Voss
2011-01-05 21:06       ` Arthur Reutenauer
2011-01-05 21:35   ` luigi scarso
2011-01-05 21:52     ` Khaled Hosny
2011-01-05 23:55       ` luigi scarso
2011-01-06  6:26         ` Martin Schröder
2011-01-06  9:24         ` Hans Hagen
2011-01-06  9:37           ` Martin Schröder
2011-01-06 10:23             ` Hans Hagen
2011-01-06  6:25       ` Martin Schröder
2011-01-08 13:09         ` Jano Kula
2011-01-08 13:45         ` Khaled Hosny
2011-01-08 13:54           ` Martin Schröder
2011-01-05 20:43 ` Philipp Gesang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='AANLkTin=uH33bOJNnRgLKvnc=S6_fJY-_jUTZBNsi0-T@mail.gmail.com' \
    --to=vleclement@gmail.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).