Pico Headers
Loading...
Searching...
No Matches
Public Attributes | List of all members
pf_glyph_t Struct Reference

UV coordinates and metrics for a cached glyph. More...

#include <pico_font.h>

Public Attributes

uint32_t codepoint
 
float size
 
int glyph_index
 
int page_x
 
int page_y
 
int page_w
 
int page_h
 
size_t page
 
int offset_x
 
int offset_y
 
float advance_x
 
float u0
 
float v0
 
float u1
 
float v1
 

Detailed Description

UV coordinates and metrics for a cached glyph.

Member Data Documentation

◆ codepoint

uint32_t pf_glyph_t::codepoint

◆ size

float pf_glyph_t::size

◆ glyph_index

int pf_glyph_t::glyph_index

◆ page_x

int pf_glyph_t::page_x

◆ page_y

int pf_glyph_t::page_y

◆ page_w

int pf_glyph_t::page_w

◆ page_h

int pf_glyph_t::page_h

◆ page

size_t pf_glyph_t::page

◆ offset_x

int pf_glyph_t::offset_x

◆ offset_y

int pf_glyph_t::offset_y

◆ advance_x

float pf_glyph_t::advance_x

◆ u0

float pf_glyph_t::u0

◆ v0

float pf_glyph_t::v0

◆ u1

float pf_glyph_t::u1

◆ v1

float pf_glyph_t::v1

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