Skip to content

Commit

Permalink
Revert "Add labeling tests for letter/word spacing"
Browse files Browse the repository at this point in the history
This reverts commit 9dfdfc6.
  • Loading branch information
nyalldawson committed Jul 20, 2016
1 parent 9007d5c commit fc88336
Show file tree
Hide file tree
Showing 21 changed files with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions tests/src/python/test_qgspallabeling_tests.py
Expand Up @@ -185,22 +185,6 @@ def test_shadow(self):
self.lyr.shadowTransparency = 0
self.checkTest()

def test_letter_spacing(self):
# Modified letter spacing
font = QFont(self._TestFont)
font.setLetterSpacing(QFont.AbsoluteSpacing, 3.5)
font.setPointSizeF(30)
self.lyr.textFont = font
self.checkTest()

def test_word_spacing(self):
# Modified word spacing
font = QFont(self._TestFont)
font.setPointSizeF(30)
font.setWordSpacing(20.5)
self.lyr.textFont = font
self.checkTest()

# noinspection PyPep8Naming


Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit fc88336

Please sign in to comment.