10#ifndef __FNT_WRAP_NULL__H__
11#define __FNT_WRAP_NULL__H__
35 const eC_Value& vX1,
const eC_Value& vY1,
const eC_String *
const lpString) {}
38 const eC_String *
const pkText, eC_Value& vWidth, eC_Value& vHeight) {}
59 GUILOG(GUI_TRACE_WARNING,
"------------------------\n");
60 GUILOG(GUI_TRACE_WARNING,
"| FntWrapNull chosen |\n");
61 GUILOG(GUI_TRACE_WARNING,
"------------------------\n");
The font wrapper base class.
Definition: FntWrap.h:36
eC_UInt m_uiNOFFonts
Total number of fonts.
Definition: FntWrap.h:248
The dummy font wrapper class.
Definition: FntWrapNull.h:24
static void CreateInstance()
Create the insta nce.
Definition: FntWrapNull.h:27
virtual void RequiredSpace(const eC_String *const pkText, eC_Value &vWidth, eC_Value &vHeight)
Definition: FntWrapNull.h:37
virtual void Text(const eC_Value &vX1, const eC_Value &vY1, const eC_String *const lpString)
Definition: FntWrapNull.h:34
virtual eC_Bool SetNOFFonts(const eC_UInt uiNOFFonts)
Definition: FntWrapNull.h:40
static CGUIComponentManager & GetInstance()
void SetFntWrap(CFntWrap *pkFntWrap)