Uses of Class
org.apache.fontbox.type1.Token
Packages that use Token
-
Uses of Token in org.apache.fontbox.type1
Fields in org.apache.fontbox.type1 declared as TokenMethods in org.apache.fontbox.type1 that return TokenModifier and TypeMethodDescriptionType1Lexer.nextToken()
Returns the next token and consumes it.Type1Lexer.peekToken()
Returns the next token without consuming it.private Token
Type1Parser.read
(Token.Kind kind) Reads the next token and throws an exception if it is not of the given kind.private Token
Type1Lexer.readCharString
(int length) Reads a binary CharString.private Token
Type1Parser.readMaybe
(Token.Kind kind, String name) Reads the next token if and only if it is of the given kind and has the given value.private Token
Type1Lexer.readString()
Reads a (string).private Token
Reads a single token.private Token
Type1Lexer.tryReadNumber()
Reads a number or returns null.Methods in org.apache.fontbox.type1 that return types with arguments of type TokenModifier and TypeMethodDescriptionType1Parser.readDictValue()
Reads a simple value from a dictionary.Type1Parser.readProc()
Reads a procedure.Type1Parser.readSimpleDict()
Reads a dictionary whose values are simple, i.e., do not contain nested dictionaries.Type1Parser.readValue()
Reads a simple value.Methods in org.apache.fontbox.type1 with parameters of type TokenMethod parameters in org.apache.fontbox.type1 with type arguments of type TokenModifier and TypeMethodDescriptionType1Parser.arrayToNumbers
(List<Token> value) Extracts values from an array as numbers.private void
Type1Parser.readFontInfo
(Map<String, List<Token>> fontInfo) Extracts values from the /FontInfo dictionary.private void
Type1Parser.readPostScriptWrapper
(List<Token> value) private void
Type1Parser.readPrivate
(String key, List<Token> value) Extracts values from the /Private dictionary.