- - - -
Functions
- - - - - - - font_write_aa
| Constants Variables
| - - - - - -
|
|
font_write_aa ( 0.1a )
Description: FONT font_write_aa ( 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:
|
|