Font Outline
BMM_Archive · July 15, 2026
Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.
Original Source
- Original title: Font Outline
- Original author: ShimmiBerri
- Original date: April 1, 2013
- Source thread: https://forums.rpgmakerweb.com/threads/font-outline.11144/
- Source forum path: Game Development Engines > Legacy Engine Support > RPG Maker VXAce Support
Summary
I've been trawling through the windows_base and I can't seem to find anywhere to get rid of the default outline around my text. I just want standard text with nothing fancy around it, as it wrecks the feel of the window and makes the text harder to read. I tried putting this script above main as i thought it'd help: Spoiler  module Fonts
Archived First Post
I've been trawling through the windows_base and I can't seem to find anywhere to get rid of the default outline around my text. I just want standard text with nothing fancy around it, as it wrecks the feel of the window and makes the text harder to read.
I tried putting this script above main as i thought it'd help:
Â
Can someone shed some light on this?
Protected download
I tried putting this script above main as i thought it'd help:
 module Fonts
Font.default_name = ["Times New Roman"]
Font.default_size = 22
Font.default_bold = false
Font.default_italic = false
Font.default_shadow = false
end
Font.default_name = ["Times New Roman"]
Font.default_size = 22
Font.default_bold = false
Font.default_italic = false
Font.default_shadow = false
end
Can someone shed some light on this?
Protected download
Downloads / Referenced Files
Log in to download
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadReferenced Images / Attachments
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
0
replies
11
views
Topic Summary
Loading summary...
