mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 467669 - pt 4.1 - fix Mac font backend to mark local user fonts properly. r=roc
--HG-- extra : rebase_source : 9ef420cb21d14276e766e1acea5d93364d48b87f
This commit is contained in:
parent
d5411cefc7
commit
0696341392
@ -866,6 +866,7 @@ gfxMacPlatformFontList::LookupLocalFont(const gfxProxyFontEntry *aProxyEntry,
|
||||
aProxyEntry->mItalic ?
|
||||
FONT_STYLE_ITALIC : FONT_STYLE_NORMAL,
|
||||
nsnull);
|
||||
newFontEntry->mIsUserFont = newFontEntry->mIsLocalUserFont = PR_TRUE;
|
||||
} else {
|
||||
newFontEntry =
|
||||
new MacOSFontEntry(aFontName, fontRef,
|
||||
|
Loading…
Reference in New Issue
Block a user