release finished
This commit is contained in:
parent
5df018c6fe
commit
fbc0eae595
3 changed files with 4 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -42,3 +42,5 @@ CMakeLists.txt
|
||||||
|
|
||||||
# Release
|
# Release
|
||||||
Ruler Release
|
Ruler Release
|
||||||
|
*.sed
|
||||||
|
*.EXE
|
||||||
2
main.cpp
2
main.cpp
|
|
@ -70,7 +70,7 @@ int main() {
|
||||||
sizeBox.setOutlineThickness(1);
|
sizeBox.setOutlineThickness(1);
|
||||||
|
|
||||||
Font arial;
|
Font arial;
|
||||||
arial.loadFromFile("./data/arial.ttf");
|
arial.loadFromFile("arial.ttf");
|
||||||
Text measurement(to_string(window.getSize().x), arial);
|
Text measurement(to_string(window.getSize().x), arial);
|
||||||
measurement.setFillColor(Color::Black);
|
measurement.setFillColor(Color::Black);
|
||||||
measurement.setCharacterSize(16);
|
measurement.setCharacterSize(16);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue