Project Alice
Loading...
Searching...
No Matches
text::stored_glyph Struct Reference

#include <fonts.hpp>

Public Member Functions

 stored_glyph () noexcept=default
 
 stored_glyph (hb_glyph_info_t const &gi, hb_glyph_position_t const &gp)
 

Public Attributes

uint32_t codepoint = 0
 
uint32_t cluster = 0
 
hb_position_t x_advance = 0
 
hb_position_t y_advance = 0
 
hb_position_t x_offset = 0
 
hb_position_t y_offset = 0
 

Detailed Description

Definition at line 62 of file fonts.hpp.

Constructor & Destructor Documentation

◆ stored_glyph() [1/2]

text::stored_glyph::stored_glyph ( )
defaultnoexcept

◆ stored_glyph() [2/2]

text::stored_glyph::stored_glyph ( hb_glyph_info_t const &  gi,
hb_glyph_position_t const &  gp 
)
inline

Definition at line 71 of file fonts.hpp.

Member Data Documentation

◆ cluster

uint32_t text::stored_glyph::cluster = 0

Definition at line 64 of file fonts.hpp.

◆ codepoint

uint32_t text::stored_glyph::codepoint = 0

Definition at line 63 of file fonts.hpp.

◆ x_advance

hb_position_t text::stored_glyph::x_advance = 0

Definition at line 65 of file fonts.hpp.

◆ x_offset

hb_position_t text::stored_glyph::x_offset = 0

Definition at line 67 of file fonts.hpp.

◆ y_advance

hb_position_t text::stored_glyph::y_advance = 0

Definition at line 66 of file fonts.hpp.

◆ y_offset

hb_position_t text::stored_glyph::y_offset = 0

Definition at line 68 of file fonts.hpp.


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