summaryrefslogtreecommitdiff
path: root/xfa/fde/cfde_txtedttextset.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fde/cfde_txtedttextset.h')
-rw-r--r--xfa/fde/cfde_txtedttextset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fde/cfde_txtedttextset.h b/xfa/fde/cfde_txtedttextset.h
index efd0a18604..c586de9969 100644
--- a/xfa/fde/cfde_txtedttextset.h
+++ b/xfa/fde/cfde_txtedttextset.h
@@ -22,7 +22,7 @@ class CFDE_TxtEdtTextSet : public IFDE_TextSet {
FX_BOOL GetRect(FDE_HVISUALOBJ hVisualObj, CFX_RectF& rt) override;
FX_BOOL GetClip(FDE_HVISUALOBJ hVisualObj, CFX_RectF& rt) override;
int32_t GetString(FDE_HVISUALOBJ hText, CFX_WideString& wsText) override;
- IFX_Font* GetFont(FDE_HVISUALOBJ hText) override;
+ IFGAS_Font* GetFont(FDE_HVISUALOBJ hText) override;
FX_FLOAT GetFontSize(FDE_HVISUALOBJ hText) override;
FX_ARGB GetFontColor(FDE_HVISUALOBJ hText) override;
int32_t GetDisplayPos(FDE_HVISUALOBJ hText,