File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 11Changelog
22ReFreezed Bitmap Font converter
33
4+ v1.1 (2021-04-10)
5+ - Outputted glyphs are packed a lot better.
6+ - Added [edit] parameter 'trim' for controlling trimming of transparent pixels around glyphs.
7+ - Added [out] parameter 'imageBounds' for controlling the dimensions of outputted images (e.g. power-of-two).
8+ - Added [out] parameter 'imageEncoding' for outputting other encodings than PNG.
9+ - Added [out] parameter 'glyphColor'.
10+ - Added [out] parameter 'glyphAlignment' (may be relevant for mipmaps).
11+ - Added [out] parameter 'transparentColorFix' for controlling the RGB values of transparent pixels.
12+ - Added --missing option for outputting missing characters to a file.
13+ - paddingAffectsRenderSpacing and outlineAffectsRenderSpacing affect outputted line height value.
14+ - Color parameters have more formats.
15+
416v1.0 (2021-03-31)
517- Initial release!
Original file line number Diff line number Diff line change 1- 1.0 .0
1+ 1.1 .0
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ colored=false
55fontFile=IcicleCountryTwo.otf
66fontSize=24
77# fontHinting=mono
8- # textFile=vector.rbmf
98
109# [edit]
1110# alphaThreshold=.5
You can’t perform that action at this time.
0 commit comments