mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-19 04:19:09 +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;
|
||||
FWidget := nil;
|
||||
|
||||
// allow font substitution for exotic glyphs
|
||||
OSError(ATSUSetTransientFontMatching(FLayout, True), Self, SCreate,
|
||||
'ATSUSetTransientFontMatching');
|
||||
end;
|
||||
|
||||
{------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user