summaryrefslogtreecommitdiff
path: root/xfa/fxfa/xfa_fontmgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fxfa/xfa_fontmgr.h')
-rw-r--r--xfa/fxfa/xfa_fontmgr.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/xfa/fxfa/xfa_fontmgr.h b/xfa/fxfa/xfa_fontmgr.h
index f00b069ef0..b3ed8ab236 100644
--- a/xfa/fxfa/xfa_fontmgr.h
+++ b/xfa/fxfa/xfa_fontmgr.h
@@ -21,8 +21,8 @@ class CPDF_Font;
struct XFA_FONTINFO {
uint32_t dwFontNameHash;
- const FX_WCHAR* pPsName;
- const FX_WCHAR* pReplaceFont;
+ const wchar_t* pPsName;
+ const wchar_t* pReplaceFont;
uint16_t dwStyles;
uint16_t wCodePage;
};
@@ -56,7 +56,7 @@ class CXFA_PDFFontMgr {
CPDF_Font** pPDFFont,
bool bStrictMatch);
bool GetCharWidth(const CFX_RetainPtr<CFGAS_GEFont>& pFont,
- FX_WCHAR wUnicode,
+ wchar_t wUnicode,
bool bCharCode,
int32_t* pWidth);
void SetFont(const CFX_RetainPtr<CFGAS_GEFont>& pFont, CPDF_Font* pPDFFont);