Hello all,

I follow the code of swf_WriteFont function(in swftext.c file) to convert text 
to swf file, but there's a problem below:
 - I cannot get the right glyph in font(int g = font->ascii2glyph[]) so i 
cannot convert all of characters right.
 - I also cannot convert unicode to swf file
 - And text file's size is about 2k, the converted swf file's size is 7M.It's 
too big.

Can anyone help me to solve the problem? Thanks a lot.



Ps: attached file is a test file.



      __________________________________________________________
Not happy with your email address?.
Get the one you really want - millions of new email addresses available now at 
Yahoo! http://uk.docs.yahoo.com/ymail/new.html
========================================================================
    CONSOLE APPLICATION : EMFPARSER Project Overview
========================================================================

AppWizard has created this EMFPARSER application for you.  

This file contains a summary of what you will find in each of the files that
make up your EMFPARSER application.


EMFPARSER.vcproj
    This is the main project file for VC++ projects generated using an 
Application Wizard. 
    It contains information about the version of Visual C++ that generated the 
file, and 
    information about the platforms, configurations, and project features 
selected with the
    Application Wizard.

EMFPARSER.cpp
    This is the main application source file.

/////////////////////////////////////////////////////////////////////////////
Other standard files:

StdAfx.h, StdAfx.cpp
    These files are used to build a precompiled header (PCH) file
    named EMFPARSER.pch and a precompiled types file named StdAfx.obj.

/////////////////////////////////////////////////////////////////////////////
Other notes:

AppWizard uses "TODO:" comments to indicate parts of the source code you
should add to or customize.

/////////////////////////////////////////////////////////////////////////////

Reply via email to