"description":"Load font from file with extended parameters, use NULL for codepoints and 0 for codepointCount to load the default character setFont",
"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",
description="Load font from file with extended parameters, use NULL for codepoints and 0 for codepointCount to load the default character setFont",
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",
returnType="Font",
params={
{type="const char *",name="fileName"},
+ 200- 193
parser/output/raylib_api.txt
A apresentação das diferenças no ficheiro foi suprimida por ser demasiado grande
<Functionname="GetFontDefault"retType="Font"paramCount="0"desc="Get the default Font">
</Function>
<Functionname="LoadFont"retType="Font"paramCount="1"desc="Load font from file into GPU memory (VRAM)">
<Paramtype="const char *"name="fileName"desc=""/>
</Function>
<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 setFont">
<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">