Elaztek Developer Hub
Blamite Game Engine - Keystone  00433.02.16.25.2127.blamite
A library that enables the use of Qt in Blamite's editing tools.
BlamGlyphUVInfo Struct Reference

Data structure containing glyph UV information. More...

#include <FontToolWindow.h>

Public Attributes

int width = 0
 
int height = 0
 
float uv_x_start = 0.0f
 
float uv_x_end = 0.0f
 
float uv_y_start = 0.0f
 
float uv_y_end = 0.0f
 

Detailed Description

Data structure containing glyph UV information.

Member Data Documentation

◆ height

int BlamGlyphUVInfo::height = 0

◆ uv_x_end

float BlamGlyphUVInfo::uv_x_end = 0.0f

◆ uv_x_start

float BlamGlyphUVInfo::uv_x_start = 0.0f

◆ uv_y_end

float BlamGlyphUVInfo::uv_y_end = 0.0f

◆ uv_y_start

float BlamGlyphUVInfo::uv_y_start = 0.0f

◆ width

int BlamGlyphUVInfo::width = 0

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