summaryrefslogtreecommitdiff
path: root/third_party/freetype-py/doc/ft_glyph_bbox_modes.rst
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/freetype-py/doc/ft_glyph_bbox_modes.rst')
-rw-r--r--third_party/freetype-py/doc/ft_glyph_bbox_modes.rst25
1 files changed, 0 insertions, 25 deletions
diff --git a/third_party/freetype-py/doc/ft_glyph_bbox_modes.rst b/third_party/freetype-py/doc/ft_glyph_bbox_modes.rst
deleted file mode 100644
index f192aa3..0000000
--- a/third_party/freetype-py/doc/ft_glyph_bbox_modes.rst
+++ /dev/null
@@ -1,25 +0,0 @@
-FT_GLYPH_BBOX_MODES
-===================
-
-The mode how the values of FT_Glyph_Get_CBox are returned.
-
-.. data:: FT_GLYPH_BBOX_UNSCALED
-
- Return unscaled font units.
-
-.. data:: FT_GLYPH_BBOX_SUBPIXELS
-
- Return unfitted 26.6 coordinates.
-
-.. data:: FT_GLYPH_BBOX_GRIDFIT
-
- Return grid-fitted 26.6 coordinates.
-
-.. data:: FT_GLYPH_BBOX_TRUNCATE
-
- Return coordinates in integer pixels.
-
-.. data:: FT_GLYPH_BBOX_PIXELS
-
- Return grid-fitted pixel coordinates.
-