#21 enable document creation using standard 14 font to test output

This commit is contained in:
Eliot Jones
2018-12-02 16:14:55 +00:00
parent d4813ba3a9
commit d6a896dcb0
63 changed files with 646 additions and 62 deletions

View File

@@ -1,5 +1,6 @@
namespace UglyToad.PdfPig.Graphics.Operations.ClippingPaths
{
using System.IO;
using Content;
internal class ModifyClippingByEvenOddIntersect : IGraphicsStateOperation
@@ -18,6 +19,11 @@
{
}
public void Write(Stream stream)
{
throw new System.NotImplementedException();
}
public override string ToString()
{
return Symbol;

View File

@@ -1,5 +1,6 @@
namespace UglyToad.PdfPig.Graphics.Operations.ClippingPaths
{
using System.IO;
using Content;
internal class ModifyClippingByNonZeroWindingIntersect : IGraphicsStateOperation
@@ -18,6 +19,11 @@
{
}
public void Write(Stream stream)
{
throw new System.NotImplementedException();
}
public override string ToString()
{
return Symbol;