Scalable Screen Font: Difference between revisions

m
no edit summary
[unchecked revision][unchecked revision]
mNo edit summary
Line 5:
* Bitmap - you can convert [[PC Screen Font]] with UNICODE table into SSFN directly. X11 Bitmap Distribution Format also supported.
* Pixmap - to have colorful emoji icons, you can convert TGA files into SSFN fonts.
* Vector - vector based fonts can be converted from OpenType and [[TrueType_Fonts|TrueType fonts]].
 
Fonts are compressed, and in case of vector fonts, with a data-loss compression. You can set the compression ratio to balance between quality and font size. With the same quality as a typical OpenType file, the SSFN font usually takes only the half the file size.
Line 135:
* [https://gitlab.com/bztsrc/scalable-font/blob/master/docs/sfn_format.md .sfn file format] description
* [https://gitlab.com/bztsrc/scalable-font/blob/master/docs/API.md SSFN API] documentation
 
[[Category:Graphical UI]]
Anonymous user