MCPcopy Create free account
hub / github.com/CruiserOne/Astrolog / PsLineCap

Function PsLineCap

xdevice.cpp:1463–1470  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1461// true, then the line ends are rounded, otherwise they are squared.
1462
1463void PsLineCap(flag fLineCap)
1464{
1465 if (fLineCap != gi.fLineCap) {
1466 PsStrokeForce();
1467 fprintf(gi.file, "%d setlinecap\n", fLineCap);
1468 gi.fLineCap = fLineCap;
1469 }
1470}
1471
1472
1473// Set the dash length to be used by PostScript line commands.

Callers 4

DrawPointFunction · 0.85
DrawDashFunction · 0.85
DrawArcFunction · 0.85
DrawEllipse2Function · 0.85

Calls 1

PsStrokeForceFunction · 0.85

Tested by

no test coverage detected