mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-31 19:52:34 +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;
|
||||
|
||||
{------------------------------------------------------------------------------
|
||||
Function: GetPen
|
||||
Params: f : PgdkDrawable; Value : TgdkColor
|
||||
Result: pgdkGC;
|
||||
|
||||
|
||||
------------------------------------------------------------------------------}
|
||||
Function GetPen(f : PgdkDrawable; Value : TgdkColor) : pgdkGC;
|
||||
Var
|
||||
gc : PgdkGC;
|
||||
@ -1324,6 +1331,9 @@ end;
|
||||
{ =============================================================================
|
||||
|
||||
$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
|
||||
MG: deactivated new system colors, till we got a consistent solution
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user