Uses of Class
com.itextpdf.io.font.otf.GlyphLine
Package
Description
-
Uses of GlyphLine in com.itextpdf.io.font.otf
Modifier and TypeMethodDescriptionGlyphLine.copy
(int left, int right) Copy a slice of this Glyphline.GlyphLine.filter
(GlyphLine.IGlyphLineFilter filter) Modifier and TypeMethodDescriptionvoid
Add a line to the current one.protected boolean
ChainingContextualTable.checkIfBacktrackContextMatch
(GlyphLine line, T rule) Checks if given glyph line at the given position matches given rule.protected int
ContextualTable.checkIfContextMatch
(GlyphLine line, T rule) Checks if given glyph line matches given rule.protected boolean
ChainingContextualTable.checkIfLookaheadContextMatch
(GlyphLine line, T rule, int startIdx) Checks if given glyph line at the given position matches given rule.ChainingContextualTable.getMatchingContextRule
(GlyphLine line) ContextualTable.getMatchingContextRule
(GlyphLine line) Gets a most preferable context rule that matches the line at current position.void
GlyphLine.replaceContent
(GlyphLine other) Replaces the current content with the other line's content.boolean
OpenTableLookup.transformLine
(GlyphLine line) boolean
GposLookupType1.transformOne
(GlyphLine line) boolean
GposLookupType2.transformOne
(GlyphLine line) boolean
GposLookupType4.transformOne
(GlyphLine line) boolean
GposLookupType5.transformOne
(GlyphLine line) boolean
GposLookupType6.transformOne
(GlyphLine line) boolean
GposLookupType7.transformOne
(GlyphLine line) boolean
GsubLookupType1.transformOne
(GlyphLine line) boolean
GsubLookupType2.transformOne
(GlyphLine line) boolean
GsubLookupType3.transformOne
(GlyphLine line) boolean
GsubLookupType4.transformOne
(GlyphLine line) boolean
GsubLookupType5.transformOne
(GlyphLine line) abstract boolean
OpenTableLookup.transformOne
(GlyphLine line) ModifierConstructorDescriptionActualTextIterator
(GlyphLine glyphLine) ActualTextIterator
(GlyphLine glyphLine, int start, int end) Copy a line of Glyphs.Copy a slice of a line of Glyphs -
Uses of GlyphLine in com.itextpdf.kernel.font
Modifier and TypeMethodDescriptionabstract GlyphLine
PdfFont.createGlyphLine
(String content) PdfSimpleFont.createGlyphLine
(String content) PdfType0Font.createGlyphLine
(String content) abstract GlyphLine
PdfFont.decodeIntoGlyphLine
(PdfString characterCodes) Decodes sequence of character codes (e.g.PdfSimpleFont.decodeIntoGlyphLine
(PdfString content) Decodes sequence of character codes (e.g.PdfType0Font.decodeIntoGlyphLine
(PdfString characterCodes) Decodes sequence of character codes (e.g.Modifier and TypeMethodDescriptionabstract byte[]
PdfFont.convertToBytes
(GlyphLine glyphLine) byte[]
PdfSimpleFont.convertToBytes
(GlyphLine glyphLine) byte[]
PdfType0Font.convertToBytes
(GlyphLine glyphLine) abstract void
PdfFont.writeText
(GlyphLine text, int from, int to, PdfOutputStream stream) void
PdfSimpleFont.writeText
(GlyphLine text, int from, int to, PdfOutputStream stream) void
PdfType0Font.writeText
(GlyphLine text, int from, int to, PdfOutputStream stream) -
Uses of GlyphLine in com.itextpdf.kernel.pdf.canvas
-
Uses of GlyphLine in com.itextpdf.layout.font.selectorstrategy
Modifier and TypeMethodDescriptionAbstractFontSelectorStrategy.getGlyphLines
(String text) Converts text into glyphs with the best matching font.IFontSelectorStrategy.getGlyphLines
(String text) Converts text into glyphs with the best matching font. -
Uses of GlyphLine in com.itextpdf.layout.renderer
Modifier and TypeFieldDescriptionprotected GlyphLine
TextRenderer.line
protected GlyphLine
TextRenderer.savedWordBreakAtLineEnding
protected GlyphLine
TextRenderer.text
Modifier and TypeMethodDescriptionTextRenderer.getText()
static GlyphLine
TextPreprocessingUtil.replaceSpecialWhitespaceGlyphs
(GlyphLine line, PdfFont font) Replaces special whitespace glyphs to new whitespace ' ' glyph that has custom width.Modifier and TypeMethodDescriptionprotected TextRenderer
TextRenderer.createCopy
(GlyphLine gl, PdfFont font) static GlyphLine
TextPreprocessingUtil.replaceSpecialWhitespaceGlyphs
(GlyphLine line, PdfFont font) Replaces special whitespace glyphs to new whitespace ' ' glyph that has custom width.protected void
TextRenderer.setProcessedGlyphLineAndFont
(GlyphLine gl, PdfFont font) void
Manually set a GlyphLine and PdfFont for rendering. -
Uses of GlyphLine in com.itextpdf.layout.renderer.typography
Modifier and TypeMethodDescriptionboolean
AbstractTypographyApplier.applyKerning
(FontProgram fontProgram, GlyphLine text, SequenceId sequenceId, IMetaInfo metaInfo) boolean
DefaultTypographyApplier.applyKerning
(FontProgram fontProgram, GlyphLine text, SequenceId sequenceId, IMetaInfo metaInfo) boolean
AbstractTypographyApplier.applyOtfScript
(TrueTypeFont font, GlyphLine glyphLine, Character.UnicodeScript script, Object configurator, SequenceId id, IMetaInfo metaInfo) boolean
DefaultTypographyApplier.applyOtfScript
(TrueTypeFont font, GlyphLine glyphLine, Character.UnicodeScript script, Object configurator, SequenceId id, IMetaInfo metaInfo) -
Uses of GlyphLine in com.itextpdf.layout.splitting
Modifier and TypeMethodDescriptionboolean
BreakAllSplitCharacters.isSplitCharacter
(GlyphLine text, int glyphPos) boolean
DefaultSplitCharacters.isSplitCharacter
(GlyphLine text, int glyphPos) boolean
ISplitCharacters.isSplitCharacter
(GlyphLine text, int glyphPos) The splitting implementation is free to look ahead or look behind characters to make a decision.boolean
KeepAllSplitCharacters.isSplitCharacter
(GlyphLine text, int glyphPos)