Differences

This shows you the differences between the selected revision and the current
version of the page.


es:kbase:how_to_create_a_custom_font_with_fontext_free_version_short_guide 2009/05/19 23:42 es:kbase:how_to_create_a_custom_font_with_fontext_free_version_short_guide 2009/05/20 02:03 current
Line 22: Line 22:
 +===== ALGUNOS EJEMPLOS UNA VEZ QUE TIENES TU ARCHIVO BMP =====
 +* Para una fuente normal (hablar..)
 +<code script>FONT
 +{
 +  IMAGE = "fonts\myfont1.bmp"
 +  TRANSPARENT = 0,0,0 <-- Este es el color de fondo (negro)
 +  COLUMNS = 16 <-- 512x512 / 32x32 = 16
 +  TILE_WIDTH = 32    <-- 32
 +  TILE_HEIGHT = 32    <-- x32
 +  AUTO_WIDTH = TRUE<-- Siempre TRUE
 +  FONTEXT_FIX = FALSE<-- Siempre FALSE
 +  EXPAND_WIDTH = 0<-- Más o menos espaciado entre cada letra
 +}</code>
 +
 +
 +* Para una fuente de control estática
 +
 +<code script>FONT
 +{
 +  IMAGE = "fonts\myfont2.bmp"
 +  TRANSPARENT = 0,0,0 <-- Este es el color de fondo (negro)
 +  COLUMNS = 16<-- 256x256 / 16x16 = 16
 +  TILE_WIDTH = 16 <-- 16
 +  TILE_HEIGHT = 16 <-- x16
 +  AUTO_WIDTH = TRUE <-- Siempre TRUE
 +  FONTEXT_FIX = FALSE <-- Siempre FALSE
 +  EXPAND_WIDTH = 1 <-- Mas o menos espaciado entre cada letra
 +}</code>
 +
 +Espero que el tutorial te haya ayudado
 +
 +Manuel Martos (MMR) 2004–2005
 
es/kbase/how_to_create_a_custom_font_with_fontext_free_version_short_guide.1242769374.txt.gz · Last modified: 2009/05/19 23:42 by martin_m
Recent changes RSS feed Creative Commons License Driven by DokuWiki