Go to the documentation of this file.
20 #ifndef GNASH_SWF_DEFINEFONTALIGNZONESTAG_H
21 #define GNASH_SWF_DEFINEFONTALIGNZONESTAG_H
27 class movie_definition;
61 #endif // GNASH_SWF_DEFINEFONTALIGNZONESTAG_H
void skip_to_tag_end()
Discard all bytes up to end of tag.
Definition: SWFStream.h:354
void log_swferror(StringType msg, Args... args)
Definition: log.h:325
TagType
SWF tag types. Symbolic names copied from Ming.
Definition: SWF.h:31
@ i
Definition: GnashKey.h:155
#define LOG_ONCE(x)
Definition: log.h:49
#define _(String)
Definition: log.h:44
Anonymous namespace for callbacks, local functions, event handlers etc.
Definition: dbus_ext.cpp:41
@ m
Definition: GnashKey.h:159
@ THIN
Definition: DefineFontAlignZonesTag.h:40
GlyphInfoRecords::size_type glyphCount() const
Retrieve the number of embedded glyphs in this font.
Definition: Font.cpp:136
Client program's interface to the definition of a movie or sprite.
Definition: movie_definition.h:96
#define IF_VERBOSE_MALFORMED_SWF(x)
Definition: log.h:404
static void loader(SWFStream &in, TagType tag, movie_definition &m, const RunResources &r)
Definition: DefineFontAlignZonesTag.cpp:40
Definition: DefineFontAlignZonesTag.h:36
@ r
Definition: GnashKey.h:164
Class to group together per-run and external resources for Gnash.
Definition: RunResources.h:54
@ j
Definition: GnashKey.h:156
@ DEFINEALIGNZONES
Definition: SWF.h:103
#define IF_VERBOSE_PARSE(x)
Definition: log.h:378
void log_parse(StringType msg, Args... args)
Definition: log.h:313
A Font resource.
Definition: Font.h:90
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
@ THICK
Definition: DefineFontAlignZonesTag.h:42
@ MEDIUM
Definition: DefineFontAlignZonesTag.h:41
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
@ u
Definition: GnashKey.h:167