|
|
@@ -46,7 +46,7 @@ PNMTextMaker(const char *font_data, int data_length, int face_index) {
|
|
|
////////////////////////////////////////////////////////////////////
|
|
|
// Function: PNMTextMaker::Copy Constructor
|
|
|
// Access: Public
|
|
|
-// Description:
|
|
|
+// Description:
|
|
|
////////////////////////////////////////////////////////////////////
|
|
|
PNMTextMaker::
|
|
|
PNMTextMaker(const PNMTextMaker ©) :
|
|
|
@@ -59,10 +59,23 @@ PNMTextMaker(const PNMTextMaker ©) :
|
|
|
{
|
|
|
}
|
|
|
|
|
|
+////////////////////////////////////////////////////////////////////
|
|
|
+// Function: PNMTextMaker::Copy Constructor
|
|
|
+// Access: Public
|
|
|
+// Description:
|
|
|
+////////////////////////////////////////////////////////////////////
|
|
|
+PNMTextMaker::
|
|
|
+PNMTextMaker(const FreetypeFont ©) :
|
|
|
+ FreetypeFont(copy),
|
|
|
+ _is_valid(true)
|
|
|
+{
|
|
|
+ initialize();
|
|
|
+}
|
|
|
+
|
|
|
////////////////////////////////////////////////////////////////////
|
|
|
// Function: PNMTextMaker::Destructor
|
|
|
// Access: Public
|
|
|
-// Description:
|
|
|
+// Description:
|
|
|
////////////////////////////////////////////////////////////////////
|
|
|
PNMTextMaker::
|
|
|
~PNMTextMaker() {
|