mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-19 07:07:15 +08:00
Merge remote-tracking branch 'origin/release/v8.1.0' into fix/pdf-freetext-rc
# Conflicts: # PdfFile/PdfEditor.cpp
This commit is contained in:
@ -59,6 +59,7 @@ public:
|
||||
void GetPageInfo(int nPageIndex, double* pdWidth, double* pdHeight, double* pdDpiX, double* pdDpiY) {}
|
||||
int GetRotate(int nPageIndex) { return 0; }
|
||||
bool IsEditPage() { return false; }
|
||||
bool EditPage(int nPageIndex) { return false; }
|
||||
void AddShapeXML(const std::string& sXML) {}
|
||||
void EndMarkedContent() {}
|
||||
bool IsBase14(const std::wstring& wsFontName, bool& bBold, bool& bItalic, std::wstring& wsFontPath) { return false; }
|
||||
|
||||
Reference in New Issue
Block a user