ngscopeclient v0.1
Classes | Typedefs | Functions
FontManager.h File Reference

Declaration of FontManager. More...

#include <map>
Include dependency graph for FontManager.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FontManager
 

Typedefs

typedef std::pair< std::string, float > FontDescription
 
typedef std::pair< ImFont *, float > FontWithSize
 

Functions

ImVec2 CalcTextSizeForFont (FontWithSize font, const char *text, bool hide_text_after_double_hash=false, float wrap_width=-1.0f)
 Wrapper around ImGui::CalcTextSize that uses an explicit font.
 

Detailed Description

Declaration of FontManager.

Author
Andrew D. Zonenberg