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

#include <i_font_manager.hpp>

Inheritance diagram for neogfx::i_fallback_font_info:
neogfx::fallback_font_info

Classes

struct  no_fallback
 

Public Member Functions

virtual bool has_fallback_for (i_string const &aFontFamilyName) const =0
 
virtual i_string const & fallback_for (i_string const &aFontFamilyName) const =0
 

Detailed Description

Definition at line 46 of file i_font_manager.hpp.

Member Function Documentation

◆ fallback_for()

virtual i_string const & neogfx::i_fallback_font_info::fallback_for ( i_string const &  aFontFamilyName) const
pure virtual

Implemented in neogfx::fallback_font_info.

◆ has_fallback_for()

virtual bool neogfx::i_fallback_font_info::has_fallback_for ( i_string const &  aFontFamilyName) const
pure virtual

Implemented in neogfx::fallback_font_info.


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