GTK Special Characters The following characters need escaping: &, <, > You can use g_markup_escape_text() to do it, e.g.:
Category: Text
Text View
Create New Text View
Fonts
Adding New Fonts For full details on adding new fonts see here. However if you are using just single user account on the RPi its actually very easy to add true type fonts (TTF) as you can just install them in your home directory. Create a new directory in your home folder called ".fonts" (/home/pi/.fonts […]