getFont           906 mingpp.h         SWFFont *getFont(int index)
getFont            63 php_ext/ming.c static SWFFont getFont(zval *id TSRMLS_DC);
getFont           275 php_ext/ming.c 		return (SWFCharacter)getFont(id TSRMLS_CC);
getFont           481 php_ext/ming.c 	PHP_ME(swffontcollection, getFont,              NULL, 0)
getFont          2378 php_ext/ming.c 	width = SWFFont_getStringWidth(getFont(getThis() TSRMLS_CC), string);
getFont          2397 php_ext/ming.c 	width = SWFFont_getUTF8StringWidth(getFont(getThis() TSRMLS_CC), string);
getFont          2404 php_ext/ming.c         RETURN_LONG(SWFFont_getGlyphCount(getFont(getThis() TSRMLS_CC)));
getFont          2411 php_ext/ming.c         RETURN_STRING(SWFFont_getName(getFont(getThis() TSRMLS_CC)), 0);
getFont          2423 php_ext/ming.c 	RETURN_DOUBLE(SWFFont_getAscent(getFont(getThis() TSRMLS_CC)));
getFont          2434 php_ext/ming.c 	RETURN_DOUBLE(SWFFont_getDescent(getFont(getThis() TSRMLS_CC)));
getFont          2445 php_ext/ming.c 	RETURN_DOUBLE(SWFFont_getLeading(getFont(getThis() TSRMLS_CC)));
getFont          2459 php_ext/ming.c 	result = SWFFont_getShape(getFont(getThis() TSRMLS_CC), zcode); 	 
getFont          4390 php_ext/ming.c 	font = getFont(zfont TSRMLS_CC);
getFont          4746 php_ext/ming.c 	SWFShape_drawSizedGlyph(getShape(getThis() TSRMLS_CC), getFont(font TSRMLS_CC), c[0], size);
getFont          5393 php_ext/ming.c 	font = getFont(zfont TSRMLS_CC);
getFont          5667 php_ext/ming.c 		return (SWFBlock)getFont(id TSRMLS_CC);