Hello TJ, Thank you very much for your info. Do you have any idea to process the text box? If using image/font, the image box has to be mixed with the online changing text. It is not easy to do with FO. Thanks. Chester
-----Original Message----- From: [EMAIL PROTECTED] Sent: Monday, March 04, 2002 11:12 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: How to draw a text box and a check box Chester: Easiest way is to use the Zapf-Dingbats font to represent checked/unchecked radio buttons and check boxes. A checked radio button is created: <fo:inline font-family="ZapfDingbats">l</fo:inline> unchecked: <fo:inline font-family="ZapfDingbats">m</fo:inline> However, this seems to work only in FOP 0.20.1 :-( See my posting titled "Disappearing fonts?" TJ ----- Original Message ----- From: "Yan, Chester (CBS)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 04, 2002 9:13 AM Subject: RE: How to draw a text box and a check box > Dear my friend, > > Do you know how to draw a text box or check box by using FO? > Thank you very much. > > Have a great day! > Chester >
