test letter positions with truetype standard14 mutant. fix truetype table overflow. read compact font format encodings

This commit is contained in:
Eliot Jones
2019-01-12 18:07:53 +00:00
parent 245efae8ed
commit a4305cc86c
25 changed files with 892 additions and 16 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 177 KiB

View File

@@ -7,6 +7,7 @@
public class GenerateLetterBoundingBoxImages
{
private const string ByzantineGenerals = "byz";
private const string NonLatinAcrobatDistiller = "Single Page Non Latin - from acrobat distiller";
private const string SingleGoogleDrivePage = "Single Page Simple - from google drive";
private const string SinglePageFormattedType0Content = "Type0 Font";
@@ -87,6 +88,12 @@
Run(MotorInsuranceClaim, 841);
}
[Fact]
public void ByzantineGeneralsTrueTypeStandard14()
{
Run(ByzantineGenerals, 702);
}
private static void Run(string file, int imageHeight = 792)
{
var pdfFileName = GetFilename(file);