Search found 1 match

by billybobfred
Sat Dec 11, 2010 11:09 pm
Forum: Ren'Py Questions and Announcements
Topic: Seperate Fonts Per Character
Replies: 5
Views: 2462

Re: Seperate Fonts Per Character

To answer your question, you can give characters their own font when you define them: $ a = Character("Adam", font="myfont.tff") So, I also want to have a character that speaks in a different font, only when I did that thing you just said, it made their name have a different fon...