LCL: fixed TFont.Assign, also assign Orientation from Alexander (issue #13907)

git-svn-id: trunk@20402 -
This commit is contained in:
vincents 2009-06-04 13:05:44 +00:00
parent 1acb779801
commit ee6572eea6

View File

@ -635,6 +635,7 @@ begin
// use height which users could have changed directly
Height := TFont(Source).Height;
Name := TFont(Source).Name;
Orientation := TFont(Source).Orientation;
Pitch := TFont(Source).Pitch;
Style := TFont(Source).Style;
Quality := TFont(Source).Quality;