mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-09-21 04:17:57 +08:00
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:
@@ -2,7 +2,7 @@
|
||||
{
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using PdfPig.Geometry;
|
||||
using PdfPig.Core;
|
||||
|
||||
internal class PointComparer : IEqualityComparer<PdfPoint>
|
||||
{
|
||||
|
Reference in New Issue
Block a user