GE_CM_FONTSORT

Detailed Description

Enumerations

enum class  GE_CM_FONTSORT {
  FLAT ,
  HIERARCHICAL
}
 

Functions

enum GE_CM_FONTSORT MAXON_ENUM_LIST (GE_CM_FONTSORT)
 

Enumeration Type Documentation

◆ GE_CM_FONTSORT

enum GE_CM_FONTSORT
strong
Enumerator
FLAT 

The font families are sorted alphabetically.

For each font family a BaseContainer is stored and will hold a description for each font of this family (one BaseContainer per font).

HIERARCHICAL 

One BaseContainer per font, no order guaranteed.

Function Documentation

◆ MAXON_ENUM_LIST()

enum GE_CM_FONTSORT MAXON_ENUM_LIST ( GE_CM_FONTSORT  )