openrndr
Toggle table of contents
0.5.0-dev.24+7dd2530
common
Target filter
common
Switch theme
Search in API
Skip to content
openrndr
openrndr-draw
/
org.openrndr.internal
/
GlyphRectangle
Glyph
Rectangle
@
JvmRecord
data
class
GlyphRectangle
(
val
character
:
Char
,
val
x
:
Double
,
val
y
:
Double
,
val
width
:
Double
,
val
height
:
Double
)
(
source
)
Members
Constructors
Glyph
Rectangle
Link copied to clipboard
constructor
(
character
:
Char
,
x
:
Double
,
y
:
Double
,
width
:
Double
,
height
:
Double
)
Properties
character
Link copied to clipboard
val
character
:
Char
height
Link copied to clipboard
val
height
:
Double
width
Link copied to clipboard
val
width
:
Double
x
Link copied to clipboard
val
x
:
Double
y
Link copied to clipboard
val
y
:
Double