PHP Media
Spanish English 

Main
Forum
Documentation
- BITMAP
- COLOR
- DRAW
- FONT
Functions
- font_height
- font_load
- font_size
- font_string_load
- font_unload
- font_write
- font_write_aa
Constants
Variables
- JOY
- KEY
- MOUSE
- MUSIC
- SOUND
- VIDEOMODE
Contact
font_write
( 0.1a )

Description:
FONT font_write ( FONT font, BITMAP target, int x, int y, string text, int color, int [bgcolor] )

font - Identificador de fuente
target - Identificador de bitmap
x - Posición x (horizontal)
y - Posición y (vertical)
text - Texto a escribir
color - Color del texto
[bgcolor] - Color del fondo

Renderiza la cadena en el bitmap target con la fuente font indicada en la posición (x, y) y el color color y color de fondo bgcolor (si no está definido se usará el color transparente)


Texto:
Texto

¿Found a bug? Post it in forum


SourceForge.net Logo