mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 05:39:14 +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}
|
{$IFDEF SYN_LAZARUS}
|
||||||
function TheTextDrawer.GetUseUTF8: boolean;
|
function TheTextDrawer.GetUseUTF8: boolean;
|
||||||
begin
|
begin
|
||||||
FFontStock.BaseFont.Handle;
|
FFontStock.BaseFont.Reference;
|
||||||
Result:=FFontStock.BaseFont.CanUTF8;
|
Result:=FFontStock.BaseFont.CanUTF8;
|
||||||
//debugln('TheTextDrawer.GetUseUTF8 ',FFontStock.BaseFont.Name,' ',dbgs(FFontStock.BaseFont.CanUTF8),' ',dbgs(FFontStock.BaseFont.HandleAllocated));
|
//debugln('TheTextDrawer.GetUseUTF8 ',FFontStock.BaseFont.Name,' ',dbgs(FFontStock.BaseFont.CanUTF8),' ',dbgs(FFontStock.BaseFont.HandleAllocated));
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function TheTextDrawer.GetMonoSpace: boolean;
|
function TheTextDrawer.GetMonoSpace: boolean;
|
||||||
begin
|
begin
|
||||||
FFontStock.BaseFont.Handle;
|
FFontStock.BaseFont.Reference;
|
||||||
Result:=FFontStock.BaseFont.IsMonoSpace;
|
Result:=FFontStock.BaseFont.IsMonoSpace;
|
||||||
//debugln('TheTextDrawer.GetMonoSpace ',FFontStock.BaseFont.Name,' ',dbgs(FFontStock.BaseFont.IsMonoSpace),' ',dbgs(FFontStock.BaseFont.HandleAllocated));
|
//debugln('TheTextDrawer.GetMonoSpace ',FFontStock.BaseFont.Name,' ',dbgs(FFontStock.BaseFont.IsMonoSpace),' ',dbgs(FFontStock.BaseFont.HandleAllocated));
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user