mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-10-15 19:54:52 +08:00
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:
@@ -19,6 +19,8 @@
|
||||
|
||||
decimal GetWidth(int characterCode);
|
||||
|
||||
PdfRectangle GetBoundingBox(int characterCode);
|
||||
|
||||
TransformationMatrix GetFontMatrix();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user