add xobjects to pages, fix parsing truetype fonts where the glyphs use the repeat flag.

This commit is contained in:
Eliot Jones
2018-04-26 22:22:29 +01:00
parent b6585292fb
commit 1fe54c5f49
16 changed files with 233 additions and 13 deletions

View File

@@ -18,6 +18,9 @@
public void Run(IOperationContext operationContext, IResourceStore resourceStore)
{
var xobject = resourceStore.GetXObject(Name);
operationContext.ApplyXObject(xobject);
}
public override string ToString()