Various usefull functions.
AFontInfo | Retrieves information about the included fonts from a true type font file into an object. |
ASplitStr | Splits a string based on a supplied length into an array. |
Decimals | Retrieves the number of decimal places of a numeric value. |
GetCursorPosEx | Retrieves the position of the mouse cursor. |
Int64_Add | Adds 64-bit integers. |
Int64_Div | Divides 64-bit integers. |
Int64_Mod | Divides one 64-bit integer by another and returns the remainder. |
Int64_Mul | Multiplies 64-bit integers. |
Int64_Sub | Subtracts 64-bit integers. |