#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.PathConstruction
{
using System.IO;
using Content;
using Geometry;
@@ -23,6 +24,11 @@
{
}
public void Write(Stream stream)
{
throw new System.NotImplementedException();
}
public override string ToString()
{
return $"{ControlPoint1.X} {ControlPoint1.Y} {End.X} {End.Y} {Symbol}";