FontBuilder
Overview
FontBuilder is a class in Aspose.Words FOSS for Python.
Build a non-cascaded :class:ldm.Font from one <w:rPr>.
This class provides 2 methods for working with FontBuilder objects in Python programs.
Available methods include: __init__, build.
All public members are accessible to any Python application after installing the Aspose.Words FOSS for Python package.
Methods
| Signature | Description |
|---|---|
__init__(ctx: ReaderContext) | |
build(rPr: ET.Element) → ldm.Font | Translate one <w:rPr> into a value-only :class:ldm.Font. |