Hi all, if I use the following setup \setupfield [ShortLine] [label,frame,horizontal] [height=fit,framecolor=green] [] [height=18pt,type=normal] % <- is mono \definefield [Email] [line] [ShortLine] [] [pragma@wxs.nl] \starttext \startTEXpage[offset=1ex] \field [Email] [E-Mail:] \stopTEXpage \stoptext the type-setting don't seem to have any affect, it's always mono. Is it possible to use a system font for typing in a field? Thanks in advance Andreas
On 19-2-2010 10:40, Andreas Harder wrote:
\setupfield [ShortLine] [label,frame,horizontal] [height=fit,framecolor=green] [] [height=18pt,type=normal] %<- is mono
\definefield [Email] [line] [ShortLine] [] [pragma@wxs.nl]
\starttext \startTEXpage[offset=1ex] \field [Email] [E-Mail:] \stopTEXpage \stoptext
will be fixed in next beta keep in mind that it's: style=ssbf etc, so [ss|rm|tt][tf|bf|it|bi] ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Am 19.02.2010 um 14:20 schrieb Hans Hagen:
On 19-2-2010 10:40, Andreas Harder wrote:
\setupfield [ShortLine] [label,frame,horizontal] [height=fit,framecolor=green] [] [height=18pt,style=rmtf] % <- still mono
\definefield [Email] [line] [ShortLine] [] [pragma@wxs.nl]
\starttext \startTEXpage[offset=1ex] \field [Email] [E-Mail:] \stopTEXpage \stoptext
will be fixed in next beta
keep in mind that it's:
style=ssbf
etc, so [ss|rm|tt][tf|bf|it|bi]
Hello Hans, while style=sstf works, the rmtf-switch still shows up mono. How can I change the font size? Greetings Andreas
On 20-2-2010 11:31, Andreas Harder wrote:
while style=sstf works, the rmtf-switch still shows up mono.
How can I change the font size?
{\switchtobodyfont[20pt]...} should do the trick i'll fix it (it's sort of tricky to get all this right for all recent pdf versions) Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (2)
-
Andreas Harder
-
Hans Hagen