Package com.itextpdf.layout.renderer
Class TextRenderer.CustomGlyphLineFilter
- java.lang.Object
-
- com.itextpdf.layout.renderer.TextRenderer.CustomGlyphLineFilter
-
- All Implemented Interfaces:
GlyphLine.IGlyphLineFilter
- Enclosing class:
- TextRenderer
private static final class TextRenderer.CustomGlyphLineFilter extends java.lang.Object implements GlyphLine.IGlyphLineFilter
-
-
Constructor Summary
Constructors Modifier Constructor Description private
CustomGlyphLineFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
accept(Glyph glyph)
-
-
-
Method Detail
-
accept
public boolean accept(Glyph glyph)
- Specified by:
accept
in interfaceGlyphLine.IGlyphLineFilter
-
-