@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| 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
|
Scalar |
color()
Color of the font.
|
QtFont |
color(Scalar setter) |
IntPointer |
cyrillic() |
float |
dx()
horizontal interval between letters
|
QtFont |
dx(float setter) |
int |
font_face()
See cv::QtFontStyles
|
QtFont |
font_face(int setter) |
IntPointer |
greek() |
float |
hscale() |
QtFont |
hscale(float setter) |
int |
line_type()
PointSize
|
QtFont |
line_type(int setter) |
BytePointer |
nameFont()
Name of the font
|
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, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic QtFont()
public QtFont(long size)
Pointer.position(long).public QtFont(Pointer p)
Pointer.Pointer(Pointer).@MemberGetter @Cast(value="const char*") public BytePointer nameFont()
@ByRef public Scalar color()
public int font_face()
public QtFont font_face(int setter)
@MemberGetter @Const public IntPointer ascii()
@MemberGetter @Const public IntPointer greek()
@MemberGetter @Const public IntPointer cyrillic()
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 © 2019. All rights reserved.