mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
Indents fix + gitignore
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@ -46,3 +46,5 @@ DesktopEditor/fontengine/js/common/freetype-2.10.4
|
||||
|
||||
.qtc_clangd
|
||||
Common/3dParty/openssl/openssl/
|
||||
|
||||
msvc_make.bat
|
||||
|
||||
@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user