Friday, December 21, 2012

Increase font size in Fifa Manager 13

Many wonder about the increasing size of the font on the Fifa Manager 13. Because the default font size Fifa Manager 13 is too small for the resolution, or the usual widescreen. To my knowledge it is not the font size is too small, but the graph of the FM13 is a less clean, and there are no settings for graphics.

If the problem is a graph, then the only way out is an update patch or something, and had to wait for them release it. But I found a solution which is not bad, for those of you who can not wait for update of Fifa Manager 13 to fix the font issue.


Once again, these tips is to enlarge the font on Fifa Manager 13, not to enlarge the picture icon that cracked.

1. Open the installation folder of Fifa Manager 13.
2. Look for fontsVirtual2.xml
3. Then edit fontsVirtual2.xml with a text editor or notepad + + to make it easier.
4. In the first line you will see code like this.
<Font Name="Default"                    TrueType="Typeface=FM08B|Weight=Normal|Height=-8|Aliasing=Normal" />

Height=-8 is a font size.

5. Increase the value of the Height to one level.
eg. Height=-8 to Height=-9

6. Do as step 5 to the following lines of code.
(Font size that is too large will make the broken menu and display of your Fifa Manager 13.)

7. If you're too lazy to change all the code, please copy the code below.


<Fonts>
//Default
    <Font Name="Default"                    TrueType="Typeface=FM08B|Weight=Normal|Height=-8|Aliasing=Normal" />
  
//Basic
    <Font Name="Body"    TrueType="Typeface=FM08|Weight=Normal|Height=-8|Aliasing=Normal|UseKerning=True|ID=0926" />
    <Font Name="SubHeadline"        TrueType="Typeface=FM08B|Weight=Normal|Height=-8|Aliasing=Normal|UseKerning=True|ID=0927" />
    <Font Name="Headline"           TrueType="Typeface=FM13_SC|Weight=Normal|Height=-9|Aliasing=Normal|UseKerning=True|ID=0929" />
    <Font Name="Subtopic"           TrueType="Typeface=FM13_SC|Weight=Normal|Height=-11|Aliasing=Normal|UseKerning=True|ID=0941" />
    <Font Name="Title"              TrueType="Typeface=FM13_SC|Weight=Normal|Height=-16|ID=0942" />
    <Font Name="Makro"      TrueType="Typeface=FM08|Weight=Normal|Height=-7|Aliasing=Normal|UseKerning=True|ID=0930" />
    <Font Name="ListboxHeadline"    TrueType="Typeface=FM08B|Weight=Normal|Height=-8|Aliasing=Normal|ID=0928" />
    <Font Name="Widget Headline"    TrueType="Typeface=FM08B|Weight=Normal|Height=-7|Aliasing=Normal|UseKerning=True|ID=0931" />
  
//Special
    <Font Name="TeamName"           TrueType="Typeface=FM08B|Weight=Normal|Height=-16|Aliasing=Normal|ID=0931" />
    <Font Name="PlayerName"         TrueType="Typeface=FM08B|Weight=Normal|Height=-12|Aliasing=Normal|ID=0940" />

//Newspaper
    <Font Name="Body_Serif"    TrueType="Typeface=FM08S|Weight=Normal|Height=-8|Aliasing=Normal|ID=0950" />
    <Font Name="SubHeadline_Serif"  TrueType="Typeface=FM08_SCB|Weight=Normal|Height=-8|Aliasing=Normal|ID=0951" />
    <Font Name="Main_Serif"         TrueType="Typeface=FM08S|Weight=Normal|Height=-10|Aliasing=Normal|ID=0952" />
    <Font Name="Headline_Serif"     TrueType="Typeface=FM08_SCB|Weight=Normal|Height=-10|Aliasing=Normal|ID=09513" />
    <Font Name="Subtopic_Serif"     TrueType="Typeface=FM08_SCB|Weight=Normal|Height=-21|Aliasing=Normal|ID=09514" />
    <Font Name="Topic_Serif"      TrueType="Typeface=FM08_SCB|Weight=Normal|Height=-25|Aliasing=Normal|ID=09515" />
    <Font Name="Caption_Serif"      TrueType="Typeface=FM08_SCB|Weight=Normal|Height=-35|Aliasing=Normal|ID=09516" />

//Videotext
    <Font Name="Videotext"    TrueType="Typeface=FM08M|Weight=Normal|Height=-7|Aliasing=Normal|ID=04" />

// 3DMatch
    <Font Name="ApexDFL_Book"           TrueType="Typeface=ApexDFL BookTabular|Weight=Normal|Height=-13|UseKerning=True|Aliasing=Normal|ID=0958" />
    <Font Name="ApexDFL_Bold"           TrueType="Typeface=ApexDFL BookTabular Bold|Weight=Normal|Height=-13|UseKerning=True|Aliasing=Normal|ID=0959" />
    <Font Name="ApexDFL_Heavy"          TrueType="Typeface=ApexDFL HeavyTabular|Weight=Normal|Height=-13|UseKerning=True|Aliasing=Normal|ID=0960" />

//VideoS
    <Font Name="TopicShort"    TrueType="Typeface=FM08B|Weight=Normal|Height=-48|Aliasing=Normal|ID=0932" />
    <Font Name="TopicMed"    TrueType="Typeface=FM08B|Weight=Normal|Height=-38|Aliasing=Normal|ID=0932" />
    <Font Name="VideoHeadline"      TrueType="Typeface=FM08B|Weight=Normal|Height=-20|UseKerning=True|Aliasing=Normal|ID=0938" />
    <Font Name="Level"        TrueType="Typeface=FM08B|Weight=Normal|Height=-145|Aliasing=Normal|ID=03" />

//FMTextControl
    <Font Name="FMTextCtrl FONT_8"            TrueType="Typeface=FM08|Weight=Normal|Height=-8|Aliasing=Normal" />
    <Font Name="FMTextCtrl FONT_10"            TrueType="Typeface=FM08|Weight=Normal|Height=-10|Aliasing=Normal" />
    <Font Name="FMTextCtrl FONT_12"            TrueType="Typeface=FM08|Weight=Normal|Height=-12|Aliasing=Normal" />
    <Font Name="FMTextCtrl FONT_14"            TrueType="Typeface=FM08|Weight=Normal|Height=-14|Aliasing=Normal" />
    <Font Name="FMTextCtrl FONT_16"            TrueType="Typeface=FM08|Weight=Normal|Height=-16|Aliasing=Normal" />
    <Font Name="FMTextCtrl FONT_BOLD_8"        TrueType="Typeface=FM08B|Weight=Normal|Height=-8|Aliasing=Normal" />
    <Font Name="FMTextCtrl FONT_BOLD_10"    TrueType="Typeface=FM08B|Weight=Normal|Height=-10|Aliasing=Normal" />
    <Font Name="FMTextCtrl FONT_BOLD_12"    TrueType="Typeface=FM08B|Weight=Normal|Height=-12|Aliasing=Normal" />
    <Font Name="FMTextCtrl FONT_BOLD_14"    TrueType="Typeface=FM08B|Weight=Normal|Height=-14|Aliasing=Normal" />
    <Font Name="FMTextCtrl FONT_BOLD_16"    TrueType="Typeface=FM08B|Weight=Normal|Height=-16|Aliasing=Normal" />
    <Font Name="FMTextCtrl FONT_SERIF_8"        TrueType="Typeface=FM13_SC|Weight=Normal|Height=-8|Aliasing=Normal" />
    <Font Name="FMTextCtrl FONT_SERIF_10"    TrueType="Typeface=FM13_SC|Weight=Normal|Height=-10|Aliasing=Normal" />
    <Font Name="FMTextCtrl FONT_SERIF_12"    TrueType="Typeface=FM13_SC|Weight=Normal|Height=-12|Aliasing=Normal" />
    <Font Name="FMTextCtrl FONT_SERIF_14"    TrueType="Typeface=FM13_SC|Weight=Normal|Height=-14|Aliasing=Normal" />
    <Font Name="FMTextCtrl FONT_SERIF_16"    TrueType="Typeface=FM13_SC|Weight=Normal|Height=-16|Aliasing=Normal" />
    <Font Name="FMTextCtrl FONT_SERIF_BOLD_8" TrueType="Typeface=FM13_SC|Weight=Normal|Height=-8|Aliasing=Normal" />
    <Font Name="FMTextCtrl FONT_SERIF_BOLD_10" TrueType="Typeface=FM13_SC|Weight=Normal|Height=-10|Aliasing=Normal" />
    <Font Name="FMTextCtrl FONT_SERIF_BOLD_12" TrueType="Typeface=FM13_SC|Weight=Normal|Height=-12|Aliasing=Normal" />
    <Font Name="FMTextCtrl FONT_SERIF_BOLD_14" TrueType="Typeface=FM13_SC|Weight=Normal|Height=-14|Aliasing=Normal" />
    <Font Name="FMTextCtrl FONT_SERIF_BOLD_16"  TrueType="Typeface=FM13_SC|Weight=Normal|Height=-16|Aliasing=Normal" />

// Old Fonts
    <Font Name="Main"    TrueType="Typeface=FM08|Weight=Normal|Height=-8|ID=0910" />
    <Font Name="BigTopic"           TrueType="Typeface=FM08B|Weight=Normal|Height=-12|UseKerning=True|Aliasing=Normal|ID=0938" />
    <Font Name="BigTopic Online"    TrueType="Typeface=FM08|Weight=Normal|Height=-12|UseKerning=True|Aliasing=Normal|ID=0939" />
    <Font Name="Topic"              TrueType="Typeface=FM08B|Weight=Normal|Height=-8|UseKerning=True|Aliasing=Normal|ID=0936" />
    <Font Name="MainMenu"    TrueType="Typeface=FM08B|Weight=Normal|Height=-26|Aliasing=Normal|ID=0932" />
    <Font Name="SmallButtons"       TrueType="Typeface=FM08B|Weight=Normal|Height=-8|Aliasing=Normal|ID=0933" />
    <Font Name="Calendar"      TrueType="Typeface=FM08B|Weight=Normal|Height=-26|Aliasing=Normal|UseKerning=True|ID=0935" />    
    <Font Name="XXL"        TrueType="Typeface=FM08B|Weight=Normal|Height=-50|Aliasing=Normal|UseKerning=True|ID=0937" />  
    <Font Name="EA"        TrueType="Typeface=FM08B|Weight=Normal|Height=-32|Aliasing=Normal|ID=01" />
    <Font Name="EA 30"        TrueType="Typeface=FM08B|Weight=Normal|Height=-28|Aliasing=Normal|ID=10" />
    <Font Name="EA 52"        TrueType="Typeface=FM08B|Weight=Normal|Height=-52|Aliasing=Normal|ID=02" />
    <Font Name="EA 72"        TrueType="Typeface=FM08B|Weight=Normal|Height=-66|Aliasing=Normal|ID=03" />
    <Font Name="Newspaper Text7"    TrueType="Typeface=FM08S|Weight=Normal|Height=-8|Aliasing=Normal|ID=13" />
    <Font Name="Newspaper Text"    TrueType="Typeface=FM08S|Weight=Normal|Height=-8|Aliasing=Normal|ID=06" />
    <Font Name="Newspaper Text9"    TrueType="Typeface=FM08S|Weight=Normal|Height=-8|Aliasing=Normal|ID=12" />
    <Font Name="Newspaper Text10"    TrueType="Typeface=FM08S|Weight=Normal|Height=-10|Aliasing=Normal|ID=08" />
    <Font Name="Newspaper SubHeadline"   TrueType="Typeface=FM_SCB|Weight=Normal|Height=-8|Aliasing=Normal|ID=07" />
    <Font Name="Newspaper Headline"    TrueType="Typeface=FM_SCB|Weight=Normal|Height=-16|Aliasing=Normal|ID=05" />  
    <Font Name="Newspaper Headline16"    TrueType="Typeface=FM_SCB|Weight=Normal|Height=-12|Aliasing=Normal|ID=09" /> 
    <Font Name="Newspaper Headline30"    TrueType="Typeface=FM_SCB|Weight=Normal|Height=-22|Aliasing=Normal|ID=11" /> 
    <Font Name="------------------------------" TrueType="ID=9998" />
</Fonts>

Keep in mind that the above code is not perfect, if you want to get a perfect, please do yourself, you sluggard!!!!!!!!!!!.

0 comments:

Post a Comment