The MCvFont type exposes the following members.

Constructors

  NameDescription
MCvFont
Create a Font of the specific type, horizontal scale and vertical scale

Methods

  NameDescription
Equals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
GetTextSize
Calculates the binding rectangle for the given text string when the font is used
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)

Fields

  NameDescription
ascii
font data and metrics
cyrillic
dx
horizontal interval between letters
font_face
=CV_FONT_*
greek
hscale
hscale
line_type
type of line
shear
slope coefficient: 0 - normal, >0 - italic
thickness
letters thickness
vscale
vscale

See Also