com.agog.mathdisplay.render / MTGlyphConstructionDisplay

MTGlyphConstructionDisplay

class MTGlyphConstructionDisplay : MTDisplay

Constructors

<init> MTGlyphConstructionDisplay(glyphs: MutableList<Int>, offsets: MutableList<Float>, myfont: MTFont)

Properties

ascent var ascent: Float
descent var descent: Float
glyphs val glyphs: MutableList<Int>
myfont val myfont: MTFont
offsets val offsets: MutableList<Float>

Inherited Properties

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

Functions

draw fun draw(canvas: Canvas): Unit

Inherited Functions

colorChanged open fun colorChanged(): Unit
displayBounds fun displayBounds(): CGRect
positionChanged open fun positionChanged(): Unit