| Index: xfa/fgas/font/fgas_gefont.h
|
| diff --git a/xfa/fgas/font/fgas_gefont.h b/xfa/fgas/font/fgas_gefont.h
|
| index 824f931d7671521adfa92f5facf1841ab9ecb3dd..7f3cc604784e5a8f69c3389b56b47d3c98e866b5 100644
|
| --- a/xfa/fgas/font/fgas_gefont.h
|
| +++ b/xfa/fgas/font/fgas_gefont.h
|
| @@ -44,9 +44,7 @@ class CFGAS_GEFont {
|
| CFGAS_GEFont* Derive(uint32_t dwFontStyles, uint16_t wCodePage = 0);
|
| void GetFamilyName(CFX_WideString& wsFamily) const;
|
| uint32_t GetFontStyles() const;
|
| - FX_BOOL GetCharWidth(FX_WCHAR wUnicode,
|
| - int32_t& iWidth,
|
| - FX_BOOL bCharCode = FALSE);
|
| + FX_BOOL GetCharWidth(FX_WCHAR wUnicode, int32_t& iWidth, bool bCharCode);
|
| int32_t GetGlyphIndex(FX_WCHAR wUnicode, FX_BOOL bCharCode = FALSE);
|
| int32_t GetAscent() const;
|
| int32_t GetDescent() const;
|
| @@ -86,8 +84,8 @@ class CFGAS_GEFont {
|
| FX_BOOL bCharCode = FALSE);
|
| FX_BOOL GetCharWidthInternal(FX_WCHAR wUnicode,
|
| int32_t& iWidth,
|
| - FX_BOOL bRecursive,
|
| - FX_BOOL bCharCode = FALSE);
|
| + bool bRecursive,
|
| + bool bCharCode);
|
| int32_t GetGlyphIndex(FX_WCHAR wUnicode,
|
| FX_BOOL bRecursive,
|
| CFGAS_GEFont** ppFont,
|
|
|