Sync classref with current source

This commit is contained in:
Rémi Verschelde
2019-12-03 10:27:08 +01:00
parent a4bf34e6e1
commit 5048872193
20 changed files with 166 additions and 35 deletions

View File

@@ -21,6 +21,8 @@ A 2D line.
Properties
----------
+-----------------------------------------------------+---------------------------------------------------------------+-------------------------+
| :ref:`bool<class_bool>` | :ref:`antialiased<class_Line2D_property_antialiased>` | false |
+-----------------------------------------------------+---------------------------------------------------------------+-------------------------+
| :ref:`LineCapMode<enum_Line2D_LineCapMode>` | :ref:`begin_cap_mode<class_Line2D_property_begin_cap_mode>` | 0 |
+-----------------------------------------------------+---------------------------------------------------------------+-------------------------+
@@ -127,6 +129,22 @@ A line through several points in 2D space.
Property Descriptions
---------------------
.. _class_Line2D_property_antialiased:
- :ref:`bool<class_bool>` **antialiased**
+-----------+------------------------+
| *Default* | false |
+-----------+------------------------+
| *Setter* | set_antialiased(value) |
+-----------+------------------------+
| *Getter* | get_antialiased() |
+-----------+------------------------+
If ``true``, the line's border will be anti-aliased.
----
.. _class_Line2D_property_begin_cap_mode:
- :ref:`LineCapMode<enum_Line2D_LineCapMode>` **begin_cap_mode**