summaryrefslogtreecommitdiff
path: root/third_party/freetype-py/doc/ft_stroker_linecaps.rst
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/freetype-py/doc/ft_stroker_linecaps.rst')
-rw-r--r--third_party/freetype-py/doc/ft_stroker_linecaps.rst21
1 files changed, 21 insertions, 0 deletions
diff --git a/third_party/freetype-py/doc/ft_stroker_linecaps.rst b/third_party/freetype-py/doc/ft_stroker_linecaps.rst
new file mode 100644
index 0000000..aa56831
--- /dev/null
+++ b/third_party/freetype-py/doc/ft_stroker_linecaps.rst
@@ -0,0 +1,21 @@
+FT_STROKER_LINECAPS
+===================
+
+These values determine how the end of opened sub-paths are rendered in a
+stroke.
+
+
+.. data:: FT_STROKER_LINECAP_BUTT
+
+ The end of lines is rendered as a full stop on the last point itself.
+
+
+.. data:: FT_STROKER_LINECAP_ROUND
+
+ The end of lines is rendered as a half-circle around the last point.
+
+
+.. data:: FT_STROKER_LINECAP_SQUARE
+
+ The end of lines is rendered as a square around the last point.
+