MCPcopy 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
985void NanoVG::textAlign(NanoVG::Align align)
986{
987 if (fContext != nullptr)
988 nvgTextAlign(fContext, align);
989}
990
991void NanoVG::textAlign(int align)
992{

Callers 1

onDisplayMethod · 0.80

Calls 1

nvgTextAlignFunction · 0.85

Tested by

no test coverage detected