Just a shot in the dark: Any way you can create the three items of text and convert them as one to an image?
Storing & printing the image should be a doddle... Regards, Alastair. From: Bruce Chitiea Sent: Monday, June 25, 2012 4:12 PM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: Embedding Symbol Fonts within a Text String Thanks Larry. FWIW, My two-column workaround preserves the symbol's meaning from loss of the display font. The simple text-column 'mvplateno' stores an '@' character in place of the symbol: nnnn@nn n@nnnnn nnn@nnn ... followed by text-column 'mvplatesymbol' holding a symbol analog: <HND> for 'Hand' <HRT> for 'Heart' <STR> for 'Star' <PLS> for 'Plus' So the three strings above might be entered, stored and output as: COOL@LK <HND> I@RB95 <HRT> NON@SED <PLS> While this 'wastes' real estate for the majority of plates without symbols, the meaning is unambiguous to the viewer. It would just be really cool to embed the literal symbol in outputs (screen and printer) where display-space is gold. This would of necessity require symbol-font character storage within the database, so that symbols wouldn't get smoked by system wierdness. Cheers, Bruce -------- Original Message -------- Subject: [RBASE-L] - Re: Embedding Symbol Fonts within a Text String From: Lawrence Lustig <[email protected]> Date: Mon, June 25, 2012 7:22 am To: [email protected] (RBASE-L Mailing List) <<How does one switch fonts WITHIN a text string?>> You cannot switch fonts within a regular text string or control. If you cannot find a single font that has all the characters you need you will have to find another solution. You could do this using an RTF text string or memo control, but be aware that you will require much more space to store the text when RTF is involved (probably several hundred characters per license plate). If you can manage your output through HTML, you should be able to handle it that way also. -- Larry

