mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 13:49:29 +02:00
+ introduced Sw_ExtendedGraphemeCluster
git-svn-id: branches/unicodekvm@48610 -
This commit is contained in:
parent
5b5f6b7158
commit
0d844aaa41
@ -207,8 +207,8 @@ CONST
|
||||
{---------------------------------------------------------------------------}
|
||||
TYPE
|
||||
TBackGround = OBJECT (TView)
|
||||
Pattern: Char; { Background pattern }
|
||||
CONSTRUCTOR Init (Var Bounds: TRect; APattern: Char);
|
||||
Pattern: Sw_ExtendedGraphemeCluster; { Background pattern }
|
||||
CONSTRUCTOR Init (Var Bounds: TRect; const APattern: Sw_ExtendedGraphemeCluster);
|
||||
CONSTRUCTOR Load (Var S: TStream);
|
||||
FUNCTION GetPalette: PPalette; Virtual;
|
||||
PROCEDURE Draw; Virtual;
|
||||
|
@ -149,9 +149,11 @@ TYPE
|
||||
{$IFDEF FV_UNICODE}
|
||||
Sw_String = UnicodeString;
|
||||
Sw_PString = UnicodeString;
|
||||
Sw_ExtendedGraphemeCluster = UnicodeString;
|
||||
{$ELSE FV_UNICODE}
|
||||
Sw_String = ShortString;
|
||||
Sw_PString = PShortString;
|
||||
Sw_ExtendedGraphemeCluster = Char;
|
||||
{$ENDIF FV_UNICODE}
|
||||
|
||||
{---------------------------------------------------------------------------}
|
||||
|
Loading…
Reference in New Issue
Block a user