Commit 80a713d8 authored by charras's avatar charras

commit hershey patch

parent 42b4cae4
/********************************************************/
/* methodes pour les structures de base: */
/* EDA_BaseStruct (classe non utilisable seule) */
/* EDA_TextStruct (classe non utilisable seule) */
/********************************************************/
/****************************************/
/* Basic classes for Kicad: */
/* EDA_BaseStruct */
/* EDA_TextStruct */
/****************************************/
/* Fichier base_struct.cpp */
......@@ -10,7 +10,6 @@
#include "gr_basic.h"
#include "trigo.h"
#include "common.h"
#include "grfonte.h"
#include "macros.h"
#include "wxstruct.h"
#include "class_drawpanel.h"
......
......@@ -18,7 +18,7 @@
#endif
#define EDA_DRAWBASE
#include "hershey.h"
#include "hershey_fonts.h"
#define HERSHEY_SIZE 32.0
......
......@@ -7,7 +7,6 @@
#include "common.h"
#include "plot_common.h"
#include "worksheet.h"
#include "grfonte.h"
#include "base_struct.h"
#include "drawtxt.h"
#include "trigo.h"
......@@ -694,7 +693,7 @@ void PlotTextStruct( EDA_BaseStruct* Struct )
delete (list);
}
else
PlotGraphicText( g_PlotFormat, textpos,
color, schText->m_Text, schText->m_Orient, schText->m_Size,
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment