toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.image.font
/
BaseTtfFont
/
SimpleGlyph
Simple
Glyph
inner
class
SimpleGlyph
(
val
index
:
Int
,
val
xMin
:
Int
,
val
yMin
:
Int
,
val
xMax
:
Int
,
val
yMax
:
Int
,
val
contoursIndices
:
IntArray
,
val
flags
:
IntArray
,
val
xPos
:
IntArray
,
val
yPos
:
IntArray
,
val
advanceWidth
:
Int
,
val
dummy
:
Boolean
=
false
)
:
BaseTtfFont.Glyph
Members
Constructors
Simple
Glyph
Link copied to clipboard
constructor
(
index
:
Int
,
xMin
:
Int
,
yMin
:
Int
,
xMax
:
Int
,
yMax
:
Int
,
contoursIndices
:
IntArray
,
flags
:
IntArray
,
xPos
:
IntArray
,
yPos
:
IntArray
,
advanceWidth
:
Int
,
dummy
:
Boolean
=
false
)
Properties
advance
Width
Link copied to clipboard
val
advanceWidth
:
Int
bitmap
Entry
Link copied to clipboard
val
bitmapEntry
:
BaseTtfFont.BitmapGlyphInfo
?
color
Entry
Link copied to clipboard
val
colorEntry
:
BaseTtfFont.ColrGlyphInfo
?
contours
Indices
Link copied to clipboard
val
contoursIndices
:
IntArray
dummy
Link copied to clipboard
val
dummy
:
Boolean
=
false
flags
Link copied to clipboard
val
flags
:
IntArray
index
Link copied to clipboard
val
index
:
Int
metrics1px
Link copied to clipboard
val
metrics1px
:
GlyphMetrics
npoints
Link copied to clipboard
val
npoints
:
Int
path
Link copied to clipboard
open
override
val
path
:
BaseTtfFont.GlyphGraphicsPath
paths
Link copied to clipboard
open
override
val
paths
:
List
<
BaseTtfFont.GlyphGraphicsPath
>
x
Max
Link copied to clipboard
val
xMax
:
Int
x
Min
Link copied to clipboard
val
xMin
:
Int
x
Pos
Link copied to clipboard
val
xPos
:
IntArray
y
Max
Link copied to clipboard
val
yMax
:
Int
y
Min
Link copied to clipboard
val
yMin
:
Int
y
Pos
Link copied to clipboard
val
yPos
:
IntArray
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String