57class wxFindReplaceData;
90 m_IuScale( aIuScale ),
91 m_render_cache_font( nullptr ),
92 m_bounding_box_cache_valid( false ),
93 m_bounding_box_cache_line( -1 ),
94 m_bounding_box_cache_inverted( false )
113 m_IuScale( aText.m_IuScale )
129 for(
const std::unique_ptr<KIFONT::GLYPH>& glyph : aText.
m_render_cache )
132 m_render_cache.emplace_back( std::make_unique<KIFONT::OUTLINE_GLYPH>( *outline ) );
134 m_render_cache.emplace_back( std::make_unique<KIFONT::STROKE_GLYPH>( *stroke ) );
165 for(
const std::unique_ptr<KIFONT::GLYPH>& glyph : aText.
m_render_cache )
168 m_render_cache.emplace_back( std::make_unique<KIFONT::OUTLINE_GLYPH>( *outline ) );
170 m_render_cache.emplace_back( std::make_unique<KIFONT::STROKE_GLYPH>( *stroke ) );
311 penWidth = aDefaultPenWidth;
315 else if( penWidth <= 1 )
418 if( aOffset.
x == 0 && aOffset.
y == 0 )
426 outline->Move( aOffset );
428 glyph = stroke->Transform( { 1.0, 1.0 }, aOffset, 0,
ANGLE_0,
false, { 0, 0 } );
490std::vector<std::unique_ptr<KIFONT::GLYPH>>*
536 m_render_cache.emplace_back( std::make_unique<KIFONT::OUTLINE_GLYPH>( aPoly ) );
559 wxArrayString strings;
567 if( strings.GetCount() )
569 if( aLine >= 0 && ( aLine <
static_cast<int>( strings.GetCount() ) ) )
570 text = strings.Item( aLine );
572 text = strings.Item( 0 );
583 int overbarOffset = 0;
589 int fudgeFactor =
KiROUND( extents.
y * 0.17 );
592 textsize.
y += fudgeFactor;
597 if(
text.Contains( wxT(
"~{" ) ) )
598 overbarOffset = extents.
y / 6;
608 for(
unsigned ii = 1; ii < strings.GetCount(); ii++ )
610 text = strings.Item( ii );
613 textsize.
x = std::max( textsize.
x, extents.
x );
622 textsize.
y += overbarOffset;
652 bbox.
Offset( 0, -fudgeFactor );
661 bbox.
Offset( 0, fudgeFactor );
707 std::vector<VECTOR2I> positions;
708 wxArrayString strings;
711 positions.reserve( strings.Count() );
715 for(
unsigned ii = 0; ii < strings.Count(); ii++ )
716 printOneLineOfText( aSettings, aOffset, aColor, aFillMode, strings[ii], positions[ii] );
743 pos.
y -= ( aLineCount - 1 ) * offset.
y / 2;
747 pos.
y -= ( aLineCount - 1 ) * offset.
y;
758 for(
int ii = 0; ii < aLineCount; ii++ )
760 aPositions.push_back( (
VECTOR2I) pos );
768 const wxString& aText,
const VECTOR2I& aPos )
774 penWidth = -penWidth;
801 wxString stylemsg[4] = {
808 return stylemsg[style];
817 return wxEmptyString;
838 aFormatter->
Print( aNestLevel + 1,
"(effects" );
840 aFormatter->
Print( 0,
" (font" );
843 aFormatter->
Print( 0,
" (face \"%s\")",
GetFont()->NameAsToken() );
846 aFormatter->
Print( 0,
" (size %s %s)",
852 aFormatter->
Print( 0,
" (line_spacing %s)",
858 aFormatter->
Print( 0,
" (thickness %s)",
863 aFormatter->
Print( 0,
" bold" );
866 aFormatter->
Print( 0,
" italic" );
870 aFormatter->
Print( 0,
" (color %d %d %d %s)",
877 aFormatter->
Print( 0,
")");
882 aFormatter->
Print( 0,
" (justify");
891 aFormatter->
Print( 0,
" mirror" );
893 aFormatter->
Print( 0,
")" );
897 aFormatter->
Print( 0,
" hide" );
904 aFormatter->
Print( 0,
")\n" );
909 bool aUseTextRotation )
const
911 std::shared_ptr<SHAPE_COMPOUND> shape = std::make_shared<SHAPE_COMPOUND>();
919 std::vector<std::unique_ptr<KIFONT::GLYPH>>* cache =
nullptr;
921 if( aUseTextRotation )
940 shape->AddShape(
new SHAPE_SEGMENT( aPt1, aPt2, penWidth ) );
947 for(
const VECTOR2I& point : { aPt1, aPt2, aPt3 } )
948 triShape->
Append( point.x, point.y );
950 shape->AddShape( triShape );
965 shape->AddShape(
new SHAPE_SEGMENT( aPt1, aPt2, penWidth ) );
970 shape->AddShape( aPoly.Clone() );
985 wxCHECK( aOther, 1 );
1015 if( uri.Create( aURL ) && uri.HasScheme() )
1017 const wxString& scheme = uri.GetScheme();
1018 return scheme == wxT(
"file" ) || scheme == wxT(
"http" ) || scheme == wxT(
"https" );
1027 return aHref.StartsWith( wxT(
"#" ), aDestination );
1033 return wxT(
"#" ) + aDestination;
1063 PROPERTY_DISPLAY::PT_DEGREE ) );
1065 const wxString textProps =
_(
"Text Properties" );
1078 PROPERTY_DISPLAY::PT_SIZE ),
1098 PROPERTY_DISPLAY::PT_SIZE ),
1104 PROPERTY_DISPLAY::PT_SIZE ),
constexpr EDA_IU_SCALE unityScale
void SetOrigin(const Vec &pos)
BOX2< Vec > & Normalize()
Ensure that the height and width are positive.
void Offset(coord_type dx, coord_type dy)
void SetX(coord_type val)
bool Intersects(const BOX2< Vec > &aRect) const
void SetY(coord_type val)
coord_type GetHeight() const
coord_type GetWidth() const
void SetSize(const Vec &size)
bool Contains(const Vec &aPoint) const
BOX2< Vec > & Inflate(coord_type dx, coord_type dy)
Inflates the rectangle horizontally by dx and vertically by dy.
static bool Replace(const EDA_SEARCH_DATA &aSearchData, wxString &aText)
Perform a text replace on aText using the find and replace criteria in aSearchData on items that supp...
A mix-in class (via multiple inheritance) that handles texts such as labels, parts,...
int GetTextHeight() const
BOX2I GetTextBox(int aLine=-1, bool aInvertY=false) const
Useful in multiline texts to calculate the full text or a line area (for zones filling,...
COLOR4D GetTextColor() const
wxString GetTextStyleName() const
bool IsDefaultFormatting() const
static bool IsGotoPageHref(const wxString &aHref, wxString *aDestination=nullptr)
Check if aHref is a valid internal hyperlink.
std::vector< std::unique_ptr< KIFONT::GLYPH > > m_render_cache
void SetTextSize(VECTOR2I aNewSize)
wxString GetFontName() const
void SetupRenderCache(const wxString &aResolvedText, const EDA_ANGLE &aAngle)
BOX2I m_bounding_box_cache
bool IsMultilineAllowed() const
virtual const wxString & GetText() const
Return the string associated with the text object.
int GetInterline() const
Return the distance between two lines of text.
virtual bool IsVisible() const
void SetTextPos(const VECTOR2I &aPoint)
bool m_shown_text_has_text_var_refs
KIFONT::FONT * GetFont() const
void SetAttributes(const EDA_TEXT &aSrc, bool aSetPosition=true)
Set the text attributes from another instance.
virtual void Format(OUTPUTFORMATTER *aFormatter, int aNestLevel, int aControlBits) const
Output the object to aFormatter in s-expression form.
void SetMirrored(bool isMirrored)
int m_bounding_box_cache_line
std::vector< std::unique_ptr< KIFONT::GLYPH > > * GetRenderCache(const KIFONT::FONT *aFont, const wxString &forResolvedText, const VECTOR2I &aOffset={ 0, 0 }) const
const KIFONT::FONT * m_render_cache_font
virtual EDA_ANGLE GetDrawRotation() const
virtual VECTOR2I GetDrawPos() const
EDA_TEXT & operator=(const EDA_TEXT &aItem)
void printOneLineOfText(const RENDER_SETTINGS *aSettings, const VECTOR2I &aOffset, const COLOR4D &aColor, OUTLINE_MODE aFillMode, const wxString &aText, const VECTOR2I &aPos)
Print each line of this EDA_TEXT.
virtual bool HasHyperlink() const
void SetVertJustify(GR_TEXT_V_ALIGN_T aType)
wxString GetHyperlink() const
void Offset(const VECTOR2I &aOffset)
GR_TEXT_H_ALIGN_T GetHorizJustify() const
void SetTextWidth(int aWidth)
bool Replace(const EDA_SEARCH_DATA &aSearchData)
Helper function used in search and replace dialog.
int Compare(const EDA_TEXT *aOther) const
std::reference_wrapper< const EDA_IU_SCALE > m_IuScale
virtual void SetVisible(bool aVisible)
EDA_TEXT(const EDA_IU_SCALE &aIuScale, const wxString &aText=wxEmptyString)
bool m_bounding_box_cache_valid
void GetLinePositions(std::vector< VECTOR2I > &aPositions, int aLineCount) const
Populate aPositions with the position of each line of a multiline text, according to the vertical jus...
static wxString GotoPageHref(const wxString &aDestination)
Generate a href to a page in the current schematic.
virtual void ClearBoundingBoxCache()
virtual KIFONT::FONT * getDrawFont() const
double GetLineSpacing() const
VECTOR2I m_render_cache_offset
void SetLineSpacing(double aLineSpacing)
void AddRenderCacheGlyph(const SHAPE_POLY_SET &aPoly)
void SetTextThickness(int aWidth)
The TextThickness is that set by the user.
virtual bool TextHitTest(const VECTOR2I &aPoint, int aAccuracy=0) const
Test if aPoint is within the bounds of this object.
void SetTextHeight(int aHeight)
virtual void cacheShownText()
EDA_ANGLE m_render_cache_angle
static GR_TEXT_H_ALIGN_T MapHorizJustify(int aHorizJustify)
bool m_bounding_box_cache_inverted
virtual void ClearRenderCache()
const TEXT_ATTRIBUTES & GetAttributes() const
static bool ValidateHyperlink(const wxString &aURL)
Check if aURL is a valid hyperlink.
VECTOR2I m_bounding_box_cache_pos
int GetEffectiveTextPenWidth(int aDefaultPenWidth=0) const
The EffectiveTextPenWidth uses the text thickness if > 1 or aDefaultPenWidth.
void SwapAttributes(EDA_TEXT &aTradingPartner)
Swap the text attributes of the two involved instances.
wxString m_render_cache_text
double GetTextAngleDegrees() const
virtual const KIFONT::METRICS & getFontMetrics() const
void SetTextAngleDegrees(double aOrientation)
std::shared_ptr< SHAPE_COMPOUND > GetEffectiveTextShape(bool aTriangulate=true, bool aUseTextRotation=true) const
build a list of segments (SHAPE_SEGMENT) to describe a text shape.
void SetHyperlink(wxString aLink)
static GR_TEXT_V_ALIGN_T MapVertJustify(int aVertJustify)
void SetKeepUpright(bool aKeepUpright)
void CopyText(const EDA_TEXT &aSrc)
GR_TEXT_V_ALIGN_T GetVertJustify() const
virtual wxString GetShownText(bool aAllowExtraText, int aDepth=0) const
Return the string actually shown after processing of the base text.
virtual void SetText(const wxString &aText)
virtual void SetTextAngle(const EDA_ANGLE &aAngle)
int GetTextThickness() const
void Print(const RENDER_SETTINGS *aSettings, const VECTOR2I &aOffset, const COLOR4D &aColor, OUTLINE_MODE aDisplay_mode=FILLED)
Print this text object to the device context aDC.
void SetItalic(bool aItalic)
void SwapText(EDA_TEXT &aTradingPartner)
void SetMultilineAllowed(bool aAllow)
void SetFont(KIFONT::FONT *aFont)
VECTOR2I GetTextSize() const
void SetHorizJustify(GR_TEXT_H_ALIGN_T aType)
TEXT_ATTRIBUTES m_attributes
static ENUM_MAP< T > & Instance()
FONT is an abstract base class for both outline and stroke fonts.
static FONT * GetFont(const wxString &aFontName=wxEmptyString, bool aBold=false, bool aItalic=false)
virtual bool IsStroke() const
void Draw(KIGFX::GAL *aGal, const wxString &aText, const VECTOR2I &aPosition, const VECTOR2I &aCursor, const TEXT_ATTRIBUTES &aAttributes, const METRICS &aFontMetrics) const
Draw a string.
const wxString & GetName() const
virtual bool IsOutline() const
VECTOR2I StringBoundaryLimits(const wxString &aText, const VECTOR2I &aSize, int aThickness, bool aBold, bool aItalic, const METRICS &aFontMetrics) const
Compute the boundary limits of aText (the bounding box of all shapes).
virtual double GetInterline(double aGlyphHeight, const METRICS &aFontMetrics) const =0
Compute the distance (interline) between 2 lines of text (for multiline texts).
static const METRICS & Default()
Class OUTLINE_FONT implements outline font drawing.
void GetLinesAsGlyphs(std::vector< std::unique_ptr< GLYPH > > *aGlyphs, const wxString &aText, const VECTOR2I &aPosition, const TEXT_ATTRIBUTES &aAttrs, const METRICS &aFontMetrics) const
A color representation with 4 components: red, green, blue, alpha.
virtual void DrawGlyphs(const std::vector< std::unique_ptr< KIFONT::GLYPH > > &aGlyphs)
Draw polygons representing font glyphs.
Container for all the knowledge about how graphical objects are drawn on any output surface/device.
int GetDefaultPenWidth() const
const wxString & GetDefaultFont() const
wxDC * GetPrintDC() const
Provide class metadata.Helper macro to map type hashes to names.
static PROPERTY_MANAGER & Instance()
PROPERTY_BASE & AddProperty(PROPERTY_BASE *aProperty, const wxString &aGroup=wxEmptyString)
Register a property.
Represent a polyline containing arcs as well as line segments: A chain of connected line and/or arc s...
Represent a set of closed polygons.
Represent a simple polygon consisting of a zero-thickness closed chain of connected line segments.
void Append(int aX, int aY)
Append a new point at the end of the polygon.
int Compare(const TEXT_ATTRIBUTES &aRhs) const
GR_TEXT_H_ALIGN_T m_Halign
GR_TEXT_V_ALIGN_T m_Valign
static constexpr EDA_ANGLE & ANGLE_0
std::ostream & operator<<(std::ostream &aStream, const EDA_TEXT &aText)
static struct EDA_TEXT_DESC _EDA_TEXT_DESC
#define TEXT_MIN_SIZE_MILS
Minimum text size in mils.
#define DEFAULT_SIZE_TEXT
This is the "default-of-the-default" hardcoded text size; individual application define their own def...
#define TEXT_MAX_SIZE_MILS
Maximum text size in mils (10 inches)
static constexpr double ITALIC_TILT
Tilt factor for italic style (this is the scaling factor on dY relative coordinates to give a tilted ...
int GetPenSizeForBold(int aTextSize)
int GetPenSizeForNormal(int aTextSize)
int Clamp_Text_PenSize(int aPenSize, int aSize, bool aStrict)
Pen width should not allow characters to become cluttered up in their own fatness.
void GRPrintText(wxDC *aDC, const VECTOR2I &aPos, const COLOR4D &aColor, const wxString &aText, const EDA_ANGLE &aOrient, const VECTOR2I &aSize, enum GR_TEXT_H_ALIGN_T aH_justify, enum GR_TEXT_V_ALIGN_T aV_justify, int aWidth, bool aItalic, bool aBold, KIFONT::FONT *aFont, const KIFONT::METRICS &aFontMetrics)
Print a graphic text through wxDC.
Some functions to handle hotkeys in KiCad.
constexpr int Mils2IU(const EDA_IU_SCALE &aIuScale, int mils)
KICOMMON_API std::string FormatInternalUnits(const EDA_IU_SCALE &aIuScale, int aValue)
Converts aValue from internal units to a string appropriate for writing to file.
T clamp(T min, T value, T max)
#define ENUM_TO_WXANY(type)
Macro to define read-only fields (no setter method available)
wxString UnescapeString(const wxString &aSource)
void wxStringSplit(const wxString &aText, wxArrayString &aStrings, wxChar aSplitter)
Split aString to a string list separated at aSplitter.
std::string FormatDouble2Str(double aValue)
Print a float number without using scientific notation and no trailing 0 This function is intended in...
void RotatePoint(int *pX, int *pY, const EDA_ANGLE &aAngle)
constexpr ret_type KiROUND(fp_type v)
Round a floating point number to an integer using "round halfway cases away from zero".