Author: Eliaquim
Introduction
This plugin allows you to change the basic settings of the default font about the game.
Features
• Change the color of the font outline.
• Change the thickness of the font outline.
• Change the default font color.
• Use the italic style or not.
• Change the font size.
How to use
Just turn it on and configure the parameters.
You can change the parameters in-game too via script calls or plugin commands:
Script Calls:
Eli.GameFont.Param.size = 32 (must be a number)
Eli.GameFont.Param.outlineWidth = 6 (must be a number)
Eli.GameFont.Param.color = "green" (has to be a string)
Eli.GameFont.Param.outlineColor = "rgba(0, 0, 0, 0.5)" (try using only rgba)
Eli.GameFont.Param.italic = true or false
Plugin Commands(don't need quotes here):
FontSize 54
FontColor red
FontColor rgb_150_30_75
FontColor #E89223
FontColor rgba_150_30_75_1
FontOutSize 65
FontOutColor rgba_150_30_75_1 (try using only rgba for that)
FontItalic true
Screenshots
Spoiler
Terms of Use
1. Give the credits to Eliaquim in the credits section of your game.
2. It can be used in free and commercial games.
3. Do not sell or say that you made this plugin or part of him.
4. Do not redistribute this plugin. Link back to this thread.
Update Log
Version 1.1 - 06/21/2020
- Changed plugin commands removing the "_".
- Now you can set colors through plugin commands using RGB, rgba, hex, and HTML colors.
- Add dependency with Eli's Book.
Version 1.0 - 04/09/2020
- Released!
本贴来自国际rpgmaker官方论坛作者:Eliaquim处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:
https://forums.rpgmakerweb.com/threads/eli_gamefont.119992/