Examples/fontenum: Handle cocoa in the EnumFamilyFonts function.

This commit is contained in:
wp_xyz 2022-06-01 22:05:20 +02:00
parent 4f3fe4bcd2
commit f6554ced9b

View File

@ -120,7 +120,7 @@ begin
if LStyles.IndexOf(s)<0 then begin
// encode bold (bit 0), italic (bit 1) -- see SelectFont
n := 0;
{$IFDEF LCLWin32}
{$IF DEFINED(LCLWin32) or DEFINED(LCLCocoa) }
if (eLogFont.elfLogFont.lfItalic <> 0) then
n := n or 1;
if (eLogFont.elfLogFont.lfWeight > FW_MEDIUM) then