Welcome to PGMV! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
Message Font Change - MessageFontChange.js
Plugin desc : Message Font Change Plugin
License : MIT License
Author : Triacontane
Website : https://triacontane.blogspot.com/
Desc page : https://triacontane.blogspot.com/
Download Page : https://raw.githubusercontent.com/munokura/triacontane-MV-plugins/refs/heads/main/MessageFontChange.js
File name : MessageFontChange.js
Help of plugin :
@url https://triacontane.blogspot.com/ @plugindesc Message Font Change Plugin @author Triacontane @license MIT License @help English Help Translator: munokura This is an unofficial English translation of the plugin help, created to support global RPG Maker users. Feedback is welcome to improve translation quality (see: https://github.com/munokura/triacontane-MV-plugins ). Original plugin by Triacontane. Please check the latest official version at: https://triacontane.blogspot.com ----- Temporarily changes the font used to display text. It is selected from the fonts installed in the user's environment, not from the fonts folder, so there is no need to load them. Specify the font to use as a parameter (up to 5). Multiple fonts can be specified. Separate them with a comma (,). If multiple fonts are specified, they will be checked for existence in order and used as soon as they are found. If none are found, the default font will be used. Specify the following control characters while displaying text. ¥fc[1] # Use the specified font number as a candidate. ¥fc[0] # Reset the font to the default. This plugin does not have a plugin command. Terms of Use: You may modify and redistribute this plugin without permission from the author, and there are no restrictions on its use (commercial, 18+, etc.). This plugin is now yours. @param フォント1 @text Font 1 @desc This is the number one font set. @default Hiragino Gothic ProN,MS PGothic @param フォント2 @text Font 2 @desc This is the second font set. @default Hiragino Gothic ProN,MS PGothic @param フォント3 @text Font 3 @desc This is font set number 3. @param フォント4 @text Font 4 @desc This is font set number 4. @param フォント5 @text Font 5 @desc This is font set number 5. @param デフォルトフォント @text Default Font @desc The font number to be used by default. Specifying 0 means that the default font is unspecified. @default 0