| Index: core/fpdfapi/fpdf_font/font_int.h
|
| diff --git a/core/fpdfapi/fpdf_font/font_int.h b/core/fpdfapi/fpdf_font/font_int.h
|
| index bcadc8d8266393611bc07534d747c6ec7408b5dc..f0d5724577f7c4c9e10774ddf064593bd412e059 100644
|
| --- a/core/fpdfapi/fpdf_font/font_int.h
|
| +++ b/core/fpdfapi/fpdf_font/font_int.h
|
| @@ -141,7 +141,7 @@ class CPDF_CMap {
|
| FX_BOOL LoadEmbedded(const uint8_t* pData, uint32_t dwSize);
|
|
|
| FX_BOOL IsLoaded() const;
|
| - FX_BOOL IsVertWriting() const;
|
| + bool IsVertWriting() const;
|
| uint16_t CIDFromCharCode(uint32_t charcode) const;
|
| int GetCharSize(uint32_t charcode) const;
|
| uint32_t GetNextChar(const FX_CHAR* pString, int nStrLen, int& offset) const;
|
| @@ -153,7 +153,7 @@ class CPDF_CMap {
|
| friend class CPDF_CIDFont;
|
|
|
| CFX_ByteString m_PredefinedCMap;
|
| - FX_BOOL m_bVertical;
|
| + bool m_bVertical;
|
| CIDSet m_Charset;
|
| int m_Coding;
|
| CodingScheme m_CodingScheme;
|
|
|