Dudu' Hamstérophile


Nombre de messages: 2060 Age: 21 Capacités: bon Distinction: Apprenti KGB-boy en avenir
[Coco' ]
Hamsterphile de service ^^
[Balby' le Fake]
Grand prof de la MA
[Skillo]
Ce grand programmateur, mon coeur, ma vie ! [Hamu'] Date d'inscription: 22/06/2009
 | Sujet: Default Font Options Version 1.0.0 Mer 30 Juin 2010 - 0:53 | |
| Author:CruzCoda
SCRIPT :
| Citation: | #============================================================================== # Script that changes the default font settings. #==============================================================================
Font.default_size = 18 # Default - 20 Font.default_name = ["Times New Roman"] # Font names are used in order. If the first is not available, the second will be used, etc.. Font.default_bold = TRUE # Default - FALSE Font.default_italic = FALSE # Default - FALSE Font.default_shadow = TRUE # Default - TRUE |
How to use ?Simply replace the values with your own. For example, to use different font names, replace ["Times New Roman"] with ["Arial"] Make sure that font names used are either standard Windows fonts, or that you supply a secondary font name as a backup. IE: ["CruzCodas Gum", "Times New Roman"]
Bold, Italics, Shadow are all TRUE/FALSE Size is an integer. RPGMVX default size is 20
Ps : Text with this color is important |
|