add infrastructure to font to retrieve character bounds, this is unused and will throw for now. add format 4 cmap subtable for truetype cmap table

This commit is contained in:
Eliot Jones
2018-03-30 23:12:55 +01:00
parent 70025edd79
commit 796a3d615e
15 changed files with 284 additions and 19 deletions

View File

@@ -19,6 +19,8 @@
decimal GetWidth(int characterCode);
PdfRectangle GetBoundingBox(int characterCode);
TransformationMatrix GetFontMatrix();
}
}