mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 13:15:01 +00:00
Updated all fonts.
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
#===============================================================================
|
#===============================================================================
|
||||||
|
|||||||
@@ -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|
|
||||||
|
|||||||
BIN
Fonts/pkmndp.ttf
BIN
Fonts/pkmndp.ttf
Binary file not shown.
Binary file not shown.
7883
Fonts/pkmnem.sfd
7883
Fonts/pkmnem.sfd
File diff suppressed because it is too large
Load Diff
BIN
Fonts/pkmnem.ttf
BIN
Fonts/pkmnem.ttf
Binary file not shown.
7527
Fonts/pkmnemn.sfd
7527
Fonts/pkmnemn.sfd
File diff suppressed because it is too large
Load Diff
Binary file not shown.
7207
Fonts/pkmnems.sfd
7207
Fonts/pkmnems.sfd
File diff suppressed because it is too large
Load Diff
Binary file not shown.
BIN
Fonts/pkmnfl.ttf
BIN
Fonts/pkmnfl.ttf
Binary file not shown.
BIN
Fonts/pkmnrs.ttf
BIN
Fonts/pkmnrs.ttf
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user