SMFL 2.1 GUI Tworzenie klasy przycisków problem z umieszczeniem tekstu na środku przycisku.
Ostatnio zmodyfikowano 2014-10-03 23:44
CodeMeister |
» 2014-10-03 21:30:25 sf::Text buttonTitle; sf::RectangleShape buttonShape;
buttonTitle.setPosition( buttonShape.getPosition().x + buttonShape.getLocalBounds().width / 2 - buttonTitle.getLocalBounds().width / 2, buttonShape.getPosition().y + buttonShape.getLocalBounds().height / 2 - buttonTitle.getLocalBounds().height / 2 - buttonTitle.getCharacterSize() * 0.25f );
|
|
Xanes Temat założony przez niniejszego użytkownika |
» 2014-10-03 23:44:46 Dziękuję za pomoc temat do zamknięcia |
|
1 2 « 3 » |