MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / Text

Method Text

Source/Render/VGRender.cpp:113–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113float nvg::Text(float x, float y, String text) {
114 return nvgText(Context(), x, y, text.begin(), text.end());
115}
116
117void nvg::TextBox(float x, float y, float breakRowWidth, String text) {
118 nvgTextBox(Context(), x, y, breakRowWidth, text.begin(), text.end());

Callers 7

messagePopupFunction · 0.45
SelfUpdater.tsFile · 0.45
YarnTester.tsFile · 0.45
TexturePacker.tsxFile · 0.45
messagePopupMethod · 0.45
updateMethod · 0.45
BlocklyCoder.tsFile · 0.45

Calls 4

nvgTextFunction · 0.85
ContextClass · 0.50
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected