You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <summary>Gets the transformation matrix that defines relation between text and glyph spaces.</summary>
204
+
/// <returns>the font matrix</returns>
205
+
[System.ObsoleteAttribute(@"Use iText.IO.Font.FontProgram.UNITS_NORMALIZATION constant for conversion between text and glyph space. For now we opted to always expect that all PdfFont metrics in glyph-space are related to text space as 1 to 1000, as it is defined for the majority of fonts. For fonts which don't necessary follow this rule (see PdfType3Font ), we perform internal normalization of font metrics in order to adhere to this common expectation. This method will be removed in next major release."
/// <summary>Gets glyph width which us ready to be written to the output file.</summary>
522
+
/// <param name="glyph">the glyph which widths is required to be written to the output file</param>
523
+
/// <returns>glyph width in glyph-space</returns>
524
+
[System.ObsoleteAttribute(@"This method was introduced to allow overriding of widths array entry writing to output file. It's now replaced by more specific PdfSimpleFont{T}.BuildWidthsArray(int, int) in order to avoid confusion between this method and iText.IO.Font.Otf.Glyph.GetWidth() . This method will be removed in the next major release."
0 commit comments