mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-10-15 19:54:52 +08:00
remove debugging code
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
namespace UglyToad.PdfPig.Fonts.Parser.Handlers
|
||||
{
|
||||
using System;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using SystemFonts;
|
||||
using Cmap;
|
||||
using Encodings;
|
||||
@@ -129,8 +127,6 @@
|
||||
|
||||
var fontFile = fontFileStream.Decode(filterProvider);
|
||||
|
||||
File.WriteAllBytes(@"C:\git\conzantashby.ttf", fontFile.ToArray());
|
||||
|
||||
var font = trueTypeFontParser.Parse(new TrueTypeDataBytes(new ByteArrayInputBytes(fontFile)));
|
||||
|
||||
return font;
|
||||
|
Reference in New Issue
Block a user