Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTRHO/DPF
/ textAlign
Method
textAlign
dgl/src/NanoVG.cpp:985–989 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
983
}
984
985
void NanoVG::textAlign(NanoVG::Align align)
986
{
987
if (fContext != nullptr)
988
nvgTextAlign(fContext, align);
989
}
990
991
void NanoVG::textAlign(int align)
992
{
Callers
1
onDisplay
Method · 0.80
Calls
1
nvgTextAlign
Function · 0.85
Tested by
no test coverage detected