ShapedTextGetScale Method |
Scaling factor of this shaped text relative to the em size. A scaling factor of 1 means that all units are relative to the em size. PDF scaling is typically 1000 units per em.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax Public Function GetScale As Double
public:
virtual double GetScale() sealed
Return Value
Type:
Doublereturns the scaling factor for the glyph positions
See Also