public final class MathRenderer extends Object
Implements rendering of math formula.
| Modifier and Type | Method and Description |
|---|---|
static void |
render(String formula,
OutputStream stream,
MathRendererOptions mathRendererOptions,
Size2D size)
Renders a math formula.
|
public static void render(String formula, OutputStream stream, MathRendererOptions mathRendererOptions, Size2D size)
Renders a math formula.
formula - The formula LaTeX program.stream - The stream to write the output to.mathRendererOptions - The rendering options.size - The output image size.Copyright © 2021 Aspose. All Rights Reserved.