Gui\Components\Label::getFontSize PHP Метод

getFontSize() публичный Метод

Get the font size
public getFontSize ( ) : float
Результат float
    public function getFontSize()
    {
        return $this->get('font.size');
    }