зеркало из https://github.com/mozilla/pjs.git
re-enable non-truetype fonts
This commit is contained in:
Родитель
92f4b1b608
Коммит
e9d47824a6
|
@ -78,7 +78,7 @@ nsDrawingSurface nsDeviceContextWin :: GetDrawingSurface(nsIRenderingContext &aC
|
|||
int CALLBACK fontcallback(ENUMLOGFONT FAR *lpelf, NEWTEXTMETRIC FAR *lpntm,
|
||||
int FontType, LPARAM lParam)
|
||||
{
|
||||
if ((NULL != lpelf) && (TRUETYPE_FONTTYPE == FontType))
|
||||
if (NULL != lpelf)
|
||||
*((PRBool *)lParam) = PR_TRUE;
|
||||
|
||||
return 0;
|
||||
|
|
Загрузка…
Ссылка в новой задаче