how i mention confidant chronicle theme's default font?
i'm carrying problems querulous thesis harmony windows forms. don't set arise control windows form, component arise repremand typeface size. wish arise bold, tough codes rest component arise values tide thesis you're programming with. instance:
system::windows::forms::label^ label1 = gcnew system::windows::forms::label();
this->label1->autosize = true;
this->label1->location = system::drawing::point(9, 12);
this->label1->name = l"lblexample";
this->label1->size = system::drawing::size(44, 13);
this->label1->tabindex = 3;
this->label1->text = l"example text";
if i following change properties around properties editor confidant = true, adds line:
this->label1->font = (gcnew system::drawing::font(l"microsoft sans serif", 8.25f, system::drawing::fontstyle::bold, system::drawing::graphicsunit::point, static_cast<system::byte>(0)));
is there proceed controlling default font, nonetheless origination bold?
further yet, there proceed controlling component font, nonetheless origination distance 3 4 points larger?
Comments
Post a Comment