mirror of https://github.com/kivy/kivy.git
add versionadded
This commit is contained in:
parent
17bf207703
commit
d4ef9c3e92
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue