mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 23:25:56 +02:00
FPC: Extend System.UITypes
This commit is contained in:
parent
99caa084fc
commit
f0e459f047
@ -1426,8 +1426,13 @@ const
|
||||
//------------
|
||||
// Font Styles
|
||||
//------------
|
||||
{$if FPC_FULLVERSION >= 30300}
|
||||
LF_FULLFACESIZE = System.UITypes.LF_FULLFACESIZE;
|
||||
LF_FACESIZE = System.UITypes.LF_FACESIZE;
|
||||
{$ELSE}
|
||||
LF_FULLFACESIZE = 64;
|
||||
LF_FACESIZE = 32;
|
||||
{$ENDIF}
|
||||
|
||||
OUT_DEFAULT_PRECIS = 0;
|
||||
OUT_STRING_PRECIS = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user