summaryrefslogtreecommitdiff
path: root/third_party/freetype-py/doc/ft_style_flags.rst
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/freetype-py/doc/ft_style_flags.rst')
-rw-r--r--third_party/freetype-py/doc/ft_style_flags.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/third_party/freetype-py/doc/ft_style_flags.rst b/third_party/freetype-py/doc/ft_style_flags.rst
new file mode 100644
index 0000000..9cf532c
--- /dev/null
+++ b/third_party/freetype-py/doc/ft_style_flags.rst
@@ -0,0 +1,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.
+