- made some adjustments to the text spacing on the level summary screen.
With the extended fonts some parts here caused too large gaps.
This commit is contained in:
parent
32dd6b049c
commit
cd7438c02e
5 changed files with 42 additions and 12 deletions
|
|
@ -2000,6 +2000,17 @@ DEFINE_ACTION_FUNCTION_NATIVE(FFont, GetHeight, GetHeight)
|
|||
ACTION_RETURN_INT(self->GetHeight());
|
||||
}
|
||||
|
||||
static int GetDisplacement(FFont* font)
|
||||
{
|
||||
return font->GetDisplacement();
|
||||
}
|
||||
|
||||
DEFINE_ACTION_FUNCTION_NATIVE(FFont, GetDisplacement, GetDisplacement)
|
||||
{
|
||||
PARAM_SELF_STRUCT_PROLOGUE(FFont);
|
||||
ACTION_RETURN_INT(self->GetDisplacement());
|
||||
}
|
||||
|
||||
double GetBottomAlignOffset(FFont *font, int c);
|
||||
DEFINE_ACTION_FUNCTION_NATIVE(FFont, GetBottomAlignOffset, GetBottomAlignOffset)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue