Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2639)

Unified Diff: core/include/fpdfdoc/fpdf_vt.h

Issue 1840413002: Split core/include/fpdfdoc/fpdf_ap.h (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « core/include/fpdfdoc/fpdf_doc.h ('k') | fpdfsdk/include/fxedit/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/include/fpdfdoc/fpdf_vt.h
diff --git a/core/include/fpdfdoc/fpdf_vt.h b/core/include/fpdfdoc/fpdf_vt.h
index d79cad42d677ec8aa9b1881e34f04c5b0dd55623..1e0d351feebcec689734cd05a00ddaa0d27ea531 100644
--- a/core/include/fpdfdoc/fpdf_vt.h
+++ b/core/include/fpdfdoc/fpdf_vt.h
@@ -261,26 +261,7 @@ struct CPVT_Section {
CPVT_WordProps WordProps;
};
-class IPDF_VariableText_Provider {
- public:
- virtual ~IPDF_VariableText_Provider() {}
-
- virtual int32_t GetCharWidth(int32_t nFontIndex,
- uint16_t word,
- int32_t nWordStyle) = 0;
-
- virtual int32_t GetTypeAscent(int32_t nFontIndex) = 0;
-
- virtual int32_t GetTypeDescent(int32_t nFontIndex) = 0;
- virtual int32_t GetWordFontIndex(uint16_t word,
- int32_t charset,
- int32_t nFontIndex) = 0;
-
- virtual FX_BOOL IsLatinWord(uint16_t word) = 0;
-
- virtual int32_t GetDefaultFontIndex() = 0;
-};
class IPDF_VariableText_Iterator {
public:
virtual ~IPDF_VariableText_Iterator() {}
« no previous file with comments | « core/include/fpdfdoc/fpdf_doc.h ('k') | fpdfsdk/include/fxedit/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698