To me the space between 'Freed' and 'by' looks awkward: \starttext \startalignment[left] \bgroup \switchtobodyfont[72pt] {\ss Freed \par by \par Design} \egroup \stoptext -- Should I be using \start..\stoplines ? or is this a bug?
2011/3/10 John Haltiwanger
To me the space between 'Freed' and 'by' looks awkward:
\starttext \startalignment[left]
\bgroup \switchtobodyfont[72pt] {\ss Freed \par by \par Design} \egroup \stoptext
-- Should I be using \start..\stoplines ? or is this a bug?
It could be just an impression. By the way, how abou this instead: \starttext \startalignment[left] \definedfont[Sans at 72pt] {Freed \blank by \blank Design} \stopalignment \stoptex This way, you can control how much blank space you want. Regards, Vedran Miletić
Thanks Verdan and Wolfgang. As I suspected, \startlines was the way to go. On Thu, Mar 10, 2011 at 6:56 PM, Wolfgang Schuster < schuster.wolfgang@googlemail.com> wrote:
Am 10.03.2011 um 18:28 schrieb John Haltiwanger:
\startalignment[left]
\bgroup \switchtobodyfont[72pt] {\ss Freed \par by \par Design} \egroup
\startlines[align=flushright,style={\switchtobodyfont[72pt,ss]}] Freed by Design \stoplines
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
___________________________________________________________________________________
participants (3)
-
John Haltiwanger
-
Vedran Miletić
-
Wolfgang Schuster