WebRadioApp  0.1
_ResourcesFont.h File Reference
#include "ewrte.h"
#include "ewgfx.h"
#include "_CoreResource.h"
Include dependency graph for _ResourcesFont.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define _ResourcesFont_
 
#define _ResourcesFont__OnGetLeading_
 
#define _ResourcesFont__OnGetDescent_
 
#define _ResourcesFont__OnGetAscent_
 

Functions

void ResourcesFont_Done (ResourcesFont _this)
 
void ResourcesFont_Init (ResourcesFont _this, XHandle aArg)
 
XInt32 ResourcesFont_GetFlowTextAdvance (ResourcesFont _this, XString aFlowString)
 
XString ResourcesFont_ParseFlowString (ResourcesFont _this, XString aString, XInt32 aOffset, XInt32 aWidth, XInt32 aMaxNoOfRows, XHandle aBidi)
 
XInt32 ResourcesFont_GetTextAdvance (ResourcesFont _this, XString aString, XInt32 aOffset, XInt32 aCount)
 
XInt32 ResourcesFont_OnGetLeading (ResourcesFont _this)
 
XInt32 ResourcesFont__OnGetLeading (void *_this)
 
XInt32 ResourcesFont_OnGetDescent (ResourcesFont _this)
 
XInt32 ResourcesFont__OnGetDescent (void *_this)
 
XInt32 ResourcesFont_OnGetAscent (ResourcesFont _this)
 
XInt32 ResourcesFont__OnGetAscent (void *_this)
 

Macro Definition Documentation

◆ _ResourcesFont_

#define _ResourcesFont_

◆ _ResourcesFont__OnGetAscent_

#define _ResourcesFont__OnGetAscent_

◆ _ResourcesFont__OnGetDescent_

#define _ResourcesFont__OnGetDescent_

◆ _ResourcesFont__OnGetLeading_

#define _ResourcesFont__OnGetLeading_

Function Documentation

◆ ResourcesFont__OnGetAscent()

XInt32 ResourcesFont__OnGetAscent ( void _this)

References ResourcesFont_OnGetAscent().

Here is the call graph for this function:

◆ ResourcesFont__OnGetDescent()

XInt32 ResourcesFont__OnGetDescent ( void _this)

References ResourcesFont_OnGetDescent().

Here is the call graph for this function:

◆ ResourcesFont__OnGetLeading()

XInt32 ResourcesFont__OnGetLeading ( void _this)

References ResourcesFont_OnGetLeading().

Here is the call graph for this function:

◆ ResourcesFont_Done()

void ResourcesFont_Done ( ResourcesFont  _this)

References EwFreeFont().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ResourcesFont_GetFlowTextAdvance()

XInt32 ResourcesFont_GetFlowTextAdvance ( ResourcesFont  _this,
XString  aFlowString 
)

References EwGetFlowTextAdvance().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ResourcesFont_GetTextAdvance()

XInt32 ResourcesFont_GetTextAdvance ( ResourcesFont  _this,
XString  aString,
XInt32  aOffset,
XInt32  aCount 
)

References aOffset, EwGetStringLength(), and EwGetTextAdvance().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ResourcesFont_Init()

void ResourcesFont_Init ( ResourcesFont  _this,
XHandle  aArg 
)

References aArg, XFont::Ascent, XFont::Descent, EwLoadFont(), and XFont::Leading.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ResourcesFont_OnGetAscent()

XInt32 ResourcesFont_OnGetAscent ( ResourcesFont  _this)
Here is the caller graph for this function:

◆ ResourcesFont_OnGetDescent()

XInt32 ResourcesFont_OnGetDescent ( ResourcesFont  _this)
Here is the caller graph for this function:

◆ ResourcesFont_OnGetLeading()

XInt32 ResourcesFont_OnGetLeading ( ResourcesFont  _this)
Here is the caller graph for this function:

◆ ResourcesFont_ParseFlowString()

XString ResourcesFont_ParseFlowString ( ResourcesFont  _this,
XString  aString,
XInt32  aOffset,
XInt32  aWidth,
XInt32  aMaxNoOfRows,
XHandle  aBidi 
)

References aOffset, EwGetStringLength(), and EwParseFlowString().

Here is the call graph for this function:
Here is the caller graph for this function: