font option "slant" does not work occasionally
Hi, With the following example, I cannot get slanted shape of unbatang. \setscript[hangul] \setupbodyfont[unfonts] \starttext 가나다 {\it 가나다} 가나다 \stoptext Regards, -- Dohyun Kim Seoul, Republic of Korea
On 5/20/2013 12:05 AM, Dohyun Kim wrote:
Hi,
With the following example, I cannot get slanted shape of unbatang.
\setscript[hangul] \setupbodyfont[unfonts] \starttext 가나다 {\it 가나다} 가나다 \stoptext
is there an italic then? see type-imp-unfonts for definitions Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Am 20.05.2013 um 00:05 schrieb Dohyun Kim
Hi,
With the following example, I cannot get slanted shape of unbatang.
\setscript[hangul] \setupbodyfont[unfonts] \starttext 가나다 {\it 가나다} 가나다 \stoptext
It’s a bug. Below is a example from Hans new fonts manual, when both sentences are in the same line the slant value for the second sentence is ignored but when you uncomment the \par and the second sentence uses the right value. \starttext \definefontfeature [abitslanted] [default] [slant=.1] \definefontfeature [abitmoreslanted] [default] [slant=.4] \definedfont[Normal*abitslanted]This is a bit slanted. %\par \definedfont[Normal*abitmoreslanted]And this is a bit more slanted. \stoptext Wolfgang
On 5/20/2013 1:10 AM, Wolfgang Schuster wrote:
It’s a bug. Below is a example from Hans new fonts manual, when both sentences are in the same line the slant value for the second sentence is ignored but when you uncomment the \par and the second sentence uses the right value.
ah, an old backend bug resurfacing .. best add an item to the luatex bug tracker
\starttext
\definefontfeature [abitslanted] [default] [slant=.1]
\definefontfeature [abitmoreslanted] [default] [slant=.4]
\definedfont[Normal*abitslanted]This is a bit slanted. %\par \definedfont[Normal*abitmoreslanted]And this is a bit more slanted.
\stoptext
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 ___________________________________________________________________________________
-- ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (3)
-
Dohyun Kim
-
Hans Hagen
-
Wolfgang Schuster