Haris

Results 98 comments of Haris

Hey, I’m closing this for now. Feel free to reopen it

sounds good :) (and if you end up not doing it, that’s fine too!)

hey @vicero, this sounds like a good idea -- would love a PR. Here are some notes which may help: * Here's where we write comments above the `interface x`...

@vicero thanks for the PR, just published 1.3.0 which should have your changes!

I compiled this under ArchLinux, hope it works for you. [FontBuilder.zip](https://github.com/andryblack/fontbuilder/files/75500/FontBuilder.zip) P.S. don't accept ~~candy~~ files from strangers! :) Edit: just realized I'm a year too late haha :) Please...

Sure does, with a slight touch :) Add `padding=0,0,0,0` in the first line of the `*.fnt` file. I put it before the spacing, only because that's how BMFont does it....

@Dillybob1992 I think you downloaded [this version](https://github.com/andryblack/fontbuilder/downloads) back from 2012 (I guess it didn't have a BMFont export factory defined). Try cloning this repo and make it from source! I...

hey @ngmisl thanks for reporting this and sorry you ran into it -- try the latest version and see if it fixes your issue! ``` cargo install create-rust-app_cli ```

hey @ngmisl, I just realized I forgot to reply to you. I looked into your setup and reproduced the errors too haha. The problem is that the `dev` plugin needs...

Yup, I was rendering a `Stage` in the eye drawing method. The `Stage` had a `ScrollPane` with many `Label`s. It didn't render the labels, but it rendered the scroll pane...