cheshirekow  v0.1.0
freetype::styleflag Namespace Reference

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. More...

Variables

const UInt_t BOLD = ( 1 << 1 )
 Indicates that a given face is bold. More...
 
const UInt_t ITALIC = ( 1 << 0 )
 Indicates that a given face style is italic or oblique. More...
 

Detailed Description

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.

Note
The style information as provided by FreeType is very basic. More details are beyond the scope and should be done on a higher level (for example, by analyzing various fields of the ‘OS/2’ table in SFNT based fonts).

Variable Documentation

const UInt_t freetype::styleflag::BOLD = ( 1 << 1 )

Indicates that a given face is bold.

Definition at line 396 of file types.h.

const UInt_t freetype::styleflag::ITALIC = ( 1 << 0 )

Indicates that a given face style is italic or oblique.

Definition at line 393 of file types.h.