Jump to content

Recommended Posts

Posted

Hello...starting in this wonderful frontend...question...how can I change the format of the text that appears in the main wheel under all the icons of the games?...the name of the table, but in white color...small size and standard format...can you change that font and put another more attractive one?

Could it be that I don't have the necessary fonts installed on my computer?... In videos I've seen examples with very nice computer-type fonts, for example...

  • 2 years later...
Posted

Hello!

 

Go to PinUpSystem folder and look for PUPMenuScriptThemeOptions

 

Look for this section:

// FONTS // =======================================

  // What font will be used for each text zone.

  // It's best to have the font files installed in your Windows system fonts. (Popper loads faster)
  // Otherwise, the font files must be in the "PUPVideos\pinupmenu\FONTS" folder!
  // If you are using custom TTF fonts then double check the name of font names.

  // GAME TEXT Zones: FONTS

  Font_Zone1G = "Digital-7 Italic" ;		// (Manufacturer)
  Font_Zone2G = "Digital-7 Italic" ;		// (Year)

 

Cheers!

Posted

I could explain a little better now...

 

First thing you must know it`s to install the fonts in your C:\Windows\Fonts folder (simply drag and drop the font file into this folder)

 

The correct font name you have to use it`s the one you see in this folder.

 

You must know i don`t know how to change the font in the game details section in popper.

This one

Sinttulo.thumb.png.f43a025c60146dbe0373f8a19bc5bf7e.png

 

Here you can see the game info or game details section (the yellow font it`s Digital Italic 7 it`s the default font in pinupopper

And if you want to change the font in the operator menu (the screen where you can select to record the playfield or the backglass, etc..)

You have to go to the operator menu file.

 

Ok if you want to change the font in the wheel bar you have to Go to PinUpSystem folder and look for PUPMenuScriptThemeOptions

Let me show you my changes in this file


// FONTS // =======================================

  // What font will be used for each text zone.

  // It's best to have the font files installed in your Windows system fonts. (Popper loads faster)
  // Otherwise, the font files must be in the "PUPVideos\pinupmenu\FONTS" folder!
  // If you are using custom TTF fonts then double check the name of font names.

  // GAME TEXT Zones: FONTS

  Font_Zone1G = "Dread Ringer 3D" ;		// (Manufacturer)
  Font_Zone2G = "Dread Ringer 3D" ;		// (Year)
  Font_Zone3G = "Dread Ringer" ;		// (Game Display)
  Font_Zone4G = "Dread Ringer 3D" ;		// (Count of Games)
  Font_Zone5G = "Army" ;		
  Font_Zone6G = "Army" ;		
  Font_Zone7G = "Army" ;		// (Playlist)
  Font_Zone8G = "Army" ;		// (Emulator)

  // PLAYLIST Text Zones: FONTS

  Font_Zone1P = "Dread Ringer" ;		
  Font_Zone2P = "Dread Ringer" ;		
  Font_Zone3P = "Dread Ringer" ;		
  Font_Zone4P = "Dread Ringer" ;		
  Font_Zone5P = "Dread Ringer" ;		
  Font_Zone6P = "Dread Ringer" ;		
  Font_Zone7P = "Dread Ringer" ;		
  Font_Zone8P = "Dread Ringer" ;		

  // FUNCTION Text Zones: FONTS (when in a Game or System Menu)

  Font_Zone1F = "Dread Ringer" ;		
  Font_Zone2F = "Dread Ringer" ;		
  Font_Zone3F = "Dread Ringer" ;		
  Font_Zone4F = "Dread Ringer" ;		
  Font_Zone5F = "Dread Ringer" ;		
  Font_Zone6F = "Dread Ringer" ;		
  Font_Zone7F = "Dread Ringer" ;		
  Font_Zone8F = "Dread Ringer 3D" ;		
  
  // HOME SCREEN Text Zones: FONTS

  Font_Zone1H = "Army" ;		
  Font_Zone2H = "Army" ;		
  Font_Zone3H = "Army" ;		
  Font_Zone4H = "Army" ;		
  Font_Zone5H = "Army" ;		
  Font_Zone6H = "Army" ;		
  Font_Zone7H = "Army" ;		
  Font_Zone8H = "Army" ;		

Let me show you my C:\Windows\Fonts folder

Sinttulo2.thumb.png.71bb800534e75769f1b1fe352ed88a67.png

Here you can see the correct name for use it.

 

And now let me show you my changes in pinup popper frontend

Sinttulo3.thumb.png.5964c5ac651c397c0bc20e31b219a8c2.png

Here you can see the Army font in every section of the home menu

 

And now let me show you the game section:

Sinttulo4.thumb.png.b1b9bb542d3fbc09806b7f6d7f6c3379.png

Here you can see the Dread Ringer font in the game display line section, the army font in the  playlist and emulator line section, and the dread ringer 3d font in the maufacturer, the year and the coun game line sections.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...