Gregory Lo

Results 3 issues of Gregory Lo

We convert to strings of UCS2 codepoints and call FreeTypeFaceWrapper::GetGlyphsForUnicodeText() regardless of the font, and the implementation of FreeTypeType1Wrapper::GetGlyphForUnicodeChar() wasn't actually getting the desired glyph for Type 1 fonts, nor...

We came across an old Type 1 font with an /Encoding array populated explicitly (no /StandardEncoding, etc.), and the first entry was /NUL (for code 0). The code in Type1Input::ParseEncoding()...

In **__YAMLSerializationAddObject()**, there is a call to **yaml_document_add_scalar()** with a pointer to the UTF8 form of the NSString, but the number of Unicode characters is used as the byte length...