summaryrefslogtreecommitdiffhomepage
path: root/test/text_spec.rb
AgeCommit message (Collapse)Author
2019-01-06Tests and fixes to the public APITom Black
Namely to ensure attribute getters/setters are consistent
2018-10-08Reorganize Image, Sprite, and Text argsTom Black
Start with the required argument first as positional, followed by optional ones as keyword arguments Co-Authored-By: Andrew Havens <[email protected]>
2018-10-04Text will use default fontlstrzebinczyk
2018-09-28Style, docs, and consistencyTom Black
2018-09-26Allow text width to be a range in specTom Black
2018-09-26Documentation and style updatesTom Black
2017-06-03Check if font file existsTom Black
2017-06-03Use named arguments (#65)lstrzebinczyk
2017-05-31Implement #contains? for all renderableslstrzebinczyk
2017-05-20Remove trailing whitespace everywhereTom Black
It's what all the kids are doing
2017-04-02Implement Text#height and Text#widthlstrzebinczyk
2017-03-27Text#text= will inspect it's inputlstrzebinczyk