aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pdf/SkPDFFont.h
diff options
context:
space:
mode:
authorGravatar halcanary <halcanary@google.com>2016-08-17 07:57:27 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-08-17 07:57:27 -0700
commit86b6eabeae80c3db69226cd1693d7f1c4591d88e (patch)
treef1e01ca62f38780e7462ae6c801ea3df17898ec4 /src/pdf/SkPDFFont.h
parent93f366d675aa39197d6754c47979879baf379597 (diff)
SkPDF: pull out SkPDFMakeCIDGlyphWidthsArray.cpp
Extract from inside SkPDFFont.cpp GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2251803002 Review-Url: https://codereview.chromium.org/2251803002
Diffstat (limited to 'src/pdf/SkPDFFont.h')
-rw-r--r--src/pdf/SkPDFFont.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pdf/SkPDFFont.h b/src/pdf/SkPDFFont.h
index 65320d8365..36b93ecc35 100644
--- a/src/pdf/SkPDFFont.h
+++ b/src/pdf/SkPDFFont.h
@@ -26,6 +26,7 @@ public:
void set(const uint16_t* glyphIDs, int numGlyphs);
bool has(uint16_t glyphID) const;
void exportTo(SkTDArray<uint32_t>* glyphIDs) const;
+ const SkBitSet& bitSet() const { return fBitSet; }
private:
SkBitSet fBitSet;