mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-10-15 19:54:52 +08:00
add xobjects to pages, fix parsing truetype fonts where the glyphs use the repeat flag.
This commit is contained in:
@@ -18,6 +18,9 @@
|
||||
|
||||
public void Run(IOperationContext operationContext, IResourceStore resourceStore)
|
||||
{
|
||||
var xobject = resourceStore.GetXObject(Name);
|
||||
|
||||
operationContext.ApplyXObject(xobject);
|
||||
}
|
||||
|
||||
public override string ToString()
|
||||
|
Reference in New Issue
Block a user