#include "ewrte.h"
#include "ewgfx.h"
#include "_CoreResource.h"
Go to the source code of this file.
|
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) |
|
◆ _ResourcesFont_
◆ _ResourcesFont__OnGetAscent_
#define _ResourcesFont__OnGetAscent_ |
◆ _ResourcesFont__OnGetDescent_
#define _ResourcesFont__OnGetDescent_ |
◆ _ResourcesFont__OnGetLeading_
#define _ResourcesFont__OnGetLeading_ |
◆ ResourcesFont__OnGetAscent()
◆ ResourcesFont__OnGetDescent()
XInt32 ResourcesFont__OnGetDescent |
( |
void * |
_this | ) |
|
◆ ResourcesFont__OnGetLeading()
XInt32 ResourcesFont__OnGetLeading |
( |
void * |
_this | ) |
|
◆ ResourcesFont_Done()
void ResourcesFont_Done |
( |
ResourcesFont |
_this | ) |
|
◆ ResourcesFont_GetFlowTextAdvance()
XInt32 ResourcesFont_GetFlowTextAdvance |
( |
ResourcesFont |
_this, |
|
|
XString |
aFlowString |
|
) |
| |
◆ ResourcesFont_GetTextAdvance()
◆ ResourcesFont_Init()
void ResourcesFont_Init |
( |
ResourcesFont |
_this, |
|
|
XHandle |
aArg |
|
) |
| |
◆ ResourcesFont_OnGetAscent()
XInt32 ResourcesFont_OnGetAscent |
( |
ResourcesFont |
_this | ) |
|
◆ ResourcesFont_OnGetDescent()
XInt32 ResourcesFont_OnGetDescent |
( |
ResourcesFont |
_this | ) |
|
◆ ResourcesFont_OnGetLeading()
XInt32 ResourcesFont_OnGetLeading |
( |
ResourcesFont |
_this | ) |
|
◆ ResourcesFont_ParseFlowString()