mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-07 19:27:12 +01:00
* Patch from Darius Blaszijk to make some methods protected, virtual
git-svn-id: trunk@16551 -
This commit is contained in:
parent
179229007e
commit
2f5f98d7e5
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user