Skip to contents

Load font from file with extended parameters.

Usage

load_font_ex(file_name, font_size)

Arguments

file_name

A string.

font_size

An integer.

Value

A font

Note

This function has been auto-generated from the following Raylib function definition:

Font LoadFontEx(const char *fileName, int fontSize, int *fontChars, int glyphCount);

See also