| 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 eb43bd10c4621b2fbee4096e1d0760f67c1ea91e..fb0c2445e7b39edc2d960cec1231e900dfff16c9 100644
|
| --- a/core/fpdfapi/fpdf_page/cpdf_allstates.cpp
|
| +++ b/core/fpdfapi/fpdf_page/cpdf_allstates.cpp
|
| @@ -104,7 +104,7 @@ void CPDF_AllStates::ProcessExtGS(CPDF_Dictionary* pGS,
|
|
|
| m_TextState.MakePrivateCopy();
|
| m_TextState->m_FontSize = pFont->GetNumberAt(1);
|
| - m_TextState->SetFont(pParser->FindFont(pFont->GetStringAt(0)));
|
| + m_TextState.SetFont(pParser->FindFont(pFont->GetStringAt(0)));
|
| break;
|
| }
|
| case FXBSTR_ID('T', 'R', 0, 0):
|
|
|