We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4be1cdb commit f145986Copy full SHA for f145986
itext/itext.kernel/itext/kernel/font/PdfFont.cs
@@ -166,9 +166,7 @@ public virtual bool ContainsGlyph(int unicode) {
166
/// <see cref="iText.IO.Font.Otf.GlyphLine"/>
167
/// containing the glyphs encoded by the passed string
168
/// </returns>
169
- public virtual GlyphLine DecodeIntoGlyphLine(PdfString content) {
170
- throw new InvalidOperationException("decodeIntoGlyphLine(PdfString content) must be overridden");
171
- }
+ public abstract GlyphLine DecodeIntoGlyphLine(PdfString content);
172
173
public abstract float GetContentWidth(PdfString content);
174
port-hash
@@ -1 +1 @@
1
-a8610f86bd6c6da0929370590cab987d77be219f
+f0024629850a2b0265e424919439f790c32250e2
0 commit comments