AppEasy Core SDK  1.5.0
Cross platform mobile and desktop app and game development SDK - The easy way to make apps
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
CzFont.h File Reference
#include "CzUtil.h"
#include "CzXoml.h"
#include "IzPlatformFont.h"

Go to the source code of this file.

Classes

class  CzFont
class  CzFontCreator

Defines

#define CZ_NEW_FONT(font, name, location, point_size)

Define Documentation

#define CZ_NEW_FONT (   font,
  name,
  location,
  point_size 
)
Value:
CzFont* font = new CzFont();                            \
    font->setName("serif");                                 \
    font->setFilename(location);                            \
    font->setPointSize(point_size);                         \
    font->Load();