Home
last modified time | relevance | path

Searched defs:getVariableAttrs (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/fonttools/Lib/fontTools/ttLib/tables/
H A DotBase.py1204 def getVariableAttrs(self): member in BaseTable
1240 def getVariableAttrs(self): member in FormatSwitchingBaseTable
1267 def getVariableAttrs(cls: BaseTable, fmt: Optional[int] = None) -> Tuple[str]: function