diff options
Diffstat (limited to 'core/fpdfdoc/cpdf_defaultappearance.h')
-rw-r--r-- | core/fpdfdoc/cpdf_defaultappearance.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/core/fpdfdoc/cpdf_defaultappearance.h b/core/fpdfdoc/cpdf_defaultappearance.h index 33d4bfdd9d..13e6307339 100644 --- a/core/fpdfdoc/cpdf_defaultappearance.h +++ b/core/fpdfdoc/cpdf_defaultappearance.h @@ -28,11 +28,9 @@ class CPDF_DefaultAppearance { ByteString GetStr() const { return m_csDA; } bool HasFont(); - ByteString GetFontString(); ByteString GetFont(float* fFontSize); bool HasColor(PaintOperation nOperation = PaintOperation::FILL); - ByteString GetColorString(PaintOperation nOperation = PaintOperation::FILL); void GetColor(int& iColorType, float fc[4], PaintOperation nOperation = PaintOperation::FILL); @@ -40,10 +38,6 @@ class CPDF_DefaultAppearance { int& iColorType, PaintOperation nOperation = PaintOperation::FILL); - bool HasTextMatrix(); - ByteString GetTextMatrixString(); - CFX_Matrix GetTextMatrix(); - private: ByteString m_csDA; }; |