All Types

com.agog.mathdisplay.render.BoundingBox
com.agog.mathdisplay.render.CGGlyph
com.agog.mathdisplay.render.CGPoint
com.agog.mathdisplay.render.CGRect
com.agog.mathdisplay.parse.MTAccent
com.agog.mathdisplay.render.MTAccentDisplay
com.agog.mathdisplay.render.MTCTLineDisplay
com.agog.mathdisplay.render.MTCodepointChar
com.agog.mathdisplay.parse.MTColumnAlignment

@typedef MTColumnAlignment @brief Alignment for a column of MTMathTable

com.agog.mathdisplay.render.MTDisplay
com.agog.mathdisplay.render.MTDrawFreeType
com.agog.mathdisplay.parse.MTEnvProperties
com.agog.mathdisplay.render.MTFont
com.agog.mathdisplay.MTFontManager
com.agog.mathdisplay.render.MTFontMathTable
com.agog.mathdisplay.parse.MTFontStyle
com.agog.mathdisplay.parse.MTFraction
com.agog.mathdisplay.render.MTFractionDisplay
com.agog.mathdisplay.render.MTGlyphConstructionDisplay
com.agog.mathdisplay.render.MTGlyphDisplay
com.agog.mathdisplay.render.MTGlyphPart
com.agog.mathdisplay.parse.MTInner
com.agog.mathdisplay.render.MTInterElementSpaceType

Created by greg on 3/13/18.

com.agog.mathdisplay.render.MTLargeOpLimitsDisplay
com.agog.mathdisplay.parse.MTLargeOperator
com.agog.mathdisplay.render.MTLineDisplay
com.agog.mathdisplay.render.MTLinePosition

@typedef MTLinePosition @brief The type of position for a line, i.e. subscript/superscript or regular.

com.agog.mathdisplay.parse.MTLineStyle

@typedef MTLineStyle @brief Styling of a line of math

com.agog.mathdisplay.parse.MTMathAtom

A MTMathAtom is the basic unit of a math list. Each atom represents a single character or mathematical operator in a list. However certain atoms can represent more complex structures such as fractions and radicals. Each atom has a type which determines how the atom is rendered and a nucleus. The nucleus contains the character(s) that need to be rendered. However the nucleus may be empty for certain types of atoms. An atom has an optional subscript or superscript which represents the subscript or superscript that is to be rendered.

com.agog.mathdisplay.parse.MTMathAtomFactory
com.agog.mathdisplay.parse.MTMathAtomType

@typedef MTMathAtomType @brief The type of atom in a MTMathList.

com.agog.mathdisplay.parse.MTMathColor
com.agog.mathdisplay.parse.MTMathList
com.agog.mathdisplay.parse.MTMathListBuilder
com.agog.mathdisplay.render.MTMathListDisplay
com.agog.mathdisplay.parse.MTMathSpace
com.agog.mathdisplay.parse.MTMathStyle
com.agog.mathdisplay.parse.MTMathTable
com.agog.mathdisplay.MTMathView

View subclass for rendering LaTeX Math.

com.agog.mathdisplay.parse.MTOverLine
com.agog.mathdisplay.parse.MTParseError
com.agog.mathdisplay.parse.MTParseErrors

Created by greg on 2/12/18.

com.agog.mathdisplay.parse.MTRadical
com.agog.mathdisplay.render.MTRadicalDisplay
com.agog.mathdisplay.render.MTTypesetter
com.agog.mathdisplay.parse.MTUnderLine
com.agog.mathdisplay.parse.MathDisplayException
com.agog.mathdisplay.parse.NSRange