Fix bug 58161

This commit is contained in:
Oleg Korshul
2022-08-02 11:30:27 +03:00
parent a1b56ad817
commit 8c12c53e6e

View File

@ -698,7 +698,8 @@ HRESULT CGraphicsRenderer::CommandDrawText(const std::wstring& bsText, const dou
if (c_nHyperlinkType == m_lCurrentCommandType)
return S_OK;
put_BrushType(c_BrushTypeSolid);
m_oFont.StringGID = FALSE;
_SetFont();
Aggplus::CBrush* pBrush = CreateBrush(&m_oBrush);