Yeyinde Sponsor 1,122 Apr 12, 2008 #2 Font.default_name = 'YOUR FONT' -or- Font.default_name = ['YOUR FONT1', 'YOUR FONT2', ..., 'YOUR FONTn'] If you're using a non-standard font, place the .ttf file in the Font folder for your game (Make the folder first!) Upvote 0 Downvote
Font.default_name = 'YOUR FONT' -or- Font.default_name = ['YOUR FONT1', 'YOUR FONT2', ..., 'YOUR FONTn'] If you're using a non-standard font, place the .ttf file in the Font folder for your game (Make the folder first!)
Triforce Member 236 Apr 12, 2008 #5 I put the font,(RittswoodClassic_8) into a 'Font' folder I made under Graphics, and put this in main Code: Font.default.name = 'RittswoodClassic_8' Font.default.size = 10 And the default font still shows up. Upvote 0 Downvote
I put the font,(RittswoodClassic_8) into a 'Font' folder I made under Graphics, and put this in main Code: Font.default.name = 'RittswoodClassic_8' Font.default.size = 10 And the default font still shows up.
Yeyinde Sponsor 1,122 Apr 12, 2008 #6 The Font folder should be in the main project folder, not in Graphics or Audio or Data. Upvote 0 Downvote