struct Core::Portable::BitmapFont::RenderScope

#include <corefont.h>

struct RenderScope
{
    // fields

    Graphics& graphics;
    int oldRenderMode;
    bool renderModeChanged;
    Bitmap* bitmap;
    BitmapMode bitmapMode;

    // construction

    RenderScope(const BitmapFont& font, Graphics& graphics, ColorRef color);
};