[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Font syntax change


Hi,

I am advised that changes should be backward compatible but this change is not. Please have a look here https://gambas.one/forum/index.php?page=topicview&id=general%2Ffont-syntax-change&post_id=12521&redirected=1#post_12521 <https://gambas.one/forum/index.php?page=topicview&id=general%2Ffont-syntax-change&post_id=12521&redirected=1#post_12521>.

Was
.Font = Font["Ubuntu,55,bold"]

The above now does not change the font size in Gambas 3.21.0

Now
.Font = Font["Ubuntu,bold,55"]

Thanks,

Charlie

Follow-Ups:
Re: Font syntax changeFabien Bodard <gambas.fr@xxxxxxxxx>