neoGFX
Cross-platform C++ app/game engine
Loading...
Searching...
No Matches
neogfx::graphics_operation::draw_glyphs Struct Reference

#include <graphics_operations.hpp>

Public Attributes

vec3 point
 
glyph_text glyphText
 
glyph_text::const_iterator begin
 
glyph_text::const_iterator end
 
text_format_spans attributes
 
bool showMnemonics
 

Detailed Description

Definition at line 261 of file graphics_operations.hpp.

Member Data Documentation

◆ attributes

text_format_spans neogfx::graphics_operation::draw_glyphs::attributes

Definition at line 267 of file graphics_operations.hpp.

◆ begin

glyph_text::const_iterator neogfx::graphics_operation::draw_glyphs::begin

Definition at line 265 of file graphics_operations.hpp.

◆ end

glyph_text::const_iterator neogfx::graphics_operation::draw_glyphs::end

Definition at line 266 of file graphics_operations.hpp.

◆ glyphText

glyph_text neogfx::graphics_operation::draw_glyphs::glyphText

Definition at line 264 of file graphics_operations.hpp.

◆ point

vec3 neogfx::graphics_operation::draw_glyphs::point

Definition at line 263 of file graphics_operations.hpp.

◆ showMnemonics

bool neogfx::graphics_operation::draw_glyphs::showMnemonics

Definition at line 268 of file graphics_operations.hpp.


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