'Declaration Public Function New( _
ByVal nameName of font.As System.String, _
ByVal isBoldA value indicating whether the font is bold.As Boolean, _
ByVal isItalicA value indicating whether the font is italic.As Boolean, _
ByVal isUnderlinedA value indicating whether the font is underlined.As Boolean, _
ByVal isMonospaceA value indicating whether the font is monospace.As Boolean, _
ByVal isSerifA value indicating whether the font is serif.As Boolean, _
ByVal isSmallcapsA value indicating whether the font has small caps.As Boolean _
)
public OcrTextFont(
System.String name,
bool isBold,
bool isItalic,
bool isUnderlined,
bool isMonospace,
bool isSerif,
bool isSmallcaps
)
public: OcrTextFont(
System.String name,
bool isBold,
bool isItalic,
bool isUnderlined,
bool isMonospace,
bool isSerif,
bool isSmallcaps
)
public:
OcrTextFont(
System.String name,
bool isBold,
bool isItalic,
bool isUnderlined,
bool isMonospace,
bool isSerif,
bool isSmallcaps
)
Parameters
- name
- Name of font.
- isBold
- A value indicating whether the font is bold.
- isItalic
- A value indicating whether the font is italic.
- isUnderlined
- A value indicating whether the font is underlined.
- isMonospace
- A value indicating whether the font is monospace.
- isSerif
- A value indicating whether the font is serif.
- isSmallcaps
- A value indicating whether the font has small caps.