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 a8610f8 commit f002462Copy full SHA for f002462
kernel/src/main/java/com/itextpdf/kernel/font/PdfFont.java
@@ -173,9 +173,7 @@ public boolean containsGlyph(int unicode) {
173
* @param content the encoded string
174
* @return the {@link GlyphLine} containing the glyphs encoded by the passed string
175
*/
176
- public GlyphLine decodeIntoGlyphLine(PdfString content) {
177
- throw new java.lang.IllegalStateException("decodeIntoGlyphLine(PdfString content) must be overridden");
178
- }
+ public abstract GlyphLine decodeIntoGlyphLine(PdfString content);
179
180
public abstract float getContentWidth(PdfString content);
181
0 commit comments