| Index: core/fpdfapi/fpdf_font/cpdf_type1font.cpp
|
| diff --git a/core/fpdfapi/fpdf_font/cpdf_type1font.cpp b/core/fpdfapi/fpdf_font/cpdf_type1font.cpp
|
| index 72fc947d314d790a8f042324cb32ccfa87d3077f..5b1d9766253779edd9c85cb536874d2a33684afe 100644
|
| --- a/core/fpdfapi/fpdf_font/cpdf_type1font.cpp
|
| +++ b/core/fpdfapi/fpdf_font/cpdf_type1font.cpp
|
| @@ -77,7 +77,7 @@ CPDF_Type1Font* CPDF_Type1Font::AsType1Font() {
|
| return this;
|
| }
|
|
|
| -FX_BOOL CPDF_Type1Font::Load() {
|
| +bool CPDF_Type1Font::Load() {
|
| m_Base14Font = PDF_GetStandardFontName(&m_BaseFont);
|
| if (m_Base14Font >= 0) {
|
| CPDF_Dictionary* pFontDesc = m_pFontDict->GetDictFor("FontDescriptor");
|
|
|