InfiniText.FontSynthesisFlags Class Reference

Detailed Description

The flags which represent the synthesis of a font face.

Public Attributes

const int None =0
 Don't synthesise anything. More...
 
const int Style =1
 Synthesise the style. More...
 
const int Weight =1<<1
 Synthesise the weight. More...
 
const int Stretch =2<<1
 Synthesise the stretch. More...
 
const int All =Style | Weight | Stretch
 Synthesise all properties. More...
 

Member Data Documentation

const int InfiniText.FontSynthesisFlags.All =Style | Weight | Stretch

Synthesise all properties.

const int InfiniText.FontSynthesisFlags.None =0

Don't synthesise anything.

const int InfiniText.FontSynthesisFlags.Stretch =2<<1

Synthesise the stretch.

const int InfiniText.FontSynthesisFlags.Style =1

Synthesise the style.

const int InfiniText.FontSynthesisFlags.Weight =1<<1

Synthesise the weight.