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.

