• Main Page
  • Related Pages
  • Namespaces
  • Classes
  • Files
  • Examples
  • File List
  • File Members

DefineFontAlignZonesTag.h

Go to the documentation of this file.
00001 // 
00002 //   Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software
00003 //   Foundation, Inc
00004 // 
00005 // This program is free software; you can redistribute it and/or modify
00006 // it under the terms of the GNU General Public License as published by
00007 // the Free Software Foundation; either version 3 of the License, or
00008 // (at your option) any later version.
00009 // 
00010 // This program is distributed in the hope that it will be useful,
00011 // but WITHOUT ANY WARRANTY; without even the implied warranty of
00012 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00013 // GNU General Public License for more details.
00014 // 
00015 // You should have received a copy of the GNU General Public License
00016 // along with this program; if not, write to the Free Software
00017 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
00018 
00019 
00020 #ifndef GNASH_SWF_DEFINEFONTALIGNZONESTAG_H
00021 #define GNASH_SWF_DEFINEFONTALIGNZONESTAG_H
00022 
00023 // Forward declarations
00024 namespace gnash {
00025         class movie_definition;
00026         class SWFStream;
00027         class RunResources;
00028 }
00029 
00030 namespace gnash {
00031 namespace SWF {
00032 
00033 class DefineFontAlignZonesTag {
00034 public:
00035 
00036         enum {
00037                 THIN = 0,
00038                 MEDIUM = 1,
00039                 THICK = 2
00040         };
00041 
00042 
00043         static void loader(SWFStream& in, TagType tag, movie_definition& m,
00044             const RunResources& r);
00045 
00046 private:
00047 
00049     //
00051         DefineFontAlignZonesTag(movie_definition& m, SWFStream& in);
00052 
00053         unsigned short _font2_id_ref;
00054 
00055         unsigned _csm_table_int;
00056 
00057 };
00058 
00059 
00060 
00061 
00062 
00063 } // namespace gnash::SWF
00064 } // namespace gnash
00065 
00066 
00067 #endif // GNASH_SWF_DEFINEFONTALIGNZONESTAG_H
00068 
00069 
00070 // Local Variables:
00071 // mode: C++
00072 // indent-tabs-mode: t
00073 // End:

Generated on Thu Sep 30 2010 14:34:57 for Gnash by  doxygen 1.7.1