openrndr
0.4.3-dev.1+02ed3a6
common
openrndr-draw
/
org.openrndr.internal
/
FontImageMapDrawer
Font
Image
Map
Drawer
class
FontImageMapDrawer
(
source
)
Members
Constructors
Font
Image
Map
Drawer
Link copied to clipboard
constructor
(
)
Functions
draw
Text
Link copied to clipboard
fun
drawText
(
context
:
DrawContext
,
drawStyle
:
DrawStyle
,
text
:
String
,
x
:
Double
,
y
:
Double
)
draw
Texts
Link copied to clipboard
fun
drawTexts
(
context
:
DrawContext
,
drawStyle
:
DrawStyle
,
texts
:
List
<
String
>
,
positions
:
List
<
Vector2
>
)
flush
Link copied to clipboard
fun
flush
(
context
:
DrawContext
,
drawStyle
:
DrawStyle
)
queue
Text
Link copied to clipboard
fun
queueText
(
fontMap
:
FontMap
,
text
:
String
,
x
:
Double
,
y
:
Double
,
tracking
:
Double
=
0.0
,
kerning
:
KernMode
,
textSetting
:
TextSettingMode
)
Properties
queued
Instances
Link copied to clipboard
var
queuedInstances
:
Int