return (SWFCharacter)getBitmap(id TSRMLS_CC);
else if(Z_OBJCE_P(id) == sound_class_entry_ptr)
return (SWFCharacter)getSound(id TSRMLS_CC);
-// else if(Z_OBJCE_P(id) == soundinstance_class_entry_ptr)
-// return (SWFCharacter)getSoundInstance(id TSRMLS_CC);
+/*
+ else if(Z_OBJCE_P(id) == soundinstance_class_entry_ptr)
+ return (SWFCharacter)getSoundInstance(id TSRMLS_CC);
+*/
else
php_error_docref(NULL TSRMLS_CC, E_ERROR, "Called object is not an SWFCharacter");
return NULL;
}
/* }}} */
-// not sure about 0 bytes !!!!!!!!!
+/* not sure about 0 bytes !!!!!!!!! */
/* {{{ proto int swffont_getWideWidth(string)
Calculates the width of the given string in this font at full height */
/*