FontGetType3FontMatrix Method |
Gets the type3 font matrix.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Matrix2D GetType3FontMatrix()
Public Function GetType3FontMatrix As Matrix2D
public:
virtual Matrix2D^ GetType3FontMatrix() sealed
function GetType3FontMatrix();
Return Value
Type:
Matrix2D Type3 font matrix, mapping glyph space to text space
A common practice is to define glyphs in terms of a 1000-unit
glyph coordinate system, in which case the font matrix is [0.001 0 0 0.001 0 0].
Remarks Relevant only for a Type3 font.
See Also