Skip to content

Commit 1ba0021

Browse files
committed
Bumped version.
1 parent 0b0ccb6 commit 1ba0021

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

build/Changelog.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
Changelog
22
ReFreezed 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+
416
v1.0 (2021-03-31)
517
- Initial release!

build/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0
1+
1.1.0

examples/vector.rbmf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ colored=false
55
fontFile=IcicleCountryTwo.otf
66
fontSize=24
77
# fontHinting=mono
8-
# textFile=vector.rbmf
98

109
# [edit]
1110
# alphaThreshold=.5

0 commit comments

Comments
 (0)