| Index: src/pdf/SkPDFFont.cpp
|
| diff --git a/src/pdf/SkPDFFont.cpp b/src/pdf/SkPDFFont.cpp
|
| index 32e365388a1ff1f04f62a2d89339225b51b810d8..1e10f42b8d099c829669c509ec97434ff2b13488 100644
|
| --- a/src/pdf/SkPDFFont.cpp
|
| +++ b/src/pdf/SkPDFFont.cpp
|
| @@ -426,9 +426,8 @@ void SkPDFType0Font::getFontSubset(SkPDFCanon* canon) {
|
| }
|
|
|
| auto sysInfo = sk_make_sp<SkPDFDict>();
|
| - sysInfo->insertString("Registry", "Skia");
|
| - // TODO: Registry+Ordering should be globally unique!
|
| - sysInfo->insertString("Ordering", "SkiaOrdering");
|
| + sysInfo->insertString("Registry", "Adobe");
|
| + sysInfo->insertString("Ordering", "Identity");
|
| sysInfo->insertInt("Supplement", 0);
|
| newCIDFont->insertObject("CIDSystemInfo", std::move(sysInfo));
|
|
|
|
|