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

Function DrawThick

xgeneral.cpp:126–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124// Set the current line thickness to use when drawing graphics charts.
125
126void DrawThick(flag fThick)
127{
128#ifdef WIN
129 int kvCur;
130#endif
131
132 if (fThick == gs.fThick)
133 return;
134 gs.fThick = fThick;
135#ifdef WIN
136 if (!gi.fFile && wi.nScaleWin > 1) {
137 // For Windows, reset pen width to reflect new thickness.
138 kvCur = gi.kvCur;
139 gi.kvCur = -1;
140 DrawColor(-kvCur);
141 }
142#endif
143}
144
145
146#ifdef WIN

Callers 8

DrawSzFunction · 0.85
DrawSignFunction · 0.85
DrawHouseFunction · 0.85
DrawObjectFunction · 0.85
DrawAspectFunction · 0.85
DrawNakshatraFunction · 0.85
DrawSidebarFunction · 0.85
DrawCalendarAspectFunction · 0.85

Calls 1

DrawColorFunction · 0.85

Tested by

no test coverage detected