toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.image.font
/
TtfCIDFont
/
CFF
/
DataIndex
Data
Index
class
DataIndex
(
val
offsets
:
IntArray
,
val
bytes
:
ByteArray
)
:
Iterable
<
ByteArray
>
Members
Members & Extensions
Constructors
Data
Index
Link copied to clipboard
constructor
(
)
constructor
(
offsets
:
IntArray
,
bytes
:
ByteArray
)
Properties
all
Children
Link copied to clipboard
val
Iterable
<
Xml
>
.
allChildren
:
Iterable
<
Xml
>
all
Node
Children
Link copied to clipboard
val
Iterable
<
Xml
>
.
allNodeChildren
:
Iterable
<
Xml
>
area
Link copied to clipboard
val
Iterable
<
ImageFrame
>
.
area
:
Int
bytes
Link copied to clipboard
val
bytes
:
ByteArray
first
Text
Link copied to clipboard
val
Iterable
<
Xml
>
.
firstText
:
String
?
offsets
Link copied to clipboard
val
offsets
:
IntArray
size
Link copied to clipboard
val
size
:
Int
text
Link copied to clipboard
val
Iterable
<
Xml
>
.
text
:
String
Functions
cancel
Link copied to clipboard
fun
Iterable
<
Cancellable
>
.
cancel
(
e
:
Throwable
=
CancellationException("")
)
cancellable
Link copied to clipboard
fun
Iterable
<
Cancellable
>
.
cancellable
(
)
:
Cancellable
children
Link copied to clipboard
fun
Iterable
<
Xml
>
.
children
(
name
:
String
)
:
Iterable
<
Xml
>
close
Link copied to clipboard
fun
Iterable
<
Closeable
>
.
close
(
)
closeable
Link copied to clipboard
fun
Iterable
<
Closeable
>
.
closeable
(
)
:
Closeable
execute
And
Wait
Any
Signal
Link copied to clipboard
inline suspend
fun
<
T
>
Iterable
<
Signal
<
T
>
>
.
executeAndWaitAnySignal
(
callback
:
(
)
->
Unit
)
:
Pair
<
Signal
<
T
>
,
T
>
get
Link copied to clipboard
operator
fun
get
(
index
:
Int
)
:
ByteArray
get
Link copied to clipboard
inline
fun
<
T
>
Iterable
<
Vfs.Attribute
>
.
get
(
)
:
T
?
operator
fun
Iterable
<
Xml
>
.
get
(
name
:
String
)
:
Iterable
<
Xml
>
item
Size
Link copied to clipboard
fun
itemSize
(
index
:
Int
)
:
Int
iterator
Link copied to clipboard
open
operator override
fun
iterator
(
)
:
Iterator
<
ByteArray
>
list
Formats
Link copied to clipboard
fun
Iterable
<
ImageFormat
>
.
listFormats
(
)
:
Set
<
ImageFormat
>
str
Link copied to clipboard
fun
Iterable
<
Xml
>
.
str
(
name
:
String
,
defaultValue
:
String
=
""
)
:
String
to
Channel
Link copied to clipboard
suspend
fun
<
T
>
Iterable
<
T
>
.
toChannel
(
)
:
ReceiveChannel
<
T
>
to
List
Link copied to clipboard
fun
toList
(
)
:
List
<
ByteArray
>
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
wait
One
Link copied to clipboard
suspend
fun
Iterable
<
Signal
<
*
>
>
.
waitOne
(
)
:
Any
?