Skip to contents

Load font from Image (XNA style).

Usage

load_font_from_image(image, key, first_char)

Arguments

image

An image.

key

A color.

first_char

An integer.

Value

A font

Note

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

Font LoadFontFromImage(Image image, Color key, int firstChar);