ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* font features
@ 2022-11-03 11:37 Thomas A. Schmitz via ntg-context
  2022-11-03 11:52 ` Herbert Voss via ntg-context
  2022-11-03 12:20 ` Henning Hraban Ramm via ntg-context
  0 siblings, 2 replies; 16+ messages in thread
From: Thomas A. Schmitz via ntg-context @ 2022-11-03 11:37 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Thomas A. Schmitz

Hi,

is there an easy way to get a list of all features that a font has and 
typeset a sample text to see the result of every single feature? There 
probably is, but I couldn't find anything...

All best

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

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : https://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 16+ messages in thread
* font features
@ 2010-11-17 19:15 Herbert Voss
  2010-11-17 20:55 ` Hans Hagen
  0 siblings, 1 reply; 16+ messages in thread
From: Herbert Voss @ 2010-11-17 19:15 UTC (permalink / raw)
  To: mailing list for ConTeXt users

What is wrong with my font setting for libertine
that the fontsize is reset when activating a font feature.
For latin modern it is ok.
the output:http://perce.de/temp/xxx.png

Herbert

\starttypescriptcollection[mylibertine]
\starttypescript[serif][libertine][name]
  \definefontsynonym[Serif][name:Linux Libertine O][features=default]
\stoptypescript
\starttypescript[sans][biolinum][name]
  \definefontsynonym[Sans][name:Linux Biolinum O][features=default]
\stoptypescript
\starttypescript[mylibertine]
   \definetypeface[mylibertine][rm][serif][libertine][default]
   \definetypeface[mylibertine][ss][sans] [biolinum] [default]
\stoptypescript
\stoptypescriptcollection

\setupbodyfont[modern,12pt]
\definefontfeature[noLigNoKern][zero=yes,liga=no,kern=no]
\font\myNoLigNoKern=lmroman12-regular*noLigNoKern

\starttext

Fiffies schöner 0815-Text über die Schifffahrt mit den Schiffern.
\par\myNoLigNoKern
Fiffies schöner 0815-Text über die Schifffahrt mit den Schiffern.

\setupbodyfont[mylibertine,12pt]
{\font\myNoLigNoKern=fxlr*noLigNoKern
Fiffies schöner 0815-Text über die Schifffahrt mit den Schiffern.
\par\myNoLigNoKern
Fiffies schöner 0815-Text über die Schifffahrt mit den Schiffern.}

\setupbodyfont[mylibertine,12pt]\ss
\font\myNoLigNoKern=fxbr*noLigNoKern
Fiffies schöner 0815-Text über die Schifffahrt mit den Schiffern.
\par\myNoLigNoKern
Fiffies schöner 0815-Text über die Schifffahrt mit den Schiffern.

\stoptext
___________________________________________________________________________________
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] 16+ messages in thread
* Font features
@ 2009-05-15  2:06 Vyatcheslav Yatskovsky
  2009-05-15  6:21 ` Wolfgang Schuster
  0 siblings, 1 reply; 16+ messages in thread
From: Vyatcheslav Yatskovsky @ 2009-05-15  2:06 UTC (permalink / raw)
  To: ntg-context

Hello,

I also have a question about font features. Minion Pro has old style 
numerals. How to display them, provided that I enabled this feature?

In the following test script, I get ordinary numbers, no old style.


\starttypescript [serif] [MinionPro]
   \definefontsynonym [Serif][MinionPro-Regular.otf][features=onum]
\stoptypescript

\starttypescript [MinionPro]
   \definetypeface [MinionPro][rm][serif][MinionPro][features=onum]
\stoptypescript

\usetypescript[MinionPro]

\setupbodyfont[MinionPro,16pt]

\starttext
This is bla bla bla 1234567890.
\stoptext


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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2022-11-03 19:38 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-03 11:37 font features Thomas A. Schmitz via ntg-context
2022-11-03 11:52 ` Herbert Voss via ntg-context
2022-11-03 12:19   ` Thomas A. Schmitz via ntg-context
2022-11-03 17:57   ` Hans Hagen via ntg-context
2022-11-03 12:20 ` Henning Hraban Ramm via ntg-context
2022-11-03 12:27   ` Henning Hraban Ramm via ntg-context
2022-11-03 13:03     ` Thomas A. Schmitz via ntg-context
2022-11-03 18:24       ` Hans Hagen via ntg-context
2022-11-03 19:38         ` Thomas A. Schmitz via ntg-context
  -- strict thread matches above, loose matches on Subject: below --
2010-11-17 19:15 Herbert Voss
2010-11-17 20:55 ` Hans Hagen
2009-05-15  2:06 Font features Vyatcheslav Yatskovsky
2009-05-15  6:21 ` Wolfgang Schuster
2009-05-15 12:23   ` Idris Samawi Hamid ادريس سماوي حامد
2009-05-15 12:41     ` Alex Lubberts
2009-05-15 14:22       ` Hans Hagen

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).