#ifndef AGG_PIXFMT_CONFIG_H #define AGG_PIXFMT_CONFIG_H #include "platform/agg_platform_support.h" #include "agg_gamma_lut.h" #include "agg_pixfmt_rgb24_lcd.h" #include "agg_font_freetype.h" namespace gslshell { typedef agg::gamma_lut gamma_type; const agg::pix_format_e pixel_format = agg::pix_format_rgb24; const bool flip_y = true; extern unsigned bpp; extern agg::pix_format_e sys_pixel_format; extern unsigned sys_bpp; extern gamma_type gamma; extern agg::lcd_distribution_lut subpixel_lut; extern agg::font_engine_freetype_int32& font_engine(); extern agg::font_cache_manager& font_manager(); extern const char *get_font_name(); extern const char *get_fox_console_font_name(); } #endif

AltStyle によって変換されたページ (->オリジナル) /