render method
render
Renders a math formula.
Returns
The output image size.
def render(self, formula, stream, math_renderer_options):
...
| Parameter | Type | Description |
|---|---|---|
| formula | str | The formula LaTeX program. |
| stream | io.RawIOBase | The stream to write the output to. |
| math_renderer_options | MathRendererOptions | The rendering options. |
See Also
- module
aspose.tex.features - class
MathRenderer