Fenix Manual
Fenix Manual
Command Reference
Text Commands

Delete_Text
Load_Fnt
Move_Text
Text_Height
Text_Width
Write
Write_Float
Write_Int
Write_In_Map
Write_String
Write_Var
Load_Bdf
Text_Color
Save_Fnt

Write_Float
Last Modified: May 28, 2005 21:05PM
(Any)
Description

WRITE_FLOAT( INT FONT, INT X, INT Y, INT CENTERED, POINTER VAR)

PARAMETERS:
font: Identifier of the source to use, given back by Load_Fnt or 0 for the system font.
x: X Coordinate of the control point 0 of the text to write.
y: Y Coordinate of the control point 0 of the text to write
trim: Code that it indicates like interpreting the point (x, y) with respect to the text to draw.
It can be one of the following values:
0: Left superior corner
1: Superior centre
2: Right superior corner
3: Left centre
4: Centre
5: Right centre
6: Left inferior corner
7: Inferior centre
8: Right inferior corner
var: OFFSET of the variable in memory, obtained with OFFSET or &var.

DESCRIPTION:
This function is equivalent to the Write_Int original but with other types of variables and facilitates the impression of values of the types of variables. It means it is not necessary to have to always use the general function Write_Var.

User Contributed Notes
Write_Float
Add Notes About Notes
There are no user contributed notes for this page.
Last updated: Mon, 30 May 2005 - 10:33:01

Manual © 2005 By Gary Moncrieff(Dazzy), Notes belong to their respective posters