Commit 28ae3750 authored by Oleg Korshul's avatar Oleg Korshul Committed by Alexander.Trofimov

плохо залил в прошлый раз

parent 1c3b6e65
......@@ -1599,7 +1599,7 @@ function CFontFile(fileName, faceIndex)
oSizes.oBitmap.nWidth = pCurentGliph.bitmap.width;
oSizes.oBitmap.nHeight = pCurentGliph.bitmap.rows;
var _disable_need_bold = (pFace.os2 && (pFace.os2.version != 0xFFFF) && (pFace.os2.usWeightClass >= 800)) ? true : false;
var _disable_need_bold = (this.m_pFace.os2 && (this.m_pFace.os2.version != 0xFFFF) && (this.m_pFace.os2.usWeightClass >= 800)) ? true : false;
var nRowSize = 0;
if (this.m_bAntiAliasing && !_disable_need_bold)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment