mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Fix bug 58161
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user