mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-09 10:56:35 +02:00
lcl: replace UTF8String with String type
git-svn-id: trunk@33552 -
This commit is contained in:
parent
8ee87295fc
commit
cd6febc8f8
@ -819,7 +819,7 @@ function TCarbonWidgetSet.EnumFontFamiliesEx(DC: HDC; lpLogFont: PLogFont;
|
||||
var
|
||||
FamilyCount: LongWord;
|
||||
FamilyListPtr, PFamily: ^ATSUFontID;
|
||||
FontName: UTF8String;
|
||||
FontName: String;
|
||||
EnumLogFont: TEnumLogFontEx;
|
||||
Metric: TNewTextMetricEx;
|
||||
FontType, I: Integer;
|
||||
|
@ -511,7 +511,7 @@ end;
|
||||
function CarbonFontIDToFontName(ID: ATSUFontID): String;
|
||||
var
|
||||
NameLength: LongWord;
|
||||
FontName: UTF8String;
|
||||
FontName: String;
|
||||
const
|
||||
SName = 'CarbonFontIDToFontName';
|
||||
begin
|
||||
|
@ -2054,7 +2054,7 @@ end;
|
||||
function TWin32WidgetSet.GetTextExtentExPoint(DC: HDC; Str: PChar;
|
||||
Count, MaxWidth: Integer; MaxCount, PartialWidths: PInteger; var Size: TSize): Boolean;
|
||||
var
|
||||
LCLStr: utf8string;
|
||||
LCLStr: string;
|
||||
s: AnsiString;
|
||||
w: WideString;
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user