mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 14:56:00 +02:00
MG: accelerated GetTextMetrics
git-svn-id: trunk@1150 -
This commit is contained in:
parent
39e0610e6f
commit
9018c8d14f
@ -111,6 +111,7 @@ type
|
|||||||
function CreateDefaultBrush: PGdiObject;virtual;
|
function CreateDefaultBrush: PGdiObject;virtual;
|
||||||
function CreateDefaultFont: PGdiObject;virtual;
|
function CreateDefaultFont: PGdiObject;virtual;
|
||||||
function CreateDefaultPen: PGdiObject;virtual;
|
function CreateDefaultPen: PGdiObject;virtual;
|
||||||
|
procedure UpdateDCTextMetric(DC: TDeviceContext);
|
||||||
|
|
||||||
// images
|
// images
|
||||||
procedure LoadXPMFromLazResource(const ResourceName: string;
|
procedure LoadXPMFromLazResource(const ResourceName: string;
|
||||||
@ -256,6 +257,9 @@ end.
|
|||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.86 2002/10/10 19:43:16 lazarus
|
||||||
|
MG: accelerated GetTextMetrics
|
||||||
|
|
||||||
Revision 1.85 2002/10/10 08:51:13 lazarus
|
Revision 1.85 2002/10/10 08:51:13 lazarus
|
||||||
MG: added paint messages for some gtk internal widgets
|
MG: added paint messages for some gtk internal widgets
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user