public static class opencv_imgproc.CvFont extends opencv_core.AbstractCvFont
| Constructor and Description |
|---|
CvFont()
Default native constructor.
|
CvFont(long size)
Native array allocator.
|
CvFont(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.CvScalar |
color() |
opencv_imgproc.CvFont |
color(opencv_core.CvScalar color) |
org.bytedeco.javacpp.IntPointer |
cyrillic() |
float |
dx()
horizontal interval between letters
|
opencv_imgproc.CvFont |
dx(float dx) |
int |
font_face() |
opencv_imgproc.CvFont |
font_face(int font_face) |
org.bytedeco.javacpp.IntPointer |
greek() |
float |
hscale() |
opencv_imgproc.CvFont |
hscale(float hscale) |
int |
line_type()
Qt: PointSize
|
opencv_imgproc.CvFont |
line_type(int line_type) |
org.bytedeco.javacpp.BytePointer |
nameFont() |
opencv_imgproc.CvFont |
position(long position) |
float |
shear()
slope coefficient: 0 - normal, >0 - italic
|
opencv_imgproc.CvFont |
shear(float shear) |
int |
thickness()
Qt: weight /** letters thickness
|
opencv_imgproc.CvFont |
thickness(int thickness) |
float |
vscale() |
opencv_imgproc.CvFont |
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 CvFont()
public CvFont(long size)
Pointer.position(long).public CvFont(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public opencv_imgproc.CvFont 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.CvScalar color()
public opencv_imgproc.CvFont color(opencv_core.CvScalar color)
public int font_face()
public opencv_imgproc.CvFont 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_imgproc.CvFont hscale(float hscale)
public float vscale()
public opencv_imgproc.CvFont vscale(float vscale)
public float shear()
public opencv_imgproc.CvFont shear(float shear)
public int thickness()
public opencv_imgproc.CvFont thickness(int thickness)
public float dx()
public opencv_imgproc.CvFont dx(float dx)
public int line_type()
public opencv_imgproc.CvFont line_type(int line_type)
Copyright © 2018. All rights reserved.