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

#include <glyph_text.hpp>

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

Public Member Functions

virtual ~i_font_selector ()=default
 
virtual font select_font (std::size_t CharacterPos) const =0
 

Detailed Description

Definition at line 529 of file glyph_text.hpp.

Constructor & Destructor Documentation

◆ ~i_font_selector()

virtual neogfx::i_font_selector::~i_font_selector ( )
virtualdefault

Member Function Documentation

◆ select_font()

virtual font neogfx::i_font_selector::select_font ( std::size_t  CharacterPos) const
pure virtual

Implemented in neogfx::font_selector.


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