Browse Source

FreetypeFace::init_type()

David Rose 16 years ago
parent
commit
9dad929019
1 changed files with 2 additions and 0 deletions
  1. 2 0
      panda/src/pnmtext/config_pnmtext.cxx

+ 2 - 0
panda/src/pnmtext/config_pnmtext.cxx

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