GoldFish Engine
Quite simple and lightweight game engine
Loading...
Searching...
No Matches
gf_font_bbox_t Struct Reference

Bounding box. More...

#include <gf_type/font.h>

Data Fields

int width
 Width.
 
int height
 Height.
 
int x
 X coord.
 
int y
 Y coord.
 

Detailed Description

Bounding box.

Definition at line 47 of file font.h.

Field Documentation

◆ height

gf_font_bbox_t::height

Height.

Definition at line 47 of file font.h.

◆ width

gf_font_bbox_t::width

Width.

Definition at line 47 of file font.h.

◆ x

gf_font_bbox_t::x

X coord.

Definition at line 47 of file font.h.

◆ y

gf_font_bbox_t::y

Y coord.

Definition at line 47 of file font.h.


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