SetOutlinePreferred
Boolean outlinePreferred ; TRUE = set preference to TrueType If a TrueType font and a bitmapped font are available for a font request, the default behavior for the Font Manager is to choose the bitmapped font, in order to maintain compatibility with documents that were created on computer
systems on which TrueType fonts were not available. The to use in this situation.
If you want the Font Manager to choose outline fonts over any bitmapped font counterparts, set the outlinePreferred parameter to TRUE. If only outline fonts are available and outlinePreferred is set to FALSE, the outline font is chosen regardless. If only bitmapped fonts are available and outlinePreferred
is set to TRUE, the bitmapped font is still chosen.