On Mar 1, 2006, at 11:48 AM, James Deakin wrote:

What is the best course of action/
best practice in this situation?


Look into using CSS to specify the font-family:

p
 {
    font-family: Helvetica 55 Roman;
    display: inline;
}

or look into using the font tag:

<font face='Helvetica 55 Roman'></font>

When you are using htmlText and embedding fonts, you have to specify the font one way or another in html.

blue skies,
bryan
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to