diff options
Diffstat (limited to 'xfa/fde/cfde_txtedttextset.h')
-rw-r--r-- | xfa/fde/cfde_txtedttextset.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/xfa/fde/cfde_txtedttextset.h b/xfa/fde/cfde_txtedttextset.h index afaf22a719..4fbf2ac649 100644 --- a/xfa/fde/cfde_txtedttextset.h +++ b/xfa/fde/cfde_txtedttextset.h @@ -21,10 +21,6 @@ class CFDE_TxtEdtTextSet { CFX_RectF GetRect(const FDE_TEXTEDITPIECE& pPiece) const { return pPiece.rtPiece; } - int32_t GetString(FDE_TEXTEDITPIECE* pPiece, CFX_WideString& wsText) const; - CFX_RetainPtr<CFGAS_GEFont> GetFont() const; - float GetFontSize() const; - FX_ARGB GetFontColor() const; int32_t GetDisplayPos(const FDE_TEXTEDITPIECE& pPiece, FXTEXT_CHARPOS* pCharPos) const; std::vector<CFX_RectF> GetCharRects(const FDE_TEXTEDITPIECE* pPiece, |