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

Typo

Change-Id: I28ea63722f542a79aef904f9be40645baac191e4
üst 53d7ae8c
...@@ -978,7 +978,7 @@ void ServerFont::FetchFontMetric( ImplFontMetricData& rTo, long& rFactor ) const ...@@ -978,7 +978,7 @@ void ServerFont::FetchFontMetric( ImplFontMetricData& rTo, long& rFactor ) const
{ {
rTo.mnAscent = pOS2->usWinAscent * fScale + 0.5; rTo.mnAscent = pOS2->usWinAscent * fScale + 0.5;
rTo.mnDescent = pOS2->usWinDescent * fScale + 0.5; rTo.mnDescent = pOS2->usWinDescent * fScale + 0.5;
rTo.mnDescent = 0; rTo.mnExtLeading = 0;
} }
} }
} }
......
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