MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / aFontExecute

Method aFontExecute

source/main.cpp:646–655  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

644}
645//---------------------------------------------------------------------------
646void __fastcall TMainForm::aFontExecute(TObject *Sender)
647{
648 FontDialog->Font = LogSG->Font;
649 TFontStyles st = FontDialog->Font->Style; // save style
650 if( ! FontDialog->Execute() )
651 return;
652 FontDialog->Font->Style = st; // restore style
653 LogSG->Font = FontDialog->Font;
654 SetLinesHeight();
655}
656//---------------------------------------------------------------------------
657void __fastcall TMainForm::SetLinesHeight(void)
658{

Callers

nothing calls this directly

Calls 1

ExecuteMethod · 0.45

Tested by

no test coverage detected