MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / GLTextPanel

Method GLTextPanel

src/ui/GLPanel.cpp:387–392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

385
386
387GLTextPanel::GLTextPanel() : GLPanel() {
388 coord = GLPANEL_Y_UP;
389 horizAlign = GLFont::GLFONT_ALIGN_CENTER;
390 vertAlign = GLFont::GLFONT_ALIGN_CENTER;
391 useNativeFont = true;
392}
393
394void GLTextPanel::drawPanelContents() {
395 glColor4f(1, 1, 1, 1.0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected