toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.image.text
/
ITextRendererActions
IText
Renderer
Actions
interface
ITextRendererActions
Inheritors
TextRendererActions
Members
Members & Extensions
Properties
current
Line
Num
Link copied to clipboard
abstract
var
currentLineNum
:
Int
line
Height
Link copied to clipboard
abstract
val
lineHeight
:
Double
pos
Link copied to clipboard
abstract
var
pos
:
Point
transform
Link copied to clipboard
abstract
var
transform
:
Matrix
Functions
advance
Link copied to clipboard
open
fun
advance
(
x
:
Double
)
around
Path
Link copied to clipboard
fun
ITextRendererActions
.
aroundPath
(
curve
:
Curve
)
:
ITextRendererActions
get
Glyph
Metrics
Link copied to clipboard
abstract
fun
getGlyphMetrics
(
reader
:
WStringReader
?
,
codePoint
:
Int
)
:
GlyphMetrics
get
Kerning
Link copied to clipboard
abstract
fun
getKerning
(
leftCodePoint
:
Int
,
rightCodePoint
:
Int
)
:
Double
new
Line
Link copied to clipboard
open
fun
newLine
(
y
:
Double
,
end
:
Boolean
)
put
Link copied to clipboard
abstract
fun
put
(
reader
:
WStringReader
,
codePoint
:
Int
)
:
GlyphMetrics
reset
Link copied to clipboard
open
fun
reset
(
)
set
Font
Link copied to clipboard
abstract
fun
setFont
(
font
:
Font
,
size
:
Double
)