ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* font option "slant" does not work occasionally
@ 2013-05-19 22:05 Dohyun Kim
  2013-05-19 23:10 ` Hans Hagen
  2013-05-19 23:10 ` Wolfgang Schuster
  0 siblings, 2 replies; 4+ messages in thread
From: Dohyun Kim @ 2013-05-19 22:05 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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

* Re: font option "slant" does not work occasionally
  2013-05-19 22:05 font option "slant" does not work occasionally Dohyun Kim
@ 2013-05-19 23:10 ` Hans Hagen
  2013-05-19 23:10 ` Wolfgang Schuster
  1 sibling, 0 replies; 4+ messages in thread
From: Hans Hagen @ 2013-05-19 23:10 UTC (permalink / raw)
  To: ntg-context

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

* Re: font option "slant" does not work occasionally
  2013-05-19 22:05 font option "slant" does not work occasionally Dohyun Kim
  2013-05-19 23:10 ` Hans Hagen
@ 2013-05-19 23:10 ` Wolfgang Schuster
  2013-05-19 23:18   ` Hans Hagen
  1 sibling, 1 reply; 4+ messages in thread
From: Wolfgang Schuster @ 2013-05-19 23:10 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 20.05.2013 um 00:05 schrieb Dohyun Kim <nomosnomos@gmail.com>:

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

* Re: font option "slant" does not work occasionally
  2013-05-19 23:10 ` Wolfgang Schuster
@ 2013-05-19 23:18   ` Hans Hagen
  0 siblings, 0 replies; 4+ messages in thread
From: Hans Hagen @ 2013-05-19 23:18 UTC (permalink / raw)
  To: ntg-context

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

end of thread, other threads:[~2013-05-19 23:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-19 22:05 font option "slant" does not work occasionally Dohyun Kim
2013-05-19 23:10 ` Hans Hagen
2013-05-19 23:10 ` Wolfgang Schuster
2013-05-19 23:18   ` 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).