Anti-Grain Geometry - AGG (libagg)  2.5
agg-2.5/include/agg_embedded_raster_fonts.h
Go to the documentation of this file.
00001 //----------------------------------------------------------------------------
00002 // Anti-Grain Geometry (AGG) - Version 2.5
00003 // A high quality rendering engine for C++
00004 // Copyright (C) 2002-2006 Maxim Shemanarev
00005 // Contact: mcseem@antigrain.com
00006 //          mcseemagg@yahoo.com
00007 //          http://antigrain.com
00008 // 
00009 // AGG is free software; you can redistribute it and/or
00010 // modify it under the terms of the GNU General Public License
00011 // as published by the Free Software Foundation; either version 2
00012 // of the License, or (at your option) any later version.
00013 // 
00014 // AGG is distributed in the hope that it will be useful,
00015 // but WITHOUT ANY WARRANTY; without even the implied warranty of
00016 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00017 // GNU General Public License for more details.
00018 // 
00019 // You should have received a copy of the GNU General Public License
00020 // along with AGG; if not, write to the Free Software
00021 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 
00022 // MA 02110-1301, USA.
00023 //----------------------------------------------------------------------------
00024 
00025 #ifndef AGG_EMBEDDED_RASTER_FONTS_INCLUDED
00026 #define AGG_EMBEDDED_RASTER_FONTS_INCLUDED
00027 
00028 #include "agg_basics.h"
00029 
00030 namespace agg
00031 {
00032     extern const int8u gse4x6[];
00033     extern const int8u gse4x8[];
00034     extern const int8u gse5x7[];
00035     extern const int8u gse5x9[];
00036     extern const int8u gse6x12[];
00037     extern const int8u gse6x9[];
00038     extern const int8u gse7x11[];
00039     extern const int8u gse7x11_bold[];
00040     extern const int8u gse7x15[];
00041     extern const int8u gse7x15_bold[];
00042     extern const int8u gse8x16[];
00043     extern const int8u gse8x16_bold[];
00044     extern const int8u mcs11_prop[];
00045     extern const int8u mcs11_prop_condensed[];
00046     extern const int8u mcs12_prop[];
00047     extern const int8u mcs13_prop[];
00048     extern const int8u mcs5x10_mono[];
00049     extern const int8u mcs5x11_mono[];
00050     extern const int8u mcs6x10_mono[];
00051     extern const int8u mcs6x11_mono[];
00052     extern const int8u mcs7x12_mono_high[];
00053     extern const int8u mcs7x12_mono_low[];
00054     extern const int8u verdana12[];
00055     extern const int8u verdana12_bold[];
00056     extern const int8u verdana13[];
00057     extern const int8u verdana13_bold[];
00058     extern const int8u verdana14[];
00059     extern const int8u verdana14_bold[];
00060     extern const int8u verdana16[];
00061     extern const int8u verdana16_bold[];
00062     extern const int8u verdana17[];
00063     extern const int8u verdana17_bold[];
00064     extern const int8u verdana18[];
00065     extern const int8u verdana18_bold[];
00066 }
00067 
00068 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines