File: ft_stroker_linecaps.rst

package info (click to toggle)
freetype-py 2.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,976 kB
  • sloc: python: 7,676; makefile: 111
file content (21 lines) | stat: -rw-r--r-- 446 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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.