TheBigDeal Posted July 14, 2016 Share Posted July 14, 2016 Hey, I was wondering if it is at all possible to get the words that characters speak in, to be different fonts? The font I am exactly talking about is Wingdings: I understand if this is completely impossible, expecting that, but I just wanted to check if it is at all possible. Thanks! Link to comment https://forums.kleientertainment.com/forums/topic/68847-text-in-different-fonts/ Share on other sites More sharing options...
Muche Posted July 14, 2016 Share Posted July 14, 2016 (edited) You could try inst.components.talker.font=<FONTNAME> to set the font of one character, where <FONTNAME> is one of the fonts defined in fonts.lua. However, wingdings is not one of them. Edited July 14, 2016 by Muche Link to comment https://forums.kleientertainment.com/forums/topic/68847-text-in-different-fonts/#findComment-792543 Share on other sites More sharing options...
TheBigDeal Posted July 14, 2016 Author Share Posted July 14, 2016 7 hours ago, Muche said: You could try inst.components.talker.font=<FONTNAME> to set the font of one character, where <FONTNAME> is one of the fonts defined in fonts.lua. However, wingdings is not one of them. So there is no way to add wingdings? Link to comment https://forums.kleientertainment.com/forums/topic/68847-text-in-different-fonts/#findComment-792638 Share on other sites More sharing options...
Muche Posted July 15, 2016 Share Posted July 15, 2016 Fonts defined in fonts.lua: bp100, bp50, buttonfont, controllers, fallback_font, fallback_font_outline, opensans, ptmono, spirequal, spirequal_outline, spirequal_outline_small, spirequal_small, stint-small, stint-ucr, talkingfont. That is to say, they are mostly custom named. You can add your own font. For example, Russian Language Pack and Chinese Font mod change fonts. However, they are replacing default fonts, as opposed to just adding them (which is what you want), so you might not need to do all they are doing. Superficial search of the forums yielded which suggests using BMFont Generator for generating required font files. Link to comment https://forums.kleientertainment.com/forums/topic/68847-text-in-different-fonts/#findComment-792944 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now