mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-09-20 20:07:57 +08:00
add initial port of base font range parsing
This commit is contained in:
@@ -7,5 +7,7 @@
|
||||
bool MoveNext();
|
||||
|
||||
IToken CurrentToken { get; }
|
||||
|
||||
bool TryReadToken<T>(out T token) where T : class, IToken;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user