FindBestMatch Method (EmbeddedFontCollection)
In This Topic
Searches for a font with the specified name and charset, which is the best match for the specified bold/italic styles (exact bold/italic matching is not guaranteed by this method).
Syntax
Parameters
- name
- The name of the font to search for.
- charSet
- The charset to search for.
- fontStyle
- The style of the font to match.
Return Value
The matching
EmbeddedFont, or
null if a match could not be found.
See Also