- ColorpickerMenu.MouseEvent exported.
This commit is contained in:
parent
07ba75762b
commit
be9b2b38fc
10 changed files with 158 additions and 76 deletions
|
|
@ -853,6 +853,12 @@ DEFINE_ACTION_FUNCTION(FFont, GetCharWidth)
|
|||
ACTION_RETURN_INT(self->GetCharWidth(code));
|
||||
}
|
||||
|
||||
DEFINE_ACTION_FUNCTION(FFont, GetHeight)
|
||||
{
|
||||
PARAM_SELF_STRUCT_PROLOGUE(FFont);
|
||||
ACTION_RETURN_INT(self->GetHeight());
|
||||
}
|
||||
|
||||
//==========================================================================
|
||||
//
|
||||
// Find string width using this font
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue