@Properties(inherit=opencv_imgproc.class) public class CvFont extends AbstractCvFont
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
CvFont()
Default native constructor.
|
CvFont(long size)
Native array allocator.
|
CvFont(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
IntPointer |
ascii()
font data and metrics
|
CvScalar |
color() |
CvFont |
color(CvScalar setter) |
IntPointer |
cyrillic() |
float |
dx()
horizontal interval between letters
|
CvFont |
dx(float setter) |
int |
font_face() |
CvFont |
font_face(int setter) |
IntPointer |
greek() |
float |
hscale() |
CvFont |
hscale(float setter) |
int |
line_type()
Qt: PointSize
|
CvFont |
line_type(int setter) |
BytePointer |
nameFont() |
CvFont |
position(long position) |
float |
shear()
slope coefficient: 0 - normal, >0 - italic
|
CvFont |
shear(float setter) |
int |
thickness()
Qt: weight /** letters thickness
|
CvFont |
thickness(int setter) |
float |
vscale() |
CvFont |
vscale(float setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic CvFont()
public CvFont(long size)
Pointer.position(long).public CvFont(Pointer p)
Pointer.Pointer(Pointer).@MemberGetter @Cast(value="const char*") public BytePointer nameFont()
public int font_face()
public CvFont font_face(int setter)
@MemberGetter @Const public IntPointer ascii()
@MemberGetter @Const public IntPointer greek()
@MemberGetter @Const public IntPointer cyrillic()
public float hscale()
public CvFont hscale(float setter)
public float vscale()
public CvFont vscale(float setter)
public float shear()
public CvFont shear(float setter)
public int thickness()
public CvFont thickness(int setter)
public float dx()
public CvFont dx(float setter)
public int line_type()
public CvFont line_type(int setter)
Copyright © 2019. All rights reserved.