@Properties(inherit=opencv_imgproc.class) public class CvFont extends AbstractCvFont
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
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
|
CvFont |
ascii(IntPointer setter) |
CvScalar |
color() |
CvFont |
color(CvScalar setter) |
IntPointer |
cyrillic() |
CvFont |
cyrillic(IntPointer setter) |
float |
dx()
horizontal interval between letters
|
CvFont |
dx(float setter) |
int |
font_face() |
CvFont |
font_face(int setter) |
IntPointer |
greek() |
CvFont |
greek(IntPointer setter) |
float |
hscale() |
CvFont |
hscale(float setter) |
int |
line_type()
Qt: PointSize
|
CvFont |
line_type(int setter) |
BytePointer |
nameFont() |
CvFont |
nameFont(BytePointer setter) |
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, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public CvFont()
public CvFont(long size)
Pointer.position(long)
.public CvFont(Pointer p)
Pointer.Pointer(Pointer)
.@Cast(value="const char*") public BytePointer nameFont()
public CvFont nameFont(BytePointer setter)
public int font_face()
public CvFont font_face(int setter)
@Const public IntPointer ascii()
public CvFont ascii(IntPointer setter)
@Const public IntPointer greek()
public CvFont greek(IntPointer setter)
@Const public IntPointer cyrillic()
public CvFont cyrillic(IntPointer setter)
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 © 2020. All rights reserved.