mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-18 00:08:27 +02:00
MG: improved TFont for XLFD font names
git-svn-id: trunk@782 -
This commit is contained in:
parent
dbd0fcac48
commit
a670bbeb86
@ -1156,6 +1156,13 @@ begin
|
|||||||
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
{------------------------------------------------------------------------------
|
||||||
|
Function: GetPen
|
||||||
|
Params: f : PgdkDrawable; Value : TgdkColor
|
||||||
|
Result: pgdkGC;
|
||||||
|
|
||||||
|
|
||||||
|
------------------------------------------------------------------------------}
|
||||||
Function GetPen(f : PgdkDrawable; Value : TgdkColor) : pgdkGC;
|
Function GetPen(f : PgdkDrawable; Value : TgdkColor) : pgdkGC;
|
||||||
Var
|
Var
|
||||||
gc : PgdkGC;
|
gc : PgdkGC;
|
||||||
@ -1324,6 +1331,9 @@ end;
|
|||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.43 2002/06/04 15:17:23 lazarus
|
||||||
|
MG: improved TFont for XLFD font names
|
||||||
|
|
||||||
Revision 1.42 2002/05/31 06:45:23 lazarus
|
Revision 1.42 2002/05/31 06:45:23 lazarus
|
||||||
MG: deactivated new system colors, till we got a consistent solution
|
MG: deactivated new system colors, till we got a consistent solution
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user