Go to the documentation of this file.
20 #ifndef GNASH_SWF_CSMTEXTSETTINGSTAG_H
21 #define GNASH_SWF_CSMTEXTSETTINGSTAG_H
27 class movie_definition;
51 #endif // GNASH_SWF_CSMTEXTSETTINGSTAG_H
@ CSMTEXTSETTINGS
Definition: SWF.h:104
unsigned read_uint(unsigned short bitcount)
Reads a bit-packed unsigned integer from the stream and returns it. The given bitcount determines the...
Definition: SWFStream.cpp:102
void skip_to_tag_end()
Discard all bytes up to end of tag.
Definition: SWFStream.h:354
TagType
SWF tag types. Symbolic names copied from Ming.
Definition: SWF.h:31
static void loader(SWFStream &in, TagType tag, movie_definition &m, const RunResources &r)
Definition: CSMTextSettingsTag.cpp:40
Definition: CSMTextSettingsTag.h:35
#define LOG_ONCE(x)
Definition: log.h:49
#define _(String)
Definition: log.h:44
float read_long_float()
Read a 32bit (1:sign 8:exp 23:mantissa) floating point value.
Definition: SWFStream.cpp:285
Anonymous namespace for callbacks, local functions, event handlers etc.
Definition: dbus_ext.cpp:41
@ m
Definition: GnashKey.h:159
#define UNUSED(x)
Definition: utility.h:113
Client program's interface to the definition of a movie or sprite.
Definition: movie_definition.h:96
@ r
Definition: GnashKey.h:164
Class to group together per-run and external resources for Gnash.
Definition: RunResources.h:54
#define IF_VERBOSE_PARSE(x)
Definition: log.h:378
void log_parse(StringType msg, Args... args)
Definition: log.h:313
std::uint16_t read_u16()
Read a aligned unsigned 16-bit value from the stream.
Definition: SWFStream.cpp:332
std::uint8_t read_u8()
Read a aligned unsigned 8-bit value from the stream.
Definition: SWFStream.cpp:319
SWF stream wrapper class.
Definition: SWFStream.h:59
void ensureBytes(unsigned long needed)
Ensure the requested number of bytes are available for an aligned read in the currently opened tag.
Definition: SWFStream.cpp:50
@ SWF
Definition: GnashKey.h:331
void log_unimpl(StringType msg, Args... args)
Definition: log.h:289
CSMTextSettingsTag(movie_definition &m, SWFStream &in)
Definition: CSMTextSettingsTag.cpp:34