Home
last modified time | relevance | path

Searched refs:GetFontScale (Results 1 – 25 of 34) sorted by relevance

12

/dports/graphics/podofo/podofo-0.9.7/src/podofo/doc/
H A DPdfFontMetricsBase14.cpp103 … return dWidth * static_cast<double>(this->GetFontSize() * this->GetFontScale() / 100.0) / 1000.0 + in CharWidth()
104 …static_cast<double>( this->GetFontSize() * this->GetFontScale() / 100.0 * this->GetFontCharSpace()… in CharWidth()
113 … return dWidth * static_cast<double>(this->GetFontSize() * this->GetFontScale() / 100.0) / 1000.0 + in UnicodeCharWidth()
114 …static_cast<double>( this->GetFontSize() * this->GetFontScale() / 100.0 * this->GetFontCharSpace()… in UnicodeCharWidth()
H A DPdfFont.h112 inline float GetFontScale() const;
347 float PdfFont::GetFontScale() const in GetFontScale() function
349 return m_pMetrics->GetFontScale(); in GetFontScale()
H A DPdfFontMetricsFreetype.cpp387 … return dWidth * static_cast<double>(this->GetFontSize() * this->GetFontScale() / 100.0) / 1000.0 + in CharWidth()
388 …static_cast<double>( this->GetFontSize() * this->GetFontScale() / 100.0 * this->GetFontCharSpace()… in CharWidth()
409 … return dWidth * static_cast<double>(this->GetFontSize() * this->GetFontScale() / 100.0) / 1000.0 + in UnicodeCharWidth()
410 …static_cast<double>( this->GetFontSize() * this->GetFontScale() / 100.0 * this->GetFontCharSpace()… in UnicodeCharWidth()
H A DPdfFontMetrics.h329 inline float GetFontScale() const;
530 float PdfFontMetrics::GetFontScale() const in GetFontScale() function
H A DPdfFontMetricsObject.cpp211 …front().GetReal() * this->GetFontSize() + this->GetFontCharSpace()) * this->GetFontScale() / 100.0; in CharWidth()
228 …front().GetReal() * this->GetFontSize() + this->GetFontCharSpace()) * this->GetFontScale() / 100.0; in UnicodeCharWidth()
H A DPdfFontMetrics.cpp945 dWidth += m_fWordSpace * this->GetFontScale() / 100.0; in StringWidth()
980 dWidth += m_fWordSpace * this->GetFontScale() / 100.0; in StringWidth()
1005 dWidth += m_fWordSpace * this->GetFontScale() / 100.0; in StringWidth()
H A DPdfPainter.cpp819 m_oss << m_pFont->GetFontScale() << " Tz" << std::endl; in DrawText()
863 m_oss << m_pFont->GetFontScale() << " Tz" << std::endl; in BeginText()
1304 pGlyphFont->SetFontScale( m_pFont->GetFontScale() ); in DrawGlyph()
/dports/math/vtk6/VTK-6.2.0/Rendering/Core/
H A DvtkTextActor.h214 static float GetFontScale(vtkViewport *viewport);
H A DvtkTextActor.cxx591 float vtkTextActor::GetFontScale(vtkViewport *viewport) in GetFontScale() function in vtkTextActor
634 double scale = static_cast<double>(vtkTextActor::GetFontScale(viewport)); in ComputeScaledFont()
/dports/math/vtk9/VTK-9.1.0/Rendering/Core/
H A DvtkTextActor.h250 static float GetFontScale(vtkViewport* viewport);
H A DvtkTextActor.cxx601 float vtkTextActor::GetFontScale(vtkViewport* viewport) in GetFontScale() function in vtkTextActor
640 double scale = static_cast<double>(vtkTextActor::GetFontScale(viewport)); in ComputeScaledFont()
/dports/math/vtk8/VTK-8.2.0/Rendering/Core/
H A DvtkTextActor.h256 static float GetFontScale(vtkViewport *viewport);
H A DvtkTextActor.cxx612 float vtkTextActor::GetFontScale(vtkViewport *viewport) in GetFontScale() function in vtkTextActor
655 double scale = static_cast<double>(vtkTextActor::GetFontScale(viewport)); in ComputeScaledFont()
/dports/math/gambit/gambit-16.0.1/src/labenski/include/wx/plotctrl/
H A Dplotdraw.h65 double GetFontScale() const { return m_font_scale; } in GetFontScale() function
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/interface/wx/richtext/
H A Drichtextctrl.h1663 double GetFontScale() const { return GetBuffer().GetFontScale(); } in GetFontScale() function
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/interface/wx/richtext/
H A Drichtextctrl.h1663 double GetFontScale() const { return GetBuffer().GetFontScale(); } in GetFontScale() function
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/interface/wx/richtext/
H A Drichtextctrl.h1670 double GetFontScale() const { return GetBuffer().GetFontScale(); } in GetFontScale() function
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/richtext/
H A Drichtextctrl.h1711 double GetFontScale() const { return GetBuffer().GetFontScale(); } in GetFontScale() function
H A Drichtextbuffer.h4874 double GetFontScale() const { return m_fontScale; } in GetFontScale() function
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/richtext/
H A Drichtextctrl.h1718 double GetFontScale() const { return GetBuffer().GetFontScale(); } in GetFontScale() function
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/richtext/
H A Drichtextctrl.h1711 double GetFontScale() const { return GetBuffer().GetFontScale(); } in GetFontScale() function
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/gen/
H A Drichtextctrl.sip2168 double GetFontScale() const;
2170 GetFontScale() -> double
3109 %Property(name=FontScale, get=GetFontScale, set=SetFontScale)
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/richtext/
H A Drichtext.cpp2127 wxString value = wxString::Format("%g", m_richTextCtrl->GetFontScale()); in OnSetFontScale()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/samples/richtext/
H A Drichtext.cpp2134 wxString value = wxString::Format(wxT("%g"), m_richTextCtrl->GetFontScale()); in OnSetFontScale()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/samples/richtext/
H A Drichtext.cpp2134 wxString value = wxString::Format(wxT("%g"), m_richTextCtrl->GetFontScale()); in OnSetFontScale()

12