Indents fix + gitignore

This commit is contained in:
Alexey
2024-09-09 18:56:05 +03:00
committed by Oleg Korshul
parent 3221e41e89
commit 4b05eb9a50
9 changed files with 113 additions and 114 deletions

2
.gitignore vendored
View File

@ -46,3 +46,5 @@ DesktopEditor/fontengine/js/common/freetype-2.10.4
.qtc_clangd
Common/3dParty/openssl/openssl/
msvc_make.bat

View File

@ -421,9 +421,6 @@ namespace NSDocxRenderer
oFormat.ulCodeRange1 = new UINT(dwCodePage1);
oFormat.ulCodeRange2 = new UINT(dwCodePage2);
// oFormat.shAscent = new SHORT(oFontMetrics.dAscent);
// oFormat.shDescent = new SHORT(oFontMetrics.dDescent);
if (oFormat.bBold && *(oFormat.bBold) == 1 && oFormat.pPanose && oFormat.pPanose[2] < 7)
oFormat.pPanose[2] = 7;