mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-22 04:19:20 +02:00
LCL carbon: allow font substitution by default
git-svn-id: trunk@16992 -
This commit is contained in:
parent
1d2fa0aff3
commit
8f9d9d8b11
@ -848,6 +848,10 @@ begin
|
|||||||
|
|
||||||
FDC := nil;
|
FDC := nil;
|
||||||
FWidget := nil;
|
FWidget := nil;
|
||||||
|
|
||||||
|
// allow font substitution for exotic glyphs
|
||||||
|
OSError(ATSUSetTransientFontMatching(FLayout, True), Self, SCreate,
|
||||||
|
'ATSUSetTransientFontMatching');
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{------------------------------------------------------------------------------
|
{------------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user