| Index: core/fpdfapi/fpdf_page/cpdf_allstates.cpp
|
| diff --git a/core/fpdfapi/fpdf_page/cpdf_allstates.cpp b/core/fpdfapi/fpdf_page/cpdf_allstates.cpp
|
| index e4b6e328b9020fed2c1c19dca827d6df2a1c0dba..e01b379bedf8b76a18ede7186b1dcae622b22fb6 100644
|
| --- a/core/fpdfapi/fpdf_page/cpdf_allstates.cpp
|
| +++ b/core/fpdfapi/fpdf_page/cpdf_allstates.cpp
|
| @@ -98,7 +98,7 @@ void CPDF_AllStates::ProcessExtGS(CPDF_Dictionary* pGS,
|
| if (!pFont)
|
| break;
|
|
|
| - m_TextState.GetPrivateCopy()->m_FontSize = pFont->GetNumberAt(1);
|
| + m_TextState.SetFontSize(pFont->GetNumberAt(1));
|
| m_TextState.SetFont(pParser->FindFont(pFont->GetStringAt(0)));
|
| break;
|
| }
|
|
|