Managed structure equivalent to CvFont
Namespace: Emgu.CV.StructureAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)
Syntax
C# | Visual Basic | Visual C++ |
public struct MCvFont
Public Structure MCvFont
public value class MCvFont
Members
All Members | Constructors ![]() | Fields ![]() | Methods ![]() |
![]() ![]() | ![]() ![]() ![]() | ![]() ![]() | ![]() ![]() ![]() ![]() |
Member | Description | |
---|---|---|
![]() | MCvFont(FONT, Double, Double) |
Create a Font of the specific type, horizontal scale and vertical scale
|
![]() | ascii |
font data and metrics
|
![]() | color |
For QT
|
![]() | cyrillic | |
![]() | dx |
horizontal interval between letters
|
![]() | Equals(Object) |
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.) |
![]() | font_face |
Font type
|
![]() | fontName |
For QT
|
![]() | GetHashCode()()()() |
Returns the hash code for this instance.
(Inherited from ValueType.) |
![]() | GetTextSize(String, Int32) |
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.) |
![]() | greek | |
![]() | hscale |
hscale
|
![]() | line_type |
type of line
|
![]() | MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | shear |
slope coefficient: 0 - normal, >0 - italic
|
![]() | thickness |
letters thickness
|
![]() | ToString()()()() |
Returns the fully qualified type name of this instance.
(Inherited from ValueType.) |
![]() | vscale |
vscale
|