From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/56417 Path: news.gmane.org!not-for-mail From: Andreas Harder Newsgroups: gmane.comp.tex.context Subject: Re: Change Font in PDF-fields Date: Sat, 20 Feb 2010 11:31:57 +0100 Message-ID: References: <4B7E9035.3000805@wxs.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: multipart/mixed; boundary="===============0334173825==" X-Trace: ger.gmane.org 1266661951 16682 80.91.229.12 (20 Feb 2010 10:32:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 20 Feb 2010 10:32:31 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Sat Feb 20 11:32:29 2010 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NimdQ-0003td-AB for gctc-ntg-context-518@m.gmane.org; Sat, 20 Feb 2010 11:32:28 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 3424BC9D57; Sat, 20 Feb 2010 11:32:27 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id NKfN33sNOegc; Sat, 20 Feb 2010 11:32:24 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id A2A6BC9C91; Sat, 20 Feb 2010 11:32:24 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 78011C9C91 for ; Sat, 20 Feb 2010 11:32:23 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id LKrfYabYcdeI for ; Sat, 20 Feb 2010 11:32:03 +0100 (CET) Original-Received: from deliver.uni-koblenz.de (deliver.uni-koblenz.de [141.26.64.15]) by balder.ntg.nl (Postfix) with ESMTP id 5139CC9BC5 for ; Sat, 20 Feb 2010 11:32:02 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id AD29678A34DB for ; Sat, 20 Feb 2010 11:32:02 +0100 (CET) Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 01329-04 for ; Sat, 20 Feb 2010 11:32:02 +0100 (CET) X-CHKRCPT: Envelopesender noch andreas.harder@rz-online.de Original-Received: from [192.168.1.112] (77-23-29-238-dynip.superkabel.de [77.23.29.238]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTP id 2D82A78810D5 for ; Sat, 20 Feb 2010 11:32:02 +0100 (CET) In-Reply-To: <4B7E9035.3000805@wxs.nl> X-Mailer: Apple Mail (2.1077) X-Virus-Scanned: amavisd-new at uni-koblenz.de X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:56417 Archived-At: --===============0334173825== Content-Type: multipart/alternative; boundary=Apple-Mail-1-591909105 --Apple-Mail-1-591909105 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii 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 --Apple-Mail-1-591909105 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=us-ascii
On = 19-2-2010 10:40, Andreas Harder wrote:
\setupfield
=   [ShortLine]
=   [label,frame,horizontal]
=   [height=3Dfit,framecolor=3Dgreen]
  []
=   [height=3D18pt,style=3Drmtf] % <- still = mono

\definefield = [Email] [line] [ShortLine] [] = [pragma@wxs.nl]

\starttext
\startTEXpage[offset=3D1ex]
  \field [Email] = [E-Mail:]
\stopTEXpage
\stoptext


will be fixed in next = beta

keep in mind that it's:

style=3Dssbf

etc, so = [ss|rm|tt][tf|bf|it|bi]

Hell= o Hans,

while style=3Dsstf works, the = rmtf-switch still shows up mono.

How can I = change the font size?

Greetings
= Andreas
= --Apple-Mail-1-591909105-- --===============0334173825== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ___________________________________________________________________________________ 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 ___________________________________________________________________________________ --===============0334173825==--