BasicFontMapperMapToFontFamily Method (String) |
Map a given font family represented by the string to a FontFamily object.
Maps a string representing a font family name to a FontFamily object.
Namespace:
Atalasoft.Ocr
Assembly:
Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public virtual FontFamily MapToFontFamily(
string name
)
Public Overridable Function MapToFontFamily (
name As String
) As FontFamily
Parameters
- name
- Type: SystemString
The name of the font.
Return Value
Type:
FontFamily A
FontFamily object representing the
request font. If the font isn't available, switch to Arial.
Implements
IFontMapperMapToFontFamily(String)Remarks BasicFontMapper will cache FontFamily objects.
See Also