This commit is contained in:
bstell%ix.netcom.com 2002-02-19 09:32:54 +00:00
Родитель 4f85aaa3fa
Коммит cd517dc994
2 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -59,6 +59,10 @@
#include "nsITimelineService.h"
#if (!defined(MOZ_ENABLE_FREETYPE2))
class nsFT2FontCatalog {
static void GetFontNames(const char* aPattern, nsFontNodeArray* aNodes);
};
// nsFreeType stubs for development systems without a FreeType dev env
void nsFT2FontCatalog::GetFontNames(const char* aPat, nsFontNodeArray* aNodes) {};

Просмотреть файл

@ -59,6 +59,10 @@
#include "nsITimelineService.h"
#if (!defined(MOZ_ENABLE_FREETYPE2))
class nsFT2FontCatalog {
static void GetFontNames(const char* aPattern, nsFontNodeArray* aNodes);
};
// nsFreeType stubs for development systems without a FreeType dev env
void nsFT2FontCatalog::GetFontNames(const char* aPat, nsFontNodeArray* aNodes) {};