mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 07:39:26 +02:00
some Handle => Reference.Handle replacement in lazarus parts of synedit
git-svn-id: trunk@13496 -
This commit is contained in:
parent
9e76d7e615
commit
5a8035a802
@ -949,14 +949,14 @@ end;
|
||||
{$IFDEF SYN_LAZARUS}
|
||||
function TheTextDrawer.GetUseUTF8: boolean;
|
||||
begin
|
||||
FFontStock.BaseFont.Handle;
|
||||
FFontStock.BaseFont.Reference;
|
||||
Result:=FFontStock.BaseFont.CanUTF8;
|
||||
//debugln('TheTextDrawer.GetUseUTF8 ',FFontStock.BaseFont.Name,' ',dbgs(FFontStock.BaseFont.CanUTF8),' ',dbgs(FFontStock.BaseFont.HandleAllocated));
|
||||
end;
|
||||
|
||||
function TheTextDrawer.GetMonoSpace: boolean;
|
||||
begin
|
||||
FFontStock.BaseFont.Handle;
|
||||
FFontStock.BaseFont.Reference;
|
||||
Result:=FFontStock.BaseFont.IsMonoSpace;
|
||||
//debugln('TheTextDrawer.GetMonoSpace ',FFontStock.BaseFont.Name,' ',dbgs(FFontStock.BaseFont.IsMonoSpace),' ',dbgs(FFontStock.BaseFont.HandleAllocated));
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user