if (Trace.font)
Trace.trace("Locating font using FontManager '" + manager.getClass().getName() + "'");
boolean useTwips = code != TagValues.stagDefineFont && code != TagValues.stagDefineFont2;
FontFace fontFace = manager.getEntryFromLocation(location, style, useTwips);
if (fontFace == null)
FontManager.throwFontNotFound(alias, null, style, location.toString());
if (Trace.font)