MCPcopy Create free account
hub / github.com/scanny/python-pptx / CT_TextFont

Class CT_TextFont

src/pptx/oxml/text.py:360–368  ·  view source on GitHub ↗

Custom element class for `a:latin`, `a:ea`, `a:cs`, and `a:sym`. These occur as child elements of CT_TextCharacterProperties, e.g. `a:rPr`.

Source from the content-addressed store, hash-verified

358
359
360class CT_TextFont(BaseOxmlElement):
361 """Custom element class for `a:latin`, `a:ea`, `a:cs`, and `a:sym`.
362
363 These occur as child elements of CT_TextCharacterProperties, e.g. `a:rPr`.
364 """
365
366 typeface: str = RequiredAttribute( # pyright: ignore[reportAssignmentType]
367 "typeface", ST_TextTypeface
368 )
369
370
371class CT_TextLineBreak(BaseOxmlElement):

Callers

nothing calls this directly

Calls 1

RequiredAttributeClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…