KiCad PCB EDA Suite
Loading...
Searching...
No Matches
pcbnew.h File Reference
#include <eda_units.h>

Go to the source code of this file.

Macros

#define TEXTS_MIN_SIZE   pcbIUScale.MilsToIU( 1 )
 Minimum text size in internal units (1 mil) More...
 
#define TEXTS_MAX_SIZE   pcbIUScale.MilsToIU( 10000 )
 Maximum text size in internal units (10 inches) More...
 
#define TEXTS_MAX_WIDTH   pcbIUScale.MilsToIU( 10000 )
 Maximum text width in internal units (10 inches) More...
 

Macro Definition Documentation

◆ TEXTS_MAX_SIZE

#define TEXTS_MAX_SIZE   pcbIUScale.MilsToIU( 10000 )

Maximum text size in internal units (10 inches)

Definition at line 32 of file pcbnew.h.

◆ TEXTS_MAX_WIDTH

#define TEXTS_MAX_WIDTH   pcbIUScale.MilsToIU( 10000 )

Maximum text width in internal units (10 inches)

Definition at line 33 of file pcbnew.h.

◆ TEXTS_MIN_SIZE

#define TEXTS_MIN_SIZE   pcbIUScale.MilsToIU( 1 )

Minimum text size in internal units (1 mil)

Definition at line 31 of file pcbnew.h.