NAME_COPYRIGHT = 'copyright' |
Font name identifier |
NAME_DESIGNER = 'designer' |
Font name identifier |
NAME_FAMILY = 'family' |
Font name identifier |
NAME_FULL = 'name' |
Font name identifier |
NAME_IDENTIFIER = 'identifier' |
Font name identifier |
NAME_LICENSE = 'license' |
Font name identifier |
NAME_MANUFACTURER = 'manufacturer' |
Font name identifier |
NAME_SAMPLE = 'sample' |
Font name identifier |
NAME_STRETCH = 'stretch' |
Font name identifier |
NAME_STYLE = 'style' |
Font name identifier |
NAME_SUBFAMILY = 'subfamily' |
Font name identifier |
NAME_TRADEMARK = 'trademark' |
Font name identifier |
NAME_VERSION = 'version' |
Font name identifier |
NAME_WEIGHT = 'weight' |
Font name identifier |
STRETCH_CONDENSED = 3 |
Standard font stretch value |
STRETCH_EXPANDED = 7 |
Standard font stretch value |
STRETCH_EXTRA_CONDENSED = 2 |
Standard font stretch value |
STRETCH_EXTRA_EXPANDED = 8 |
Standard font stretch value |
STRETCH_NORMAL = 5 |
Standard font stretch value |
STRETCH_SEMI_CONDENSED = 4 |
Standard font stretch value |
STRETCH_SEMI_EXPANDED = 6 |
Standard font stretch value |
STRETCH_ULTRA_CONDENSED = 1 |
Standard font stretch value |
STRETCH_ULTRA_EXPANDED = 9 |
Standard font stretch value |
STYLE_ITALIC = 0x01 |
Font style identifier |
STYLE_PLAIN = 0x00 |
Font style identifier |
WEIGHT_BLACK = 900 |
Standard font weight value |
WEIGHT_BOLD = 700 |
Standard font weight value |
WEIGHT_EXTRA_BOLD = 800 |
Standard font weight value |
WEIGHT_EXTRA_LIGHT = 200 |
Standard font weight value |
WEIGHT_LIGHT = 300 |
Standard font weight value |
WEIGHT_MEDIUM = 500 |
Standard font weight value |
WEIGHT_REGULAR = 400 |
Standard font weight value |
WEIGHT_SEMI_BOLD = 600 |
Standard font weight value |
WEIGHT_THIN = 100 |
Standard font weight value |
Font name identifier
const NAME_COPYRIGHT = 'copyright'
Font name identifier
const NAME_DESIGNER = 'designer'
Font name identifier
const NAME_FAMILY = 'family'
Font name identifier
const NAME_FULL = 'name'
Font name identifier
const NAME_IDENTIFIER = 'identifier'
Font name identifier
const NAME_LICENSE = 'license'
Font name identifier
const NAME_MANUFACTURER = 'manufacturer'
Font name identifier
const NAME_SAMPLE = 'sample'
Font name identifier
const NAME_STRETCH = 'stretch'
Font name identifier
const NAME_STYLE = 'style'
Font name identifier
const NAME_SUBFAMILY = 'subfamily'
Font name identifier
const NAME_TRADEMARK = 'trademark'
Font name identifier
const NAME_VERSION = 'version'
Font name identifier
const NAME_WEIGHT = 'weight'
Standard font stretch value
const STRETCH_CONDENSED = 3
Standard font stretch value
const STRETCH_EXPANDED = 7
Standard font stretch value
const STRETCH_EXTRA_CONDENSED = 2
Standard font stretch value
const STRETCH_EXTRA_EXPANDED = 8
Standard font stretch value
const STRETCH_NORMAL = 5
Standard font stretch value
const STRETCH_SEMI_CONDENSED = 4
Standard font stretch value
const STRETCH_SEMI_EXPANDED = 6
Standard font stretch value
const STRETCH_ULTRA_CONDENSED = 1
Standard font stretch value
const STRETCH_ULTRA_EXPANDED = 9
Font style identifier
const STYLE_ITALIC = 0x01
Font style identifier
const STYLE_PLAIN = 0x00
Standard font weight value
const WEIGHT_BLACK = 900
Standard font weight value
const WEIGHT_BOLD = 700
Standard font weight value
const WEIGHT_EXTRA_BOLD = 800
Standard font weight value
const WEIGHT_EXTRA_LIGHT = 200
Standard font weight value
const WEIGHT_LIGHT = 300
Standard font weight value
const WEIGHT_MEDIUM = 500
Standard font weight value
const WEIGHT_REGULAR = 400
Standard font weight value
const WEIGHT_SEMI_BOLD = 600
Standard font weight value
const WEIGHT_THIN = 100