SWFFont 83 mingpp.h SWFFont loadSWFFont_fromFdbFile(FILE *file); SWFFont 804 mingpp.h class SWFFont : public SWFBlock SWFFont 810 mingpp.h SWFFont(FILE *file) // deprecated SWFFont 818 mingpp.h SWFFont(char *path) SWFFont 825 mingpp.h virtual ~SWFFont() SWFFont 858 mingpp.h SWF_DECLAREONLY(SWFFont); SWFFont 861 mingpp.h SWFFont(c_SWFFont font) SWFFont 906 mingpp.h SWFFont *getFont(int index) SWFFont 907 mingpp.h { return new SWFFont(SWFFontCollection_getFont(this->fc, index)); } SWFFont 1062 mingpp.h SWFFontCharacter *addFont(SWFFont *font) SWFFont 1393 mingpp.h void drawGlyph(SWFFont *font, unsigned short c, int size=0) SWFFont 1408 mingpp.h void drawFontGlyph(SWFFont *font, unsigned short c) SWFFont 1544 mingpp.h void setFont(SWFFont *font) SWFFont 19 perl_ext/perl_swf.h typedef SWFFont SWF__Font; SWFFont 63 php_ext/ming.c static SWFFont getFont(zval *id TSRMLS_DC); SWFFont 457 php_ext/ming.c SWFFont font; SWFFont 2316 php_ext/ming.c static SWFFont getFont(zval *id TSRMLS_DC) SWFFont 2323 php_ext/ming.c return (SWFFont)font; SWFFont 2333 php_ext/ming.c SWFFont font; SWFFont 4382 php_ext/ming.c SWFFont font; SWFFont 5387 php_ext/ming.c SWFFont font; SWFFont 5533 py_ext/ming_wrap.c SWFFont result; SWFFont 5545 py_ext/ming_wrap.c result = (SWFFont)newSWFFont_fromFile((char const *)arg1); SWFFont 5557 py_ext/ming_wrap.c SWFFont arg1 = (SWFFont) 0 ; SWFFont 5576 py_ext/ming_wrap.c SWFFont arg1 = (SWFFont) 0 ; SWFFont 5608 py_ext/ming_wrap.c SWFFont arg1 = (SWFFont) 0 ; SWFFont 5640 py_ext/ming_wrap.c SWFFont arg1 = (SWFFont) 0 ; SWFFont 5678 py_ext/ming_wrap.c SWFFont arg1 = (SWFFont) 0 ; SWFFont 5698 py_ext/ming_wrap.c SWFFont arg1 = (SWFFont) 0 ; SWFFont 5718 py_ext/ming_wrap.c SWFFont arg1 = (SWFFont) 0 ; SWFFont 5738 py_ext/ming_wrap.c SWFFont arg1 = (SWFFont) 0 ; SWFFont 5758 py_ext/ming_wrap.c SWFFont arg1 = (SWFFont) 0 ; SWFFont 5825 py_ext/ming_wrap.c SWFFont result; SWFFont 5842 py_ext/ming_wrap.c result = (SWFFont)SWFFontCollection_getFont(arg1,arg2); SWFFont 11926 py_ext/ming_wrap.c SWFFont arg2 = (SWFFont) 0 ; SWFFont 11961 py_ext/ming_wrap.c SWFFont arg2 = (SWFFont) 0 ; SWFFont 13320 py_ext/ming_wrap.c SWFFont arg2 = (SWFFont) 0 ; SWFFont 235 src/blocks/fdbfont.c SWFFont loadSWFFontFromInput(SWFInput input) SWFFont 237 src/blocks/fdbfont.c SWFFont font; SWFFont 297 src/blocks/fdbfont.c SWFFont loadSWFFont_fromFdbFile(FILE *file) SWFFont 300 src/blocks/fdbfont.c SWFFont font; SWFFont 25 src/blocks/fdbfont.h SWFFont loadSWFFont_fromFdbFile(FILE *file); SWFFont 51 src/blocks/font.c SWFFont font; SWFFont 116 src/blocks/font.c SWFFont font = inst->font; SWFFont 269 src/blocks/font.c SWFFont SWFFont 272 src/blocks/font.c SWFFont font = (SWFFont) malloc(sizeof(struct SWFFont_s)); SWFFont 379 src/blocks/font.c SWFFont newSWFFont_fromFile(const char *filename /* filename for fontfile */) SWFFont 410 src/blocks/font.c SWFFont font = loadSWFFont_fromFdbFile(file); SWFFont 594 src/blocks/font.c SWFFont SWFFont 631 src/blocks/font.c SWFFont font = fc->font; SWFFont 914 src/blocks/font.c collection->fontList = (SWFFont*)realloc(collection->fontList, SWFFont 915 src/blocks/font.c (collection->numFonts + 1) * sizeof(SWFFont)); SWFFont 950 src/blocks/font.c SWFFont SWFFontCollection_getFont(SWFFontCollection collection, int index) SWFFont 958 src/blocks/font.c SWFFont *SWFFontCollection_getFonts(SWFFontCollection collection, int *count) SWFFont 105 src/blocks/font.h SWFFont *fontList; SWFFont 109 src/blocks/font.h SWFFont newSWFFont(); SWFFont 156 src/blocks/font.h SWFFont SWFFontCharacter_getFont(SWFFontCharacter font); SWFFont 67 src/blocks/fontinfo.c SWFFont font = info->font; SWFFont 193 src/blocks/swf.h SWFFont newSWFFont(); SWFFont 194 src/blocks/swf.h SWFFont loadSWFFontFromFile(FILE *file); SWFFont 63 src/blocks/text.c SWFFont font; SWFFont 325 src/blocks/text.c SWFFont SWFFont 347 src/blocks/text.c SWFFont font; SWFFont 379 src/blocks/text.c SWFFont font; SWFFont 402 src/blocks/text.c SWFFont font; SWFFont 425 src/blocks/text.c SWFFont font; SWFFont 440 src/blocks/text.c SWFFont font; SWFFont 455 src/blocks/text.c SWFFont font = text->currentRecord->font.font; SWFFont 647 src/blocks/text.c SWFFont font = SWFFontCharacter_getFont(fontchar); SWFFont 726 src/blocks/text.c SWFFont font = NULL; SWFFont 78 src/blocks/text.h SWFFont SWFTextRecord_getUnresolvedFont(SWFTextRecord record); SWFFont 46 src/blocks/textfield.c SWFFont font; SWFFont 264 src/blocks/textfield.c SWFFont font = SWFFontCharacter_getFont(fc); SWFFont 309 src/blocks/textfield.c if(!(SWFFont_getFlags((SWFFont)font) & SWF_FONT_HASLAYOUT)) SWFFont 315 src/blocks/textfield.c field->font.font = (SWFFont)font; SWFFont 322 src/blocks/textfield.c SWFFont SWFFont 47 src/blocks/textfield.h SWFFont SWFTextField_getUnresolvedFont(SWFTextField field); SWFFont 186 src/blocks/ttffont.c static SWFFont loadFontFromFace(FT_Face face) SWFFont 189 src/blocks/ttffont.c SWFFont font; SWFFont 243 src/blocks/ttffont.c SWFFont font; SWFFont 279 src/blocks/ttffont.c SWFFont loadSWFFontTTF(const char *filename) SWFFont 284 src/blocks/ttffont.c SWFFont font; SWFFont 27 src/blocks/ttffont.h SWFFont loadSWFFontTTF(const char *); SWFFont 56 src/compat.c SWFFont loadSWFFontFromFile(FILE *file) SWFFont 14 src/font_util.c SWFFont font; SWFFont 20 src/font_util.c SWFFont SWFFont 35 src/font_util.c SWFFont SWFFont 38 src/font_util.c SWFFont font = newSWFFont_fromFile(path); SWFFont 34 src/font_util.h SWFFont Ming_getFont(const char* name); SWFFont 36 src/font_util.h SWFFont Ming_loadFont(const char* path, const char* name); SWFFont 420 src/ming.h SWFFont newSWFFont_fromFile(const char *filename); SWFFont 423 src/ming.h SWFFont loadSWFFontFromFile(FILE *file) __deprecated; SWFFont 424 src/ming.h void destroySWFFont(SWFFont font); SWFFont 426 src/ming.h float SWFFont_getStringWidth(SWFFont font, const char *string); SWFFont 427 src/ming.h float SWFFont_getUTF8StringWidth(SWFFont font, const char *string); SWFFont 430 src/ming.h float SWFFont_getWideStringWidth(SWFFont font, const unsigned short *string, int len); SWFFont 433 src/ming.h float SWFFont_getAscent(SWFFont font); SWFFont 434 src/ming.h float SWFFont_getDescent(SWFFont font); SWFFont 435 src/ming.h float SWFFont_getLeading(SWFFont font); SWFFont 436 src/ming.h const char* SWFFont_getName(SWFFont font); SWFFont 437 src/ming.h int SWFFont_getGlyphCount(SWFFont font); SWFFont 440 src/ming.h SWFFont *SWFFontCollection_getFonts(SWFFontCollection collection, int *count); SWFFont 442 src/ming.h SWFFont SWFFontCollection_getFont(SWFFontCollection collection, int index); SWFFont 445 src/ming.h char *SWFFont_getShape(SWFFont font, unsigned short c) __deprecated; SWFFont 453 src/ming.h void SWFText_setFont(SWFText text, SWFFont font); SWFFont 969 src/ming.h void SWFShape_drawGlyph(SWFShape shape, SWFFont font, unsigned short c); SWFFont 970 src/ming.h void SWFShape_drawSizedGlyph(SWFShape shape, SWFFont font, unsigned short c, int size); SWFFont 1033 src/ming.h SWFFontCharacter SWFMovie_addFont(SWFMovie movie, SWFFont font); SWFFont 351 src/movie.c SWFFont font = SWFTextRecord_getUnresolvedFont(record); SWFFont 367 src/movie.c SWFFont font = SWFTextField_getUnresolvedFont(field); SWFFont 10 test/Font/test01-cxx.C SWFFont *font = new SWFFont(MEDIADIR "/font01.fdb"); SWFFont 11 test/Font/test01.c SWFFont font = newSWFFont_fromFile(MEDIADIR "/font01.fdb"); SWFFont 11 test/Font/test01.php $f2 = new SWFFont($mediadir . "/font01.fdb"); SWFFont 10 test/Font/test02-cxx.C SWFFont *font = new SWFFont(MEDIADIR "/test.ttf"); SWFFont 11 test/Font/test02.c SWFFont font = newSWFFont_fromFile(MEDIADIR "/test.ttf"); SWFFont 13 test/Font/test02.php $f2 = new SWFFont($mediadir . "/test.ttf"); SWFFont 10 test/Font/test03-cxx.C SWFFont *font = new SWFFont(MEDIADIR "/test.ttf"); SWFFont 11 test/Font/test03.c SWFFont font = newSWFFont_fromFile(MEDIADIR "/test.ttf"); SWFFont 13 test/Font/test03.php $f2 = new SWFFont($mediadir . "/test.ttf"); SWFFont 10 test/Font/test04-cxx.C SWFFont *font = new SWFFont(MEDIADIR "/font01.fdb"); SWFFont 19 test/Font/test04.c SWFFont font = newSWFFont_fromFile(MEDIADIR "/font01.fdb"); SWFFont 10 test/Font/test04.php $f = new SWFFont($mediadir . "/font01.fdb"); SWFFont 10 test/Font/test05-cxx.C SWFFont *font = new SWFFont(MEDIADIR "/font01.fdb"); SWFFont 19 test/Font/test05.c SWFFont font = newSWFFont_fromFile(MEDIADIR "/font01.fdb"); SWFFont 10 test/Font/test05.php $f = new SWFFont($mediadir . "/font01.fdb"); SWFFont 10 test/Movie/assignSymbol/test01-cxx.C SWFFont *font = new SWFFont(MEDIADIR "/font01.fdb"); SWFFont 11 test/Movie/assignSymbol/test01.c SWFFont font = newSWFFont_fromFile(MEDIADIR "/font01.fdb"); SWFFont 12 test/Movie/assignSymbol/test01.php $f2 = new SWFFont($mediadir . "/font01.fdb"); SWFFont 20 test/Text/test01-cxx.C SWFFont *font = new SWFFont(fontfile); SWFFont 19 test/Text/test01.c SWFFont font = loadSWFFontFromFile(fontfile); SWFFont 12 test/Text/test01.php $f2 = new SWFFont($mediadir . "/font01.fdb"); SWFFont 20 test/Text/test02-cxx.C SWFFont *font = new SWFFont(fontfile); SWFFont 21 test/Text/test02-cxx.C SWFFont *font2 = new SWFFont(MEDIADIR "/test.ttf"); SWFFont 19 test/Text/test02.c SWFFont font = loadSWFFontFromFile(fontfile); SWFFont 26 test/Text/test02.c SWFFont font2 = newSWFFont_fromFile(MEDIADIR "/test.ttf"); SWFFont 12 test/Text/test02.php $f2 = new SWFFont($mediadir . "/font01.fdb"); SWFFont 13 test/Text/test02.php $f3 = new SWFFont($mediadir . "/test.ttf"); SWFFont 13 test/Text/test03-cxx.C SWFFont *font = new SWFFont(MEDIADIR "/font01.fdb"); SWFFont 19 test/Text/test03.c SWFFont font = loadSWFFontFromFile(fontfile); SWFFont 10 test/Text/test03.php $f2 = new SWFFont($mediadir . "/font01.fdb"); SWFFont 11 test/Text/test03.php $f3 = new SWFFont($mediadir . "/test.ttf"); SWFFont 10 test/TextField/test01-cxx.C SWFFont *font = new SWFFont(MEDIADIR "/test.ttf"); SWFFont 11 test/TextField/test01.c SWFFont font = newSWFFont_fromFile(MEDIADIR "/test.ttf"); SWFFont 10 test/TextField/test01.php $f = new SWFFont($mediadir . "/test.ttf"); SWFFont 10 test/TextField/test02-cxx.C SWFFont *font = new SWFFont(MEDIADIR "/test.ttf"); SWFFont 10 test/TextField/test02.c SWFFont font = newSWFFont_fromFile(MEDIADIR "/test.ttf"); SWFFont 10 test/TextField/test02.php $f = new SWFFont($mediadir . "/test.ttf");