summaryrefslogtreecommitdiff
path: root/third_party/freetype-py/doc/ft_open_modes.rst
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/freetype-py/doc/ft_open_modes.rst')
-rw-r--r--third_party/freetype-py/doc/ft_open_modes.rst31
1 files changed, 0 insertions, 31 deletions
diff --git a/third_party/freetype-py/doc/ft_open_modes.rst b/third_party/freetype-py/doc/ft_open_modes.rst
deleted file mode 100644
index 2500104..0000000
--- a/third_party/freetype-py/doc/ft_open_modes.rst
+++ /dev/null
@@ -1,31 +0,0 @@
-FT_OPEN_MODES
-=============
-
-A list of bit-field constants used within the 'flags' field of the
-.. data:: FT_Open_Args structure.
-
-
-.. data:: FT_OPEN_MEMORY
-
- This is a memory-based stream.
-
-
-.. data:: FT_OPEN_STREAM
-
- Copy the stream from the 'stream' field.
-
-
-.. data:: FT_OPEN_PATHNAME
-
- Create a new input stream from a C path name.
-
-
-.. data:: FT_OPEN_DRIVER
-
- Use the 'driver' field.
-
-
-.. data:: FT_OPEN_PARAMS
-
- Use the 'num_params' and 'params' fields.
-