aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pdf/SkPDFFont.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pdf/SkPDFFont.h')
-rw-r--r--src/pdf/SkPDFFont.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/pdf/SkPDFFont.h b/src/pdf/SkPDFFont.h
index 9e36b53d16..65320d8365 100644
--- a/src/pdf/SkPDFFont.h
+++ b/src/pdf/SkPDFFont.h
@@ -125,9 +125,6 @@ public:
SkTypeface* typeface,
uint16_t glyphID);
- static sk_sp<const SkAdvancedTypefaceMetrics> GetFontMetricsWithGlyphNames(
- SkTypeface*, uint32_t* glyphs, uint32_t glyphsCount);
-
static sk_sp<const SkAdvancedTypefaceMetrics> GetFontMetricsWithToUnicode(
SkTypeface*, uint32_t* glyphs, uint32_t glyphsCount);
@@ -180,9 +177,6 @@ protected:
sk_sp<SkTypeface> refTypeface() const { return fTypeface; }
- // Add common entries to FontDescriptor.
- bool addCommonFontDescriptorEntries(int16_t defaultWidth);
-
/** Set fFirstGlyphID and fLastGlyphID to span at most 255 glyphs,
* including the passed glyphID.
*/