summaryrefslogtreecommitdiff
path: root/third_party/freetype-py/doc/ft_stroker_borders.rst
diff options
context:
space:
mode:
authorJames Godfrey-Kittle <jamesgk@google.com>2015-04-14 17:30:59 -0700
committerJames Godfrey-Kittle <jamesgk@google.com>2015-04-16 12:16:35 -0700
commit9c7be85eee749f620d722c8e0382bad3ed34c1b8 (patch)
tree7a955704e731626a4353f3285253c92654acdf9f /third_party/freetype-py/doc/ft_stroker_borders.rst
parentba03b84b90b50afd99f9688059447bc545e5c0e1 (diff)
Remove freetype-py from repo, refer to GitHub.
Diffstat (limited to 'third_party/freetype-py/doc/ft_stroker_borders.rst')
-rw-r--r--third_party/freetype-py/doc/ft_stroker_borders.rst27
1 files changed, 0 insertions, 27 deletions
diff --git a/third_party/freetype-py/doc/ft_stroker_borders.rst b/third_party/freetype-py/doc/ft_stroker_borders.rst
deleted file mode 100644
index 31bc073..0000000
--- a/third_party/freetype-py/doc/ft_stroker_borders.rst
+++ /dev/null
@@ -1,27 +0,0 @@
-FT_STROKER_BORDERS
-==================
-
-These values are used to select a given stroke border in
-.. data:: FT_Stroker_GetBorderCounts and FT_Stroker_ExportBorder.
-
-
-.. data:: FT_STROKER_BORDER_LEFT
-
- Select the left border, relative to the drawing direction.
-
-
-.. data:: FT_STROKER_BORDER_RIGHT
-
- Select the right border, relative to the drawing direction.
-
-
-Note
-
- Applications are generally interested in the 'inside' and 'outside'
- borders. However, there is no direct mapping between these and the 'left' and
- 'right' ones, since this really depends on the glyph's drawing orientation,
- which varies between font formats.
-
- You can however use FT_Outline_GetInsideBorder and
- FT_Outline_GetOutsideBorder to get these.
-