summaryrefslogtreecommitdiff
path: root/third_party/freetype-py/doc/ft_style_flags.rst
blob: 9cf532c2a565963fa2cd8a80d8c524937eb949c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
FT_STYLE_FLAGS
==============

A list of bit-flags used to indicate the style of a given face. These are
used in the 'style_flags' field of FT_FaceRec.


.. data:: FT_STYLE_FLAG_ITALIC	

  Indicates that a given face style is italic or oblique.


.. data:: FT_STYLE_FLAG_BOLD	

  Indicates that a given face is bold.