Overview
FontBuilder is a class in Aspose.Words FOSS for Python.
Build a non-cascaded :class:ldm.Font from one <w:rPr>.
Methods
| Signature | Description |
|---|
__init__(ctx: ReaderContext) | |
build(rPr: ET.Element) → ldm.Font | Translate one <w:rPr> into a value-only :class:ldm.Font. |
See Also