openrndr
0.4.5-dev.4.uncommitted+98ebace
common
openrndr-draw
/
org.openrndr.internal
/
GlyphRectangle
Glyph
Rectangle
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