|
Flash CS4 Resources |
fontItem.bitmapAvailabilityFlash CS4 Professional. UsagefontItem.bitmap DescriptionProperty; a Boolean value that specifies whether the Font item is bitmapped (true) or not (false). ExampleAssuming that the first item in the Library is a Font item, the following code displays true in the Output panel if it is bitmapped, false if it is not: var theItem = fl.getDocumentDOM().library.items[0];
fl.trace("bitmap: "+ theItem.bitmap);
|