MCPcopy Create free account
hub / github.com/Kitware/VTK / PrintLeftJustifiedText

Method PrintLeftJustifiedText

IO/ExportPDF/vtkPDFContextDevice2D.cxx:497–504  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

495 }
496
497 void PrintLeftJustifiedText() const
498 {
499 for (const auto& line : this->Lines)
500 {
501 HPDF_Page_ShowText(this->Page, line.String.c_str());
502 HPDF_Page_MoveToNextLine(this->Page);
503 }
504 }
505
506 void PrintCenterJustifiedText() const
507 {

Callers 1

DrawTextMethod · 0.95

Calls 3

HPDF_Page_ShowTextFunction · 0.85
HPDF_Page_MoveToNextLineFunction · 0.85
c_strMethod · 0.45

Tested by

no test coverage detected