Wise&mystical  1.0
Project about Europe
Loading...
Searching...
No Matches
Font Struct Reference

#include <raylib.h>

+ Collaboration diagram for Font:

Public Attributes

int baseSize
 
int glyphCount
 
int glyphPadding
 
Texture2D texture
 
Rectanglerecs
 
GlyphInfoglyphs
 

Detailed Description

Definition at line 289 of file raylib.h.

Member Data Documentation

◆ baseSize

int Font::baseSize

Definition at line 290 of file raylib.h.

◆ glyphCount

int Font::glyphCount

Definition at line 291 of file raylib.h.

◆ glyphPadding

int Font::glyphPadding

Definition at line 292 of file raylib.h.

◆ glyphs

GlyphInfo* Font::glyphs

Definition at line 295 of file raylib.h.

◆ recs

Rectangle* Font::recs

Definition at line 294 of file raylib.h.

◆ texture

Texture2D Font::texture

Definition at line 293 of file raylib.h.


The documentation for this struct was generated from the following file: