Releases: nicolo-ribaudo/brackets-svg-font
Releases · nicolo-ribaudo/brackets-svg-font
Version 0.4.5
Fixed
- Tall SVG glyphs aren't cropped. #9
Version 0.4.5 - pre release
Add some extra space at the top of each glyph. Workaround for #9
Version 0.4.4
Added
- Support for Brackets Extensions Rating's Daily Users stats.
They will be available at http://brackets.dnbard.com/extension/nicolo-ribaudo.brackets-svg-font.
Fixed
- Conflict with other extensions using babel's polyfill (#5)
- Svg fonts couldn't be opened twice.
Version 0.4.3
Fixed
-
FontForge was opened at startup on Linux (#4)
Thanks to @glepretre and @fedor1113
Version 0.4.2
Fixed
svgfiles which aren't fonts couldn't be open.svgglyphs were too dark using dark themes.
Version 0.4.1
Fixed
- The conversion can be canceled.
- The extension didn't work on linux (#3) (Again)
- Glyphs were too dark using dark themes.
Version 0.4.0
Version 0.3.0
Addedd
- Support for TrueType, OpenType and WOFF fonts (Using FontForge)
Fixed
- Svg fotns weren't viewd on Windows 7+
Version 0.2.1
Added
- Support for themes
Now the background and the color of the glyphs are got by the theme
Fixed
- When a svg file is opened and it isn't a font, it will be shown as normal code. (Issue #1 (comment))
Version 0.2
Added
- Support for TrueType fonts (
.ttffiles).
Fixed
- The function that should sort glyphs didn't work.