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