Rename tokenizer setFont to setTextFont

This commit is contained in:
Veronica Berglyd Olsen
2024-11-26 00:40:09 +01:00
parent 05b1fdd7f2
commit 2808c36753
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -302,7 +302,7 @@ class Tokenizer(ABC):
self._sceneStyle |= BlockFmt.PBB if pageBreak else BlockFmt.NONE
return
def setFont(self, font: QFont) -> None:
def setTextFont(self, font: QFont) -> None:
"""Set the build font."""
self._textFont = font
return