Updated all fonts.

This commit is contained in:
m3rein
2020-09-07 15:35:16 +02:00
parent a4f5eb16ea
commit 3890116ed7
13 changed files with 5 additions and 22624 deletions

View File

@@ -387,13 +387,11 @@ def pbSetSystemFont(bitmap)
fontname=MessageConfig.pbGetSystemFontName fontname=MessageConfig.pbGetSystemFontName
bitmap.font.name=fontname bitmap.font.name=fontname
if fontname=="Pokemon FireLeaf" || fontname=="Power Red and Green" if fontname=="Pokemon FireLeaf" || fontname=="Power Red and Green"
bitmap.font.size=29 bitmap.font.size = mkxp? ? 27 : 29
elsif fontname=="Pokemon Emerald Small" || fontname=="Power Green Small" elsif fontname=="Pokemon Emerald Small" || fontname=="Power Green Small"
bitmap.font.size=25
else
bitmap.font.name=pbNarrowFontName
bitmap.font.size = mkxp? ? 29 : 31 bitmap.font.size = mkxp? ? 29 : 31
#bitmap.font.size = mkxp? ? 29 : 31 else
bitmap.font.size = mkxp? ? 29 : 31
end end
end end
@@ -407,7 +405,7 @@ end
def pbSetNarrowFont(bitmap) def pbSetNarrowFont(bitmap)
p "narrow" p "narrow"
bitmap.font.name=pbNarrowFontName bitmap.font.name=pbNarrowFontName
bitmap.font.size=31 bitmap.font.size = mkxp? ? 29 : 31
end end
#=============================================================================== #===============================================================================

View File

@@ -127,7 +127,7 @@ _END_
end end
plugin_credits << "\n" plugin_credits << "\n"
end end
CREDIT.gsub!(/{INSERTS_PLUGIN_CREDITS_DO_NOT_REMOVE}/, plugin_credits) CREDIT.gsub!(/\{INSERTS_PLUGIN_CREDITS_DO_NOT_REMOVE\}/, plugin_credits)
credit_lines = CREDIT.split(/\n/) credit_lines = CREDIT.split(/\n/)
credit_bitmap = Bitmap.new(Graphics.width,32 * credit_lines.size) credit_bitmap = Bitmap.new(Graphics.width,32 * credit_lines.size)
credit_lines.each_index do |i| credit_lines.each_index do |i|

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.