Two hyphens do not replaced on em—dash when dejavu,14pt
Hello. Two hyphens do not replaced on em—dash when dejavu,14pt :-( \starttext 1-2 11--22 \switchtobodyfont[dejavu,14pt] 1-2 11--22 \stoptext
No, It is not worked.
I mistakenly used a Unicode character in another test.
2017-03-31 12:13 GMT+03:00 Kostirya
I apologize. It is not hyphen symbol. It is unicode. Everything is working!
2017-03-31 11:46 GMT+03:00 Kostirya
: Hello. Two hyphens do not replaced on em—dash when dejavu,14pt :-(
\starttext 1-2 11--22
\switchtobodyfont[dejavu,14pt] 1-2 11--22
\stoptext
It did not help.
But why it is this the case, only for 14pt?
When font size is 10pt, 12pt or 16, then it is all right.
P.S.
I also found error at switchtobodyfont with dejavu font.
In the below example, switchtobodyfont not correctly worked.
This is only observed when I switch from 16pt to 14pt.
Switching must be across a different font.
\setupbodyfont[dejavu,16pt]
\starttext
\showbodyfont \blank
\switchtobodyfont[gentium]
\switchtobodyfont[dejavu,14pt]
\showbodyfont
\stoptext
2017-03-31 12:52 GMT+03:00 Marco Patzer
On Fri, 31 Mar 2017 11:46:00 +0300 Kostirya
wrote: Two hyphens do not replaced on em—dash when dejavu,14pt
Use the tlig font feature
\definefontfeature [tlig] [default] [tlig=yes]
Marco ___________________________________________________________________________________ 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://context.aanhet.net archive : https://bitbucket.org/phg/context-mirror/commits/ wiki : http://contextgarden.net ___________________________________________________________________________________
On 3/31/2017 11:52 AM, Marco Patzer wrote:
On Fri, 31 Mar 2017 11:46:00 +0300 Kostirya
wrote: Two hyphens do not replaced on em—dash when dejavu,14pt
Use the tlig font feature
\definefontfeature [tlig] [default] [tlig=yes]
\definefontfeature [default] [default] [tlig=yes] ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
participants (3)
-
Hans Hagen
-
Kostirya
-
Marco Patzer