KiCad PCB EDA Suite
Loading...
Searching...
No Matches
eda_text.cpp File Reference
#include <algorithm>
#include <stddef.h>
#include <type_traits>
#include <vector>
#include <eda_item.h>
#include <base_units.h>
#include <callback_gal.h>
#include <eda_text.h>
#include <gal/color4d.h>
#include <font/glyph.h>
#include <gr_text.h>
#include <string_utils.h>
#include <math/util.h>
#include <math/vector2d.h>
#include <core/kicad_algo.h>
#include <richio.h>
#include <render_settings.h>
#include <trigo.h>
#include <i18n_utility.h>
#include <geometry/shape_segment.h>
#include <geometry/shape_compound.h>
#include <geometry/shape_simple.h>
#include <font/outline_font.h>
#include <geometry/shape_poly_set.h>
#include <properties/property_validators.h>
#include <wx/debug.h>
#include <wx/string.h>
#include <wx/url.h>
#include "font/kicad_font_name.h"
#include "font/fontconfig.h"
#include "pgm_base.h"

Go to the source code of this file.

Classes

struct  EDA_TEXT_DESC
 

Functions

std::ostream & operator<< (std::ostream &aStream, const EDA_TEXT &aText)
 

Variables

static struct EDA_TEXT_DESC _EDA_TEXT_DESC
 

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream &  aStream,
const EDA_TEXT aText 
)

Definition at line 1172 of file eda_text.cpp.

References EDA_TEXT::GetText().

Variable Documentation

◆ _EDA_TEXT_DESC

struct EDA_TEXT_DESC _EDA_TEXT_DESC
static