Kaydet (Commit) 4c46c304 authored tarafından Khaled Hosny's avatar Khaled Hosny

We don’t use this with the new layout engine

Don’t wast time parsing GSUB table to populate a vector that we won’t
use.

Change-Id: I74dbb0f4d679cf06f22c1667899bcd3cae22c1d8
üst afc37372
...@@ -508,7 +508,8 @@ FreetypeFont::FreetypeFont( const FontSelectPattern& rFSD, FreetypeFontInfo* pFI ...@@ -508,7 +508,8 @@ FreetypeFont::FreetypeFont( const FontSelectPattern& rFSD, FreetypeFontInfo* pFI
mbFaceOk = true; mbFaceOk = true;
ApplyGSUB( rFSD ); if (!SalLayout::UseCommonLayout())
ApplyGSUB( rFSD );
// TODO: query GASP table for load flags // TODO: query GASP table for load flags
mnLoadFlags = FT_LOAD_DEFAULT; mnLoadFlags = FT_LOAD_DEFAULT;
......
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