* src/macfont.m (macfont_list): Ignore font families lacking font descriptors.
This commit is contained in:
parent
53cf3cfec1
commit
4e81398f1c
1 changed files with 1 additions and 1 deletions
|
@ -2198,7 +2198,7 @@ So we use CTFontDescriptorCreateMatchingFontDescriptor (no
|
|||
}
|
||||
CFRelease (pat_desc);
|
||||
if (! descs)
|
||||
goto err;
|
||||
continue;
|
||||
|
||||
descs_count = CFArrayGetCount (descs);
|
||||
if (descs_count == 0
|
||||
|
|
Loading…
Add table
Reference in a new issue