284 views
in GUI Development by
Hi Everyone,

 I am creating one varible from property .

Type=String;

Default = ""helloworld";

My doubt is how to change font .i want to show differnt fonts .

can you please guide me to resolve this

1 Answer

0 votes
by

Hello GuruRamesh,

following chapter provides the information: Using Views: Text. Note especially the section Specify the font

Best regards

Paul Banach

by
Hi Paul Banach,

  I am working in virtual keybaord.

Here Using layoutSpecialOn  applied keyboard buttons.i added font property here but it is not displayed in layout

ExtendedVirtualKeybaord::Button.UpdateLayout  ->in this function added property

super( aSize );

Frame.Bounds.size = aSize;

if ( textView != null )
{
  textView.Bounds.size = aSize;
   textView.Font=Application::Application::FontL;
  }
   

 

but it is not reflect in layout
by
Yes.Thank you for your guidence.

Embedded Wizard Website | Privacy Policy | Imprint

...