You've already forked lazarus-ccr
fixed images in documentation
removed footer date for the time being (to prevent too much changes in documentation) implemented cleaning of GLUT bitmap font lists removed unused function in uicontext class renamed chm file added missing documentation back in nvcontext.xml git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2254 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -111,8 +111,8 @@ destructor TGLUTBitmapFont.Destroy;
|
||||
var
|
||||
i: integer;
|
||||
begin
|
||||
//for i := 0 to FCount - 1 do
|
||||
// FFontList[i].Font.Clean;
|
||||
for i := 0 to FCount - 1 do
|
||||
glDeleteLists(FFontList[i].TextListBase, 128);
|
||||
|
||||
inherited Destroy;
|
||||
end;
|
||||
|
@ -186,8 +186,6 @@ type
|
||||
procedure doTextureView(const aRect: Rect; const texID: integer; zoomRect: Rect; mipLevel: integer = -1; texelScale: double = 1; texelOffset: double = 0; red: integer = 0; green: integer = 1; blue: integer = 2; alpha: integer = 3; style: integer = 0);
|
||||
|
||||
protected
|
||||
function getPainter: UIPainter;
|
||||
|
||||
function window: Rect;
|
||||
|
||||
private
|
||||
@ -972,11 +970,6 @@ begin
|
||||
Painter.drawTextureView(rr, texID, rt, zoomRect, mipLevel, texelScale, texelOffset, red, green, blue, alpha, style);
|
||||
end;
|
||||
|
||||
function UIContext.getPainter: UIPainter;
|
||||
begin
|
||||
Result := Painter;
|
||||
end;
|
||||
|
||||
function UIContext.window: Rect;
|
||||
begin
|
||||
Result := m_window;
|
||||
|
Reference in New Issue
Block a user