@ -3468,7 +3468,7 @@ Function 395: LoadFontEx() (4 input parameters)
Description: Load font from file with extended parameters, use NULL for codepoints and 0 for codepointCount to load the default character set, font size is provided in pixels height
Param[1]: fileName (type: const char *)
Param[2]: fontSize (type: int)
Param[3]: codepoints (type: const int *)
Param[3]: codepoints (type: int *)
Param[4]: codepointCount (type: int)
Function 396: LoadFontFromImage() (3 input parameters)
Name: LoadFontFromImage
@ -3485,7 +3485,7 @@ Function 397: LoadFontFromMemory() (6 input parameters)
<Functionname="LoadFontEx"retType="Font"paramCount="4"desc="Load font from file with extended parameters, use NULL for codepoints and 0 for codepointCount to load the default character set, font size is provided in pixels height">
<Paramtype="const char *"name="fileName"desc=""/>
<Paramtype="int"name="fontSize"desc=""/>
<Paramtype="const int *"name="codepoints"desc=""/>
<Paramtype="int *"name="codepoints"desc=""/>
<Paramtype="int"name="codepointCount"desc=""/>
</Function>
<Functionname="LoadFontFromImage"retType="Font"paramCount="3"desc="Load font from Image (XNA style)">