openrndr
0.4.5-dev.4.uncommitted+98ebace
common
openrndr-draw
/
org.openrndr.draw
/
GlyphMetrics
Glyph
Metrics
@
JvmRecord
data
class
GlyphMetrics
(
val
advanceWidth
:
Double
,
val
leftSideBearing
:
Double
,
val
xBitmapShift
:
Double
,
val
yBitmapShift
:
Double
)
(
source
)
Members
Constructors
Glyph
Metrics
Link copied to clipboard
constructor
(
advanceWidth
:
Double
,
leftSideBearing
:
Double
,
xBitmapShift
:
Double
,
yBitmapShift
:
Double
)
Properties
advance
Width
Link copied to clipboard
val
advanceWidth
:
Double
left
Side
Bearing
Link copied to clipboard
val
leftSideBearing
:
Double
x
Bitmap
Shift
Link copied to clipboard
val
xBitmapShift
:
Double
y
Bitmap
Shift
Link copied to clipboard
val
yBitmapShift
:
Double