add versionadded

This commit is contained in:
Mathieu Virbel 2012-11-26 18:59:03 +01:00
parent 17bf207703
commit d4ef9c3e92
2 changed files with 5 additions and 2 deletions

View File

@ -5,6 +5,9 @@ Text
Abstraction of text creation. Depending of the selected backend, the text
rendering can be more or less accurate.
.. versionchanged:: 1.5.0
:data:`LabelBase.line_height` added.
.. versionchanged:: 1.0.7
The :class:`LabelBase` don't generate any texture is the text have a width
<= 1.

View File

@ -290,10 +290,10 @@ class Label(Widget):
:data:`line_height` is a :class:`~kivy.properties.NumericProperty`, default to
1.0.
.. versionadded:: 1.5.0
'''
bold = BooleanProperty(False)
'''Indicates use of the bold version of your font.