juan249 Administrador
Cantidad de envíos : 68 Fecha de inscripción : 08/01/2008
| Tema: [CODE] Cambiar la fuente del cliente. Miér 09 Ene 2008, 00:47 | |
| Con este code podras cambiar la fuente de tu cliente. Sources del CLIENT. DXC_ddraw.cpp. Buscar: - Código:
-
m_hFontInUse = CreateFont Cuando lo encuentran, al final van a encontrar algo como esto: - Código:
-
m_hFontInUse = CreateFont(16,0, 0, 0, FW_NORMAL, FALSE, FALSE, FALSE, ANSI_CHARSET, OUT_DEFAULT_PRECIS, CLIP_DEFAULT_PRECIS, NONANTIALIASED_QUALITY, VARIABLE_PITCH, "Comic Sans MS"); Donde dice "Comic Sans MS" le ponen la font que van a usar y listo. | |
|