move tokenizers to their own project

since both pdfs and Adobe Type1 fonts use postscript type objects, tokenization is needed by the main project and the fonts project
This commit is contained in:
Eliot Jones
2020-01-05 10:40:44 +00:00
parent d09b33af4d
commit bbde38f656
34 changed files with 205 additions and 86 deletions

View File

@@ -1,6 +1,6 @@
namespace UglyToad.PdfPig.PdfFonts.Encodings
{
using Util;
using Core;
internal class MacExpertEncoding : Encoding
{