diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/skia/pdfsubsetfont-uwp.diff | |
Diffstat (limited to 'vcpkg/ports/skia/pdfsubsetfont-uwp.diff')
| -rw-r--r-- | vcpkg/ports/skia/pdfsubsetfont-uwp.diff | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/vcpkg/ports/skia/pdfsubsetfont-uwp.diff b/vcpkg/ports/skia/pdfsubsetfont-uwp.diff new file mode 100644 index 0000000..cdeab28 --- /dev/null +++ b/vcpkg/ports/skia/pdfsubsetfont-uwp.diff @@ -0,0 +1,12 @@ +diff --git a/src/pdf/SkPDFSubsetFont.cpp b/src/pdf/SkPDFSubsetFont.cpp +index 307c4304a2..db723bcd42 100644 +--- a/src/pdf/SkPDFSubsetFont.cpp ++++ b/src/pdf/SkPDFSubsetFont.cpp +@@ -111,6 +111,7 @@ sk_sp<SkData> SkPDFSubsetFont(const SkTypeface& typeface, const SkPDFGlyphUse& g + + #else + ++#include "include/core/SkData.h" + sk_sp<SkData> SkPDFSubsetFont(const SkTypeface&, const SkPDFGlyphUse&) { + return nullptr; + } |