ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Define font based on language
@ 2016-04-04 13:17 Michal Ondrejáš
  2016-05-05  9:03 ` luigi scarso
  2016-05-08 17:05 ` Wolfgang Schuster
  0 siblings, 2 replies; 3+ messages in thread
From: Michal Ondrejáš @ 2016-04-04 13:17 UTC (permalink / raw)
  To: ntg-context

Hello

I need some help regarding font definitions.

The situation is like this:

\definefont
[issuefont]
[SansRegular at 14pt]
....
{\issuefont \labeltext{issue} \crlf \documentvariable{issue}}

I need to get chinese text into the issue variable, but for that I need 
to change the font. I need something like this:

\def\chooseissufont{%
\translate
[zh={Sim Sun},
  en={SansRegular}]}

\definefont
[issuefont]
[\chooseissuefont at 14pt]

Using "zh" is ok, I managed to somehow make ConTeXt accept the "zh" 
language code. It's not perfect but it's for another topic. I get the 
text in this way, but the sizing doesn't work. The text is too small in 
all languages.

Any dieas

Thank you,

Michal

___________________________________________________________________________________
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] 3+ messages in thread

end of thread, other threads:[~2016-05-08 17:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-04 13:17 Define font based on language Michal Ondrejáš
2016-05-05  9:03 ` luigi scarso
2016-05-08 17:05 ` Wolfgang Schuster

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