Ver Fonte

* Patch from Darius Blaszijk to make some methods protected, virtual

git-svn-id: trunk@16551 -
michael há 14 anos atrás
pai
commit
2f5f98d7e5
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      packages/fcl-image/src/ftfont.pp

+ 2 - 2
packages/fcl-image/src/ftfont.pp

@@ -31,10 +31,10 @@ type
     FIndex, FFontID : integer;
     FFace : PFT_Face;
     FAngle : real;
-    procedure DrawChar (x,y:integer; data:PByteArray; pitch, width, height:integer);
-    procedure DrawCharBW (x,y:integer; data:PByteArray; pitch, width, height:integer);
     procedure ClearLastText;
   protected
+    procedure DrawChar (x,y:integer; data:PByteArray; pitch, width, height:integer); virtual;
+    procedure DrawCharBW (x,y:integer; data:PByteArray; pitch, width, height:integer); virtual;
     procedure SetName (AValue:string); override;
     procedure SetIndex (AValue : integer);
     procedure SetSize (AValue : integer); override;