neoGFX
Cross-platform C++ app/game engine
Loading...
Searching...
No Matches
neogfx::i_basic_glyph_text< GlyphT, ConstIterator, Iterator >::align_baselines_result Struct Reference

#include <glyph_text.hpp>

Public Attributes

float yExtent
 
font_id majorFont
 
float baseline
 

Detailed Description

template<typename GlyphT, typename ConstIterator = GlyphT const*, typename Iterator = GlyphT*>
struct neogfx::i_basic_glyph_text< GlyphT, ConstIterator, Iterator >::align_baselines_result

Definition at line 249 of file glyph_text.hpp.

Member Data Documentation

◆ baseline

template<typename GlyphT , typename ConstIterator = GlyphT const*, typename Iterator = GlyphT*>
float neogfx::i_basic_glyph_text< GlyphT, ConstIterator, Iterator >::align_baselines_result::baseline

Definition at line 253 of file glyph_text.hpp.

◆ majorFont

template<typename GlyphT , typename ConstIterator = GlyphT const*, typename Iterator = GlyphT*>
font_id neogfx::i_basic_glyph_text< GlyphT, ConstIterator, Iterator >::align_baselines_result::majorFont

Definition at line 252 of file glyph_text.hpp.

◆ yExtent

template<typename GlyphT , typename ConstIterator = GlyphT const*, typename Iterator = GlyphT*>
float neogfx::i_basic_glyph_text< GlyphT, ConstIterator, Iterator >::align_baselines_result::yExtent

Definition at line 251 of file glyph_text.hpp.


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