You've already forked lazarus-ccr
fixed parameter type for beginPanel
more work on implementing in gl font based on the nvbasefont class git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2240 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -23,7 +23,7 @@ type
|
||||
protected
|
||||
procedure SetAngle(AValue: double); virtual;
|
||||
public
|
||||
constructor Create(AName: string; ASize: integer);
|
||||
constructor Create(AName: string; ASize: integer); virtual;
|
||||
|
||||
//font characteristics
|
||||
property Name: string read FName;
|
||||
|
Reference in New Issue
Block a user