Prev Ch2Px |
ExcelExplorer Manual |
Next Tw2In |
 |
(ExcelExplorer 4.1)
Converts logical twips units to the printer points.
float Tw2Pt( integer $value )
Parameters
- integer $value
- Value in logical twips (the same as EEFont::Height() returns)
Description
Excel uses units named as "logical twips".
This units used for row height, font size and others.
This function converts such units to the printer points that can be used, for example, to set font height in the HTML.
|