add initial port of base font range parsing

This commit is contained in:
Eliot Jones
2017-11-19 15:29:05 +00:00
parent 2e5aa37c85
commit 0fd433240b
6 changed files with 202 additions and 3 deletions

View File

@@ -7,5 +7,7 @@
bool MoveNext();
IToken CurrentToken { get; }
bool TryReadToken<T>(out T token) where T : class, IToken;
}
}