ratex library

Classes

CloseCmd
CubicToCmd
DisplayItem
DisplayList
GlyphPathItem
LineItem
LineToCmd
MoveToCmd
PathCommand
PathItem
QuadToCmd
RaTeXColor
RaTeXEngine
High-level entry point for RaTeX rendering.
RaTeXParseAndLayoutIsolateArgs
Arguments for ratexParseAndLayoutInIsolate (e.g. pass to compute).
RaTeXWidget
A Flutter widget that renders a LaTeX math formula natively.
RectItem

Functions

ratexParseAndLayoutInIsolate(Object args) DisplayList
Top-level isolate entry for compute; calls RaTeXEngine.parseAndLayout.

Typedefs

RaTeXParseAndLayoutArgs = ({int colorValue, bool displayMode, String latex})
Legacy isolate message shape (still accepted by ratexParseAndLayoutInIsolate).

Exceptions / Errors

RaTeXException
Exception thrown when RaTeX fails to parse or lay out a formula.