MCPcopy Create free account
hub / github.com/SFML/SFML / drawGlyphBox

Method drawGlyphBox

examples/text/Text.cpp:109–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 }
108
109 void drawGlyphBox(sf::RenderTarget& target) const
110 {
111 target.draw(glyphBox, text.getTransform());
112 }
113
114 void drawCursor(sf::RenderTarget& target) const
115 {

Callers 1

mainFunction · 0.80

Calls 1

drawMethod · 0.45

Tested by

no test coverage detected