Commit 7742d0fa 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@61043 954022d7-b5bf-4e40-9824-e11837661b57
parent bc5f3176
......@@ -3726,7 +3726,7 @@ function find_unicode_charmap(face)
var cur = count - 1;
for ( ; cur >= 0; cur--)
{
var cmap = face.charmaps[cur];
var cmap = __FT_CharmapRec(face.charmaps[cur]);
if (cmap.encoding == 1970170211)
{
if ((cmap.platform_id == 3 && cmap.encoding_id == 10) ||
......@@ -3746,7 +3746,7 @@ function find_unicode_charmap(face)
cur = count - 1;
for ( ; cur >= 0; cur--)
{
var cmap = face.charmaps[cur];
var cmap = __FT_CharmapRec(face.charmaps[cur]);
if (cmap.encoding == 1970170211)
{
//#ifdef FT_MAX_CHARMAP_CACHEABLE
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