class MTCTLineDisplay : MTDisplay
<init> |
MTCTLineDisplay(str: String, range: NSRange, font: MTFont, atoms: List<MTMathAtom>) |
atoms |
val atoms: List<MTMathAtom>
|
font |
val font: MTFont |
str |
val str: String |
ascent |
open var ascent: Float |
descent |
open var descent: 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 |
computeDimensions |
fun computeDimensions(): Unit |
draw |
fun draw(canvas: Canvas): Unit
|
colorChanged |
open fun colorChanged(): Unit
|
displayBounds |
fun displayBounds(): CGRect
|
positionChanged |
open fun positionChanged(): Unit
|