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.
Font Load - FontLoad.js
Plugin desc : Font Load
License : MIT License
Author : triacontane
Website : https://triacontane.blogspot.com/
Download Page : https://raw.githubusercontent.com/triacontane/RPGMakerMV/master/FontLoad.js
File name : FontLoad.js
Help of plugin :
* @plugindesc Font Load * @author triacontane * * @param FontName1 * @desc Font name * @default * * @param FontUrl1 * @desc Font file path. ex:fonts/XXX.ttf * @default * * @param FontName2 * @desc Font name * @default * * @param FontUrl2 * @desc Font file path. ex:fonts/XXX.ttf * @default * * @param FontName3 * @desc Font name * @default * * @param FontUrl3 * @desc Font file path. ex:fonts/XXX.ttf * @default * * @param WaitLoadComplete * @desc Wait until load complete * @default false * @type boolean * * @help Loading font file at the start of the game. * * This plugin is released under the MIT License.