vladimirgamalyan / fontbm

BMFont compatible, cross-platform (Linux/macOS/Windows) command line bitmap font generator (FreeType2 based).
MIT License
241 stars 38 forks source link

Whether the chnl value can be set? #26

Open wings110 opened 1 year ago

wings110 commented 1 year ago

Is it possible to set the value of A R G B chnl and generate the corresponding png. By default, it generates alphaChnl=0 redChnl=4 greenChnl=4 blueChnl=4, so png is not completely transparent in some background.

vladimirgamalyan commented 7 months ago

Does the option"--color" do this trick?