MCPcopy Create free account
hub / github.com/Rustam-Z/cpp-programming / Row

Method Row

Project_Labirint_Game/sfml/include/SFML/Graphics/Font.hpp:274–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272 struct Row
273 {
274 Row(unsigned int rowTop, unsigned int rowHeight) : width(0), top(rowTop), height(rowHeight) {}
275
276 unsigned int width; ///< Current width of the row
277 unsigned int top; ///< Y position of the row into the texture

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected