Class EndOfLineToken
Represents an End Of Line marker found in Adobe Type 1 font files and the cross-reference table.
public class EndOfLineToken : IToken, IEquatable<IToken>
- Inheritance
-
EndOfLineToken
- Implements
- Inherited Members
Properties
Token
The instance of the end of line token.
public static EndOfLineToken Token { get; }
Property Value
Methods
Equals(IToken)
public bool Equals(IToken obj)
Parameters
obj
IToken