VEX V5 Python API
Static Public Attributes | List of all members
vex.Font Class Reference

A unit of font type. More...

Inherits vex.Enum.

Static Public Attributes

int MONO_20 = 0
 A unit type that represents a type of font as mono20. More...
 
int MONO_30 = 1
 A unit type that represents a type of font as mono30. More...
 
int MONO_40 = 2
 A unit type that represents a type of font as mono40. More...
 
int MONO_60 = 3
 A unit type that represents a type of font as mono60. More...
 
int PROP_20 = 4
 A unit type that represents a type of font as prop20. More...
 
int PROP_30 = 5
 A unit type that represents a type of font as prop30. More...
 
int PROP_40 = 6
 A unit type that represents a type of font as prop40. More...
 
int PROP_60 = 7
 A unit type that represents a type of font as prop60. More...
 
int MONO_15 = 8
 A unit type that represents a type of font as mono15. More...
 
int MONO_12 = 9
 A unit type that represents a type of font as mono12. More...
 
int CHINESE_16 = 0xf0
 A font supporting Chinese characters. More...
 

Detailed Description

A unit of font type.

Member Data Documentation

◆ MONO_20

int vex.Font.MONO_20 = 0
static

A unit type that represents a type of font as mono20.

◆ MONO_30

int vex.Font.MONO_30 = 1
static

A unit type that represents a type of font as mono30.

◆ MONO_40

int vex.Font.MONO_40 = 2
static

A unit type that represents a type of font as mono40.

◆ MONO_60

int vex.Font.MONO_60 = 3
static

A unit type that represents a type of font as mono60.

◆ PROP_20

int vex.Font.PROP_20 = 4
static

A unit type that represents a type of font as prop20.

◆ PROP_30

int vex.Font.PROP_30 = 5
static

A unit type that represents a type of font as prop30.

◆ PROP_40

int vex.Font.PROP_40 = 6
static

A unit type that represents a type of font as prop40.

◆ PROP_60

int vex.Font.PROP_60 = 7
static

A unit type that represents a type of font as prop60.

◆ MONO_15

int vex.Font.MONO_15 = 8
static

A unit type that represents a type of font as mono15.

◆ MONO_12

int vex.Font.MONO_12 = 9
static

A unit type that represents a type of font as mono12.

◆ CHINESE_16

int vex.Font.CHINESE_16 = 0xf0
static

A font supporting Chinese characters.