KiCad PCB EDA Suite
|
#include <glyph.h>
Public Member Functions | |
virtual | ~GLYPH () |
virtual bool | IsOutline () const |
virtual bool | IsStroke () const |
virtual BOX2D | BoundingBox ()=0 |
|
pure virtual |
Implemented in KIFONT::OUTLINE_GLYPH, and KIFONT::STROKE_GLYPH.
|
inlinevirtual |
Reimplemented in KIFONT::OUTLINE_GLYPH.
Definition at line 50 of file glyph.h.
Referenced by CALLBACK_GAL::DrawGlyph(), KIGFX::OPENGL_GAL::DrawGlyph(), and KIGFX::CAIRO_GAL_BASE::DrawGlyph().
|
inlinevirtual |
Reimplemented in KIFONT::STROKE_GLYPH.
Definition at line 51 of file glyph.h.
Referenced by CALLBACK_GAL::DrawGlyph(), KIGFX::OPENGL_GAL::DrawGlyph(), and KIGFX::CAIRO_GAL_BASE::DrawGlyph().