#include "vgfx.h"
#include "bezier/quad.h"
#include "bezier/bezier.h"
Go to the source code of this file.
Classes | |
class | vgfx::Drawer |
Clients must implement this if they want to draw. More... | |
class | vgfx::PushPopBrush |
helper class to throw on the stack More... | |
Namespaces | |
namespace | vgfx |
Enumerations | |
enum | vgfx::eBrushAttribute { vgfx::eBrush_PenColor = 1, vgfx::eBrush_FillColor = 2, vgfx::eBrush_PenThickness = 3, vgfx::eBrush_Font = 50, vgfx::eBrush_TextFlags = 60, vgfx::eBrush_Invalid = 0 } |