Answered
embedFonts woes
Sorry, I posted this on the tail end of another topic but was
worried it wouldn't get looked at because it was marked as
answered.
I have had this problem in the past and just gotten around it by manually drawing a dynamic text field and embedding fonts in it. Now I need to use differend styles that are assigned in loaded text. But I can't even get this simple test working. Can anyone please tell me what i'm doing wrong? If I comment out the embedFonts line, the text shows but in a default font. Otherwise, I only get a blank text field.
Just so you know, I've added 3 fonts to my library and named the linkage IDs: "bodyID", italicID" and "headerID". The font type and sizes all match what I've specified in my CSS styles.
I have had this problem in the past and just gotten around it by manually drawing a dynamic text field and embedding fonts in it. Now I need to use differend styles that are assigned in loaded text. But I can't even get this simple test working. Can anyone please tell me what i'm doing wrong? If I comment out the embedFonts line, the text shows but in a default font. Otherwise, I only get a blank text field.
Just so you know, I've added 3 fonts to my library and named the linkage IDs: "bodyID", italicID" and "headerID". The font type and sizes all match what I've specified in my CSS styles.