Hi all,
Does anyone know how to add a new font in Wincc OA? I have downloaded the font but not sure how to integrate it in my project.
Many Thanks.
Adding new font to the project
- kilianvp
- Posts:443
- Joined: Fri Jan 16, 2015 10:29 am
Re: Adding new font to the project
1.) you can install the font in your system
2.) if you have 3.15 Patch 2 or newer
you can copy the Font to data and add applicationFont to your config like for example:
2.) if you have 3.15 Patch 2 or newer
you can copy the Font to data and add applicationFont to your config like for example:
Code: Select all
[ui]
applicationFont = "fontawesome-webfont.ttf"- Hmunir
- Posts:2
- Joined: Thu Apr 11, 2019 4:28 pm
Re: Adding new font to the project
That's brilliant, thank you.