Skip to content

Commit fc88336

Browse files
committed
Revert "Add labeling tests for letter/word spacing"
This reverts commit 9dfdfc6.
1 parent 9007d5c commit fc88336

File tree

21 files changed

+0
-16
lines changed

21 files changed

+0
-16
lines changed

tests/src/python/test_qgspallabeling_tests.py

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -185,22 +185,6 @@ def test_shadow(self):
185185
self.lyr.shadowTransparency = 0
186186
self.checkTest()
187187

188-
def test_letter_spacing(self):
189-
# Modified letter spacing
190-
font = QFont(self._TestFont)
191-
font.setLetterSpacing(QFont.AbsoluteSpacing, 3.5)
192-
font.setPointSizeF(30)
193-
self.lyr.textFont = font
194-
self.checkTest()
195-
196-
def test_word_spacing(self):
197-
# Modified word spacing
198-
font = QFont(self._TestFont)
199-
font.setPointSizeF(30)
200-
font.setWordSpacing(20.5)
201-
self.lyr.textFont = font
202-
self.checkTest()
203-
204188
# noinspection PyPep8Naming
205189

206190

0 commit comments

Comments
 (0)