Commit 237adfa6 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander.Trofimov

работающая версия

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@68788 954022d7-b5bf-4e40-9824-e11837661b57
parent 511c2433
......@@ -6282,13 +6282,13 @@ function CSubpixHintingHacks()
{
var face = _loader.face;
if (this.sph_test_tweak(face, face.family_name, _loader.size.metrics.x_ppem, face.style_name, _glyph_index, _rules, _rules.length))
loader.exec.sph_tweak_flags |= _flag;
_loader.exec.sph_tweak_flags |= _flag;
};
this.TWEAK_RULES_EXCEPTIONS = function(_loader, _glyph_index, _rules, _flag)
{
var face = _loader.face;
if (this.sph_test_tweak(face, face.family_name, _loader.size.metrics.x_ppem, face.style_name, _glyph_index, _rules, _rules.length))
loader.exec.sph_tweak_flags &= ~_flagS;
_loader.exec.sph_tweak_flags &= ~_flag;
};
this.is_member_of_family_class = function(detected_font_name, rule_font_name)
......
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