neoGFX
Cross-platform C++ app/game engine
Loading...
Searching...
No Matches
neogfx::font_selector Class Reference

#include <glyph_text.hpp>

Inheritance diagram for neogfx::font_selector:
neogfx::i_font_selector

Public Member Functions

 font_selector (function_type const &aSelectorFunction)
 
font select_font (std::size_t CharacterPos) const override
 
- Public Member Functions inherited from neogfx::i_font_selector
virtual ~i_font_selector ()=default
 

Detailed Description

Definition at line 537 of file glyph_text.hpp.

Constructor & Destructor Documentation

◆ font_selector()

neogfx::font_selector::font_selector ( function_type const &  aSelectorFunction)
inlineexplicit

Definition at line 541 of file glyph_text.hpp.

Member Function Documentation

◆ select_font()

font neogfx::font_selector::select_font ( std::size_t  CharacterPos) const
inlineoverridevirtual

Implements neogfx::i_font_selector.

Definition at line 546 of file glyph_text.hpp.


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