File: ft_style_flags.rst

package info (click to toggle)
freetype-py 2.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,976 kB
  • sloc: python: 7,676; makefile: 111
file content (16 lines) | stat: -rw-r--r-- 318 bytes parent folder | download | duplicates (4)
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.