win.pas
if _prop_ParentFont then
Font.Assign(Parent.Font)
else begin
Font.Color := _prop_Font.Color;
SetFont(Font,_prop_Font.Style);
Font.FontName := _prop_Font.Name;
Font.FontHeight := _hi_SizeFnt(_prop_Font.Size);
Font.FontCharset := _prop_Font.CharSet;
// добавить пару строк
Font.FontQuality := fqAntialiased;
Canvas.Font.FontQuality := fqAntialiased;
end;