render/model/render_style library
Classes
- HighlightConfig
- Sub-expression highlight configuration.
- HighlightRange
- Single highlight range.
- IntRange
- Helper class to represent an integer range (inclusive), matching Kotlin's IntRange.
- LatexConfig
- LaTeX rendering configuration (external user settings)
- LatexTheme
- LatexThemeColors
- LaTeX single swatch colors.
- LayoutHints
- Layout hints: One-way layout communication channel passing from parent to child
- LineBreakingConfig
- Line breaking configuration
- RenderContext
- Internal rendering context (state during render tree traversal)
Enums
- FontVariant
- Font variant type
- MathStyle
- Math style mode (TeXbook §702)
Extensions
Functions
-
latexConfigToContext(
LatexConfig config, {required bool isDark, required LatexFontFamilies fontFamilies, MathFontProvider? provider}) → RenderContext - Creates initial context from external configuration