Kaydet (Commit) c925e0d7 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

We have just one element in these tables

Change-Id: I184c8c69f4a9afdb0019193b09f61c65e47d36ae
üst c4601c03
...@@ -467,8 +467,8 @@ bool CoreTextLayout::InitGIA( ImplLayoutArgs& rArgs ) const ...@@ -467,8 +467,8 @@ bool CoreTextLayout::InitGIA( ImplLayoutArgs& rArgs ) const
return false; return false;
} }
CFStringRef keys[6]; CFStringRef keys[1];
CFTypeRef values[6]; CFTypeRef values[1];
keys[0] = kCTFontAttributeName; keys[0] = kCTFontAttributeName;
values[0] = CFRetain( mpStyle->GetFont() ); values[0] = CFRetain( mpStyle->GetFont() );
......
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