KitePDF
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
KitePDF
kitepdf
/
io.github.yuroyami.kitepdf.render
/
RecordingCanvas
/
Call
/
Text
Text
data
class
Text
(
val
bytes
:
ByteArray
,
val
font
:
PdfFont
,
val
fontSize
:
Double
,
val
textMatrix
:
Matrix
,
val
fillColor
:
RgbColor
,
val
alpha
:
Double
=
1.0
,
val
blendMode
:
BlendMode
=
BlendMode.Normal
)
:
RecordingCanvas.Call
Members
Constructors
Text
Link copied to clipboard
constructor
(
bytes
:
ByteArray
,
font
:
PdfFont
,
fontSize
:
Double
,
textMatrix
:
Matrix
,
fillColor
:
RgbColor
,
alpha
:
Double
=
1.0
,
blendMode
:
BlendMode
=
BlendMode.Normal
)
Properties
alpha
Link copied to clipboard
val
alpha
:
Double
=
1.0
blend
Mode
Link copied to clipboard
val
blendMode
:
BlendMode
bytes
Link copied to clipboard
val
bytes
:
ByteArray
fill
Color
Link copied to clipboard
val
fillColor
:
RgbColor
font
Link copied to clipboard
val
font
:
PdfFont
font
Size
Link copied to clipboard
val
fontSize
:
Double
text
Link copied to clipboard
val
text
:
String
text
Matrix
Link copied to clipboard
val
textMatrix
:
Matrix
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int