korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-image
/
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
(
offsets
:
IntArray
,
bytes
:
ByteArray
)
constructor
(
)
Properties
area
Link copied to clipboard
val
Iterable
<
ImageFrame
>
.
area
:
Int
bytes
Link copied to clipboard
val
bytes
:
ByteArray
offsets
Link copied to clipboard
val
offsets
:
IntArray
size
Link copied to clipboard
val
size
:
Int
Functions
get
Link copied to clipboard
operator
fun
get
(
index
:
Int
)
:
ByteArray
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
>
to
List
Link copied to clipboard
fun
toList
(
)
:
List
<
ByteArray
>
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String