> There's a reason this is a warning and not an error.  Your program  
> will work, but it may start to cause problems if you do some  
> advanced things such as call methods of the Font class.  
> Additionally, there may be some components that automatically chose  
> whether or not to use embeded fonts and you may have to manually  
> set these components to use embeded fonts (usually there's a style  
> and in TextFields there is a property).  So this is one of those,  
> "proceed at your own risk" times.  Just know that it is a bad and  
> unsafe practice.

The practice I suggest disassociates the font from the use thereof.  
For instance, if Verdana is your main font, the name I would use is  
MainFont instead of Verdana. That way, if the client comes around and  
asks for Helvetica instead, you only have to change one reference to  
"Verdana", rather than many.

Mike K



Reply via email to