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

#include <i_glyph.hpp>

Inheritance diagram for neogfx::i_glyph:
neogfx::glyph

Public Member Functions

virtual ~i_glyph ()=default
 
virtual const i_sub_texturetexture () const =0
 
virtual bool subpixel () const =0
 
virtual const glyph_metricsmetrics () const =0
 
virtual glyph_pixel_mode pixel_mode () const =0
 

Detailed Description

Definition at line 47 of file i_glyph.hpp.

Constructor & Destructor Documentation

◆ ~i_glyph()

virtual neogfx::i_glyph::~i_glyph ( )
virtualdefault

Member Function Documentation

◆ metrics()

virtual const glyph_metrics & neogfx::i_glyph::metrics ( ) const
pure virtual

Implemented in neogfx::glyph.

◆ pixel_mode()

virtual glyph_pixel_mode neogfx::i_glyph::pixel_mode ( ) const
pure virtual

Implemented in neogfx::glyph.

◆ subpixel()

virtual bool neogfx::i_glyph::subpixel ( ) const
pure virtual

Implemented in neogfx::glyph.

◆ texture()

virtual const i_sub_texture & neogfx::i_glyph::texture ( ) const
pure virtual

Implemented in neogfx::glyph.


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