soui 5.0.0.1
Soui5 Doc
 
Loading...
Searching...
No Matches
SFontPool.h File Reference

SOUI Font Management Module. More...

#include <core/SSingletonMap.h>
#include <interface/SRender-i.h>
#include <res.mgr/SFontInfo.h>
#include <helper/obj-ref-impl.hpp>

Go to the source code of this file.

Classes

class  CElementTraits< FontInfo >
 Hash and comparison template for FontInfo. More...
 
class  SFontPool
 Font pool management class. More...
 

Macros

#define FF_DEFAULTFONT   L""
 

Typedefs

typedef FontInfo FontKey
 
typedef IFontSIFontPtr
 
typedef BOOL(* FunFontCheck) (const SStringW &strFontName)
 

Detailed Description

SOUI Font Management Module.

Version
v1.0
Author
SOUI group
Date
2014/08/02

This module manages and retrieves font resources.

Definition in file SFontPool.h.

Macro Definition Documentation

◆ FF_DEFAULTFONT

#define FF_DEFAULTFONT   L""

Definition at line 19 of file SFontPool.h.

Typedef Documentation

◆ FontKey

typedef FontInfo FontKey

Definition at line 29 of file SFontPool.h.

◆ FunFontCheck

typedef BOOL(* FunFontCheck) (const SStringW &strFontName)

Definition at line 85 of file SFontPool.h.

◆ IFontPtr

typedef IFontS* IFontPtr

Definition at line 84 of file SFontPool.h.