 |
WebRadioApp
0.1
|
Go to the documentation of this file.
27 #ifndef _ResourcesFont_H
28 #define _ResourcesFont_H
36 #if EW_RTE_VERSION != 0x000A0000
37 #error Wrong version of Embedded Wizard Runtime Environment.
41 #if EW_GFX_VERSION != 0x000A0000
42 #error Wrong version of Embedded Wizard Graphics Engine.
48 #ifndef _ResourcesFont_
50 #define _ResourcesFont_
107 #define _ResourcesFont__OnGetLeading_
116 #define _ResourcesFont__OnGetDescent_
125 #define _ResourcesFont__OnGetAscent_
XInt32 ResourcesFont_GetFlowTextAdvance(ResourcesFont _this, XString aFlowString)
Definition: Resources.c:280
XInt32 ResourcesFont_OnGetAscent(ResourcesFont _this)
Definition: Resources.c:365
unsigned long XHandle
Definition: ewrte.h:291
#define EW_END_OF_FIELDS(aClass)
Definition: ewrte.h:460
#define EW_DECLARE_CLASS(aClass)
Definition: ewrte.h:393
#define EW_VARIABLE(aName, aType)
Definition: ewrte.h:464
XRect CoreOutline aOutline XHandle aArg
Definition: _ApplicationApplication.h:151
XInt32 ResourcesFont__OnGetLeading(void *_this)
Definition: Resources.c:347
void ResourcesFont_Init(ResourcesFont _this, XHandle aArg)
Definition: Resources.c:245
signed long XInt32
Definition: ewrte.h:1586
#define EW_DEFINE_METHODS(aClass, aSuperClass)
Definition: ewrte.h:524
XString ResourcesFont_ParseFlowString(ResourcesFont _this, XString aString, XInt32 aOffset, XInt32 aWidth, XInt32 aMaxNoOfRows, XHandle aBidi)
Definition: Resources.c:295
void ResourcesFont_Done(ResourcesFont _this)
Definition: Resources.c:229
XInt32 ResourcesFont_GetTextAdvance(ResourcesFont _this, XString aString, XInt32 aOffset, XInt32 aCount)
Definition: Resources.c:321
XInt32 ResourcesFont__OnGetDescent(void *_this)
Definition: Resources.c:359
XInt32 ResourcesFont_OnGetDescent(ResourcesFont _this)
Definition: Resources.c:353
XInt32 ResourcesFont_OnGetLeading(ResourcesFont _this)
Definition: Resources.c:341
#define EW_PROPERTY(aName, aType)
Definition: ewrte.h:466
XRect CoreOutline aOutline GraphicsCanvas XRect XPoint aOffset
Definition: _CoreOutline.h:172
XChar * XString
Definition: ewrte.h:1656
#define EW_END_OF_METHODS(aClass)
Definition: ewrte.h:539
XInt32 ResourcesFont__OnGetAscent(void *_this)
Definition: Resources.c:371
#define EW_DEFINE_FIELDS(aClass, aSuperClass)
Definition: ewrte.h:451