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 TokenType1Parser.read(Token.Kind kind) Reads the next token and throws an exception if it is not of the given kind.private TokenType1Lexer.readCharString(int length) Reads a binary CharString.private TokenType1Parser.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 TokenType1Lexer.readString()Reads a (string).private TokenReads a single token.private TokenType1Lexer.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 voidType1Parser.readFontInfo(Map<String, List<Token>> fontInfo) Extracts values from the /FontInfo dictionary.private voidType1Parser.readPostScriptWrapper(List<Token> value) private voidType1Parser.readPrivate(String key, List<Token> value) Extracts values from the /Private dictionary.