Font
The following fonts are natively integrated into sweet home:
- Arial
- Calibri
- Trebuchet
- Verdana
All of the mentioned fonts are available in normal, bold, italic, and bold-italic styles.
With Sweet Home 5.x you can add custom fonts to your graphics and load them on your Sweet Home mobile app on iOS and Android.
How to import a custom font
- Create a directory
Fonts
. - Insert all your custom fonts
.ttf
files into theFonts
directory. - Compress the files as always including the the
Fonts
directory on the same level of theImages
one (Prepare the graphics file)
zipname.zip
├── Fonts/
├───── Angelina.ttf
├───── AngelinaBold.ttf
├── Images/
└── LcdConfig.xml
note
On iOS, the Fonts/
directory must contain a separate file for the bold version of the font. For example:
Angelina.ttf
AngelinaBold.ttf
The bold version should be always named as: {fontname}Bold.ttf
(e.g. AngelinaBold.ttf
)
note
Only .ttf
files are supported