Sgss_Font

Description

Author:
Matsuda Shota
Copyright:
(c) 2007-2008 Matsuda Shota
License:
http://creativecommons.org/licenses/GPL/2.0/
Located in:
/Font.php (line 36)

Class overview

Constants

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

Constant detail

NAME_COPYRIGHT

Font name identifier

Signature:
const NAME_COPYRIGHT = 'copyright'


NAME_DESIGNER

Font name identifier

Signature:
const NAME_DESIGNER = 'designer'


NAME_FAMILY

Font name identifier

Signature:
const NAME_FAMILY = 'family'


NAME_FULL

Font name identifier

Signature:
const NAME_FULL = 'name'


NAME_IDENTIFIER

Font name identifier

Signature:
const NAME_IDENTIFIER = 'identifier'


NAME_LICENSE

Font name identifier

Signature:
const NAME_LICENSE = 'license'


NAME_MANUFACTURER

Font name identifier

Signature:
const NAME_MANUFACTURER = 'manufacturer'


NAME_SAMPLE

Font name identifier

Signature:
const NAME_SAMPLE = 'sample'


NAME_STRETCH

Font name identifier

Signature:
const NAME_STRETCH = 'stretch'


NAME_STYLE

Font name identifier

Signature:
const NAME_STYLE = 'style'


NAME_SUBFAMILY

Font name identifier

Signature:
const NAME_SUBFAMILY = 'subfamily'


NAME_TRADEMARK

Font name identifier

Signature:
const NAME_TRADEMARK = 'trademark'


NAME_VERSION

Font name identifier

Signature:
const NAME_VERSION = 'version'


NAME_WEIGHT

Font name identifier

Signature:
const NAME_WEIGHT = 'weight'


STRETCH_CONDENSED

Standard font stretch value

Signature:
const STRETCH_CONDENSED = 3


STRETCH_EXPANDED

Standard font stretch value

Signature:
const STRETCH_EXPANDED = 7


STRETCH_EXTRA_CONDENSED

Standard font stretch value

Signature:
const STRETCH_EXTRA_CONDENSED = 2


STRETCH_EXTRA_EXPANDED

Standard font stretch value

Signature:
const STRETCH_EXTRA_EXPANDED = 8


STRETCH_NORMAL

Standard font stretch value

Signature:
const STRETCH_NORMAL = 5


STRETCH_SEMI_CONDENSED

Standard font stretch value

Signature:
const STRETCH_SEMI_CONDENSED = 4


STRETCH_SEMI_EXPANDED

Standard font stretch value

Signature:
const STRETCH_SEMI_EXPANDED = 6


STRETCH_ULTRA_CONDENSED

Standard font stretch value

Signature:
const STRETCH_ULTRA_CONDENSED = 1


STRETCH_ULTRA_EXPANDED

Standard font stretch value

Signature:
const STRETCH_ULTRA_EXPANDED = 9


STYLE_ITALIC

Font style identifier

Signature:
const STYLE_ITALIC = 0x01


STYLE_PLAIN

Font style identifier

Signature:
const STYLE_PLAIN = 0x00


WEIGHT_BLACK

Standard font weight value

Signature:
const WEIGHT_BLACK = 900


WEIGHT_BOLD

Standard font weight value

Signature:
const WEIGHT_BOLD = 700


WEIGHT_EXTRA_BOLD

Standard font weight value

Signature:
const WEIGHT_EXTRA_BOLD = 800


WEIGHT_EXTRA_LIGHT

Standard font weight value

Signature:
const WEIGHT_EXTRA_LIGHT = 200


WEIGHT_LIGHT

Standard font weight value

Signature:
const WEIGHT_LIGHT = 300


WEIGHT_MEDIUM

Standard font weight value

Signature:
const WEIGHT_MEDIUM = 500


WEIGHT_REGULAR

Standard font weight value

Signature:
const WEIGHT_REGULAR = 400


WEIGHT_SEMI_BOLD

Standard font weight value

Signature:
const WEIGHT_SEMI_BOLD = 600


WEIGHT_THIN

Standard font weight value

Signature:
const WEIGHT_THIN = 100