SWFFontCharacter_addChars
add all characters in the given string to the SWF file.
- Provided by: libming-dev (Version: 1:0.4.5-1.2ubuntu7)
- Source: ming
- Report a bug
add all characters in the given string to the SWF file.
#include <ming.h>
void SWFFontCharacter_addChars
(
SWFFontCharacter font,
const char *string
);
The font-block in the resulting SWF file will include all the characters in the given string.