じ☆ve冰风 发表于 6 天前

Retro text Font + Instructions

https://rpgmaker.000webhostapp.com/resources/MV/fonts/PixelMplus12-Regular.png


Images:
PixelMplus10-Regular.png
PixelMplus12-Regular.png

Credits:
itouhiroはてなブログ
(http://itouhiro.hatenablog.com/entry/20130602/font)


Download:
https://github.com/nanoeru/fondot/tree/master/PixelMplus-20130602

[*]PixelMplus10-Bold.ttf
[*]PixelMplus10-Regular.ttf
[*]PixelMplus12-Bold.ttf
[*]PixelMplus12-Regular.ttf

After downloading, go to the folder of your project, access the folder fonts, copy the desired font into it.
In that same folder open the file gamefont.css:
                Code:        
@font-face {   font-family: GameFont;   src: url("mplus-1m-regular.ttf"); }.IIV::-webkit-media-controls-play-button, video::-webkit-media-controls-start-playback-button {   opacity: 0;   pointer-events: none;   width: 5px; }


Change the src value by the font name copied to the folder, for example:
                Code:        
src: url("PixelMplus12-Regular.ttf");


Result
                Code:        
@font-face {   font-family: GameFont;   src: url("PixelMplus12-Regular.ttf"); }.IIV::-webkit-media-controls-play-button, video::-webkit-media-controls-start-playback-button {   opacity: 0;   pointer-events: none;   width: 5px; }


And finally save the file and test the game.


本贴来自国际rpgmaker官方论坛作者:Thanatos处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:https://forums.rpgmakerweb.com/threads/retro-text-font-instructions.106950/
页: [1]
查看完整版本: Retro text Font + Instructions