Todo List
PHPExcel_Shared_Font
static int calculateColumnWidth( [int $fontSize = 9], [bool $fontSizeInPixels = false], [string $columnText = ''], [int $rotation = 0])
Calculate an (approximate) OpenXML column width, based on font size and text contained
static int centimeterSizeToPixels( [int $sizeInCm = 1])
Calculate an (approximate) pixel size, based on centimeter size
static int fontSizeToPixels( [int $fontSizeInPoints = 12])
Calculate an (approximate) pixel size, based on a font points size
static int getCharsetFromFontName( string $name)
Returns the associated charset for the font name.
static int inchSizeToPixels( [int $sizeInInch = 1])
Calculate an (approximate) pixel size, based on inch size
[line 52]
[line 53]
[line 46]
[line 47]
[line 54]
[line 48]
[line 51]
[line 43]
[line 44]
[line 45]
[line 39]
Character set codes used by BIFF5-8 in Font records
[line 56]
[line 55]
[line 49]
[line 50]
[line 42]
[line 57]
[line 41]
[line 40]