Browse Source

aliased text outline

Johann ELSASS 5 năm trước cách đây
mục cha
commit
4173d11613
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lazpaintcontrols/lcvectortextshapes.pas

+ 1 - 1
lazpaintcontrols/lcvectortextshapes.pas

@@ -1466,7 +1466,7 @@ var
     pts := ADestination.Pen.ComputePolygon(brokenLinePoints, outlineRenderWidth);
     for i := high(pts) downto 0 do
       pts[i].Offset(AOffset.x, AOffset.Y);
-    if ADraft then
+    if ADraft or Aliased then
       ADestination.FillPoly(pts, ABrush, false)
     else
       ADestination.FillPolyAntialias(pts, ABrush, false);