Property | Type | Description | |
---|---|---|---|
ascii | |||
color | MCvScalar | ||
cyrillic | |||
dx | float | ||
fontName | |||
font_face | CvEnum.FONT | ||
greek | |||
hscale | float | ||
line_type | int | ||
shear | float | ||
thickness | int | ||
vscale | float |
Method | Description | |
---|---|---|
GetTextSize ( string text, int baseline ) : System.Drawing.Size |
Calculates the binding rectangle for the given text string when the font is used
|
|
MCvFont ( CvEnum type, double hscale, double vscale ) : System |
Create a Font of the specific type, horizontal scale and vertical scale
|
public GetTextSize ( string text, int baseline ) : System.Drawing.Size | ||
text | string | Input string |
baseline | int | y-coordinate of the baseline relatively to the bottom-most text point |
return | System.Drawing.Size |
public MCvFont ( CvEnum type, double hscale, double vscale ) : System | ||
type | CvEnum | The type of the font |
hscale | double | The horizontal scale of the font |
vscale | double | the vertical scale of the fonr |
return | System |