MCPcopy Create free account
hub / github.com/DISTRHO/DPF / fontSize

Method fontSize

dgl/src/NanoVG.cpp:953–959  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

951}
952
953void NanoVG::fontSize(float size)
954{
955 if (fContext == nullptr) return;
956 DISTRHO_SAFE_ASSERT_RETURN(size > 0.0f,);
957
958 nvgFontSize(fContext, size);
959}
960
961void NanoVG::fontBlur(float blur)
962{

Callers 1

onDisplayMethod · 0.80

Calls 1

nvgFontSizeFunction · 0.85

Tested by

no test coverage detected