Home
last modified time | relevance | path

Searched refs:LineWidth_em (Results 1 – 3 of 3) sorted by relevance

/dports/math/wxmaxima/wxmaxima-Version-20.04.0/src/
H A DPrintout.cpp189 (*m_configuration)->LineWidth_em(10000); in SetupData()
246 (*m_configuration)->LineWidth_em(10000); in SetupData()
H A DConfiguration.h374 long LineWidth_em() const in LineWidth_em() function
386 void LineWidth_em(long width) in LineWidth_em() function
H A DConfiguration.cpp580 if((lineWidth >= Scale_Px(double(GetDefaultFontSize())) * LineWidth_em()) && in GetLineWidth()
582 lineWidth = Scale_Px(double(GetDefaultFontSize())) * LineWidth_em(); in GetLineWidth()