mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-09-20 20:07:57 +08:00
fallbacks to true type font bounding boxes
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
Assert.Equal(709.2m, page.Letters[5].Rectangle.BottomLeft.Y, comparer);
|
||||
|
||||
Assert.Equal(119.82m, page.Letters[5].Rectangle.TopRight.X, comparer);
|
||||
Assert.Equal(719.89m, page.Letters[5].Rectangle.TopRight.Y, comparer);
|
||||
Assert.Equal(714.89m, page.Letters[5].Rectangle.TopRight.Y, comparer);
|
||||
|
||||
Assert.Equal("f", page.Letters[16].Value);
|
||||
|
||||
|
Reference in New Issue
Block a user