|
@@ -15,6 +15,7 @@
|
|
|
#include "config_pnmtext.h"
|
|
#include "config_pnmtext.h"
|
|
|
|
|
|
|
|
#include "dconfig.h"
|
|
#include "dconfig.h"
|
|
|
|
|
+#include "freetypeFace.h"
|
|
|
|
|
|
|
|
Configure(config_pnmtext);
|
|
Configure(config_pnmtext);
|
|
|
NotifyCategoryDef(pnmtext, "");
|
|
NotifyCategoryDef(pnmtext, "");
|
|
@@ -48,4 +49,5 @@ init_libpnmtext() {
|
|
|
}
|
|
}
|
|
|
initialized = true;
|
|
initialized = true;
|
|
|
|
|
|
|
|
|
|
+ FreetypeFace::init_type();
|
|
|
}
|
|
}
|