@Namespace(value="cv") @Properties(inherit=opencv_highgui.class) public class QtFont extends Pointer
\addtogroup highgui_qt \{
/** \brief QtFont available only for Qt. See cv::fontQt
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
QtFont()
Default native constructor.
|
QtFont(long size)
Native array allocator.
|
QtFont(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
IntPointer |
ascii()
font data and metrics
|
QtFont |
ascii(IntPointer setter) |
Scalar |
color()
Color of the font.
|
QtFont |
color(Scalar setter) |
IntPointer |
cyrillic() |
QtFont |
cyrillic(IntPointer setter) |
float |
dx()
horizontal interval between letters
|
QtFont |
dx(float setter) |
int |
font_face()
See cv::QtFontStyles
|
QtFont |
font_face(int setter) |
IntPointer |
greek() |
QtFont |
greek(IntPointer setter) |
float |
hscale() |
QtFont |
hscale(float setter) |
int |
line_type()
PointSize
|
QtFont |
line_type(int setter) |
BytePointer |
nameFont()
Name of the font
|
QtFont |
nameFont(BytePointer setter) |
QtFont |
position(long position) |
float |
shear()
slope coefficient: 0 - normal, >0 - italic
|
QtFont |
shear(float setter) |
int |
thickness()
See cv::QtFontWeights
|
QtFont |
thickness(int setter) |
float |
vscale() |
QtFont |
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 QtFont()
public QtFont(long size)
Pointer.position(long)
.public QtFont(Pointer p)
Pointer.Pointer(Pointer)
.@Cast(value="const char*") public BytePointer nameFont()
public QtFont nameFont(BytePointer setter)
@ByRef public Scalar color()
public int font_face()
public QtFont font_face(int setter)
@Const public IntPointer ascii()
public QtFont ascii(IntPointer setter)
@Const public IntPointer greek()
public QtFont greek(IntPointer setter)
@Const public IntPointer cyrillic()
public QtFont cyrillic(IntPointer setter)
public float hscale()
public QtFont hscale(float setter)
public float vscale()
public QtFont vscale(float setter)
public float shear()
public QtFont shear(float setter)
public int thickness()
public QtFont thickness(int setter)
public float dx()
public QtFont dx(float setter)
public int line_type()
public QtFont line_type(int setter)
Copyright © 2020. All rights reserved.