* we attempt to find a good fallback based on the font descriptor.
*/
public static Type1Equivalent getType1FallbackFont(PDFontDescriptor fontDescriptor)
{
String fontName = getFallbackFontName(fontDescriptor);
Type1Equivalent type1Equivalent = getType1EquivalentFont(fontName);
if (type1Equivalent == null)
{
String message = fontProvider.toDebugString();
if (message != null)
{