![]() |
KiCad PCB EDA Suite
|
Implement a very basic GAL used to draw, plot and convert texts in segments for DRC functions, using the common GAL functions. More...
Go to the source code of this file.
Variables | |
KIGFX::GAL_DISPLAY_OPTIONS | basic_displayOptions |
BASIC_GAL | basic_gal (basic_displayOptions) |
Implement a very basic GAL used to draw, plot and convert texts in segments for DRC functions, using the common GAL functions.
Draw functions use wxDC. Plot functions use a PLOTTER Convert texts in segments use a callback function created by the caller
Definition in file basic_gal.cpp.
KIGFX::GAL_DISPLAY_OPTIONS basic_displayOptions |
Definition at line 42 of file basic_gal.cpp.
BASIC_GAL basic_gal(basic_displayOptions) |
Referenced by EDA_TEXT::GetTextBox(), GraphicTextWidth(), GRText(), and EDA_TEXT::LenSize().