зеркало из https://github.com/mozilla/gecko-dev.git
patch from Alexander Larsson so we display true type fonts from xfstt properly
This commit is contained in:
Родитель
c8ecb3f2e6
Коммит
481a9ee3bd
|
@ -359,7 +359,7 @@ NS_IMETHODIMP nsDeviceContextGTK::CheckFontExistence(const nsString& aFontName)
|
|||
|
||||
char* fontName = aFontName.ToNewCString();
|
||||
PR_snprintf(wildstring, namelen + 200,
|
||||
"*-%s-*-*-normal--*-*-%d-%d-*-*-*",
|
||||
" -*-%s-*-*-normal-*-*-*-%d-%d-*-*-*-*",
|
||||
fontName, dpi, dpi);
|
||||
delete [] fontName;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче