class MTGlyphConstructionDisplay : MTDisplay
| <init> |
MTGlyphConstructionDisplay(glyphs: MutableList<Int>, offsets: MutableList<Float>, myfont: MTFont) |
| ascent |
var ascent: Float |
| descent |
var descent: Float |
| glyphs |
val glyphs: MutableList<Int> |
| myfont |
val myfont: MTFont |
| offsets |
val offsets: MutableList<Float> |
| hasScript |
var hasScript: Boolean |
| localTextColor |
var localTextColor: Int |
| position |
var position: CGPoint |
| range |
var range: NSRange |
| shiftDown |
var shiftDown: Float |
| textColor |
var textColor: Int |
| width |
open var width: Float |
| draw |
fun draw(canvas: Canvas): Unit
|
| colorChanged |
open fun colorChanged(): Unit
|
| displayBounds |
fun displayBounds(): CGRect
|
| positionChanged |
open fun positionChanged(): Unit
|