ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <schuster.wolfgang@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: another question on simplefonts
Date: Wed, 5 Feb 2014 00:39:08 +0100	[thread overview]
Message-ID: <B6454DF4-2073-43AE-AD06-0E423AC90D37@gmail.com> (raw)
In-Reply-To: <52F14B36.2000009@gmx.es>


Am 04.02.2014 um 21:19 schrieb Pablo Rodriguez <oinos@gmx.es>:

> Hi Wolfgang,
> 
> I have the following code:
> 
> \definefontfeature[fakeslanted][slant=.25]
> \definefontfamily[mainface][serif][TeX Gyre Pagella][slantedfont={*
> Regular},sl=features:fakeslanted]
> \setupbodyfont[mainface]
> \starttext
> This is {\em slanted}.
> \stoptext
> 
> But I don’t know how to define "slantedfont={* Regular}" with the new
> syntax. "sl=style:tf" or "sl=style:regular" don’t work (the italic font
> is the slanted one).
> 
> Which is the right way to do it in the new version of simplefonts?

\definefontfeature[fakeslanted][slant=.25]

\definefontfamily[mainface][serif][TeX Gyre Pagella][sl={style:regular,features:{default,fakeslanted}}]

\setupbodyfont[mainface]

\starttext
This is {\em slanted}.
\stoptext

> BTW, I think I should update the simplefonts article in the wiki to add
> the new syntax.
> 
> After reading the font-sel.mkvi file, I have two questions:
> 
> Which are the option keys that come before a colon? I mean, taking
> tf=style:bf as a sample, they would be style, file, features? Which ones
> am I missing?

The choose a certain font/style for a alternative you can use:

- name
- file
- style
- spec

Local features can be applied with:

- features

Patches etc. from a feature will can be applied with:

- goodies

> How about a new range preset for Hebrew?

What is needed for this preset?

Wolfgang
___________________________________________________________________________________
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:[~2014-02-04 23:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-04 20:19 Pablo Rodriguez
2014-02-04 23:39 ` Wolfgang Schuster [this message]
2014-02-05 18:16   ` Pablo Rodriguez

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=B6454DF4-2073-43AE-AD06-0E423AC90D37@gmail.com \
    --to=schuster.wolfgang@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).