protected function InitTextRenderer()
 {
     parent::InitTextRenderer();
     $this->m_TextRenderer->Prototype->Outline = LBD_LineStyle::Single(LBD_LineLayer::Solid(3, $this->OutlineColor));
     $this->m_TextRenderer->Bounds = LBD_Rectangle::ScaledDown($this->m_TextRenderer->Bounds, 0.95);
 }