Managed structure equivalent to CvFont
| C# | Visual Basic | Visual C++ |
public struct MCvFont
Public Structure MCvFont
public value class MCvFont
| All Members | Constructors | Methods | Fields | ||
| Icon | Member | Description |
|---|---|---|
| MCvFont(FONT, Double, Double) |
Create a Font of the specific type, horizontal scale and vertical scale
| |
| ascii |
font data and metrics
| |
| 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 |
=CV_FONT_*
| |
| 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
|