summaryrefslogtreecommitdiff
path: root/third_party/freetype-py/doc/ft_open_modes.rst
blob: 25001041a58d99850f571368a26a84afe273a1f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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.