Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
80a713d8
Commit
80a713d8
authored
May 28, 2009
by
charras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
commit hershey patch
parent
42b4cae4
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
221 additions
and
9 deletions
+221
-9
base_struct.cpp
common/base_struct.cpp
+5
-6
drawtxt.cpp
common/drawtxt.cpp
+1
-1
plot.cpp
eeschema/plot.cpp
+1
-2
grfonte.h.notused
include/grfonte.h.notused
+0
-0
hershey_fonts.h
include/hershey_fonts.h
+214
-0
No files found.
common/base_struct.cpp
View file @
80a713d8
/****************************************
****************
/
/*
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"
...
...
common/drawtxt.cpp
View file @
80a713d8
...
...
@@ -18,7 +18,7 @@
#endif
#define EDA_DRAWBASE
#include "hershey.h"
#include "hershey
_fonts
.h"
#define HERSHEY_SIZE 32.0
...
...
eeschema/plot.cpp
View file @
80a713d8
...
...
@@ -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
,
...
...
include/grfonte.h
→
include/grfonte.h
.notused
View file @
80a713d8
File moved
include/hershey_fonts.h
0 → 100644
View file @
80a713d8
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment