complete move of truetype, afm and standard14 fonts

the 3 font types mentioned are moved to the new fonts project, any referenced types are moved to the core project. most truetype classes are made public #8.
This commit is contained in:
Eliot Jones
2020-01-04 22:39:13 +00:00
parent 7c0ef111ea
commit 74774995d6
75 changed files with 447 additions and 205 deletions

View File

@@ -4,15 +4,13 @@
using System.Collections.Generic;
using System.Linq;
using Content;
using Exceptions;
using Core;
using Filters;
using Geometry;
using Graphics;
using Graphics.Colors;
using Graphics.Core;
using Tokenization.Scanner;
using Tokens;
using Util;
internal static class XObjectFactory
{