Uygulama İçi Yazı Tipi Ve Boyutunu Ayarlama

Uygulamamızın kullanıcılarına ayarlar kısmından yazı tipini boyutunu değiştirme imkanı sunmak istiyoruz ve bunu nasıl yapacağımızı bilmiyoruz bu konu hakkında bize yardımcı olursanız seviniriz. ( NOT: Yazı tipi boyutu tüm ekranlara uygulanıp kayıtlı kalmasını istiyoruz yani uygulamadan çıkıp girince yazı tipi seçtiğimiz gibi kalsın şimdiden teşekkür ederiz. :slightly_smiling_face:)

Unfortunately, you can't set font size for the entire screen with a single block.

Each component (Label, Text Box, etc.) has its own block to set its font size.

Even worse, you need to set all those font sizes in two places:

  • at Screen.Initialize time, and
  • when Other Screen Closed time.
    Because of that, it is easier to put all those blocks into one procedure per Screen, and call the procedure from the two Events i just mentioned.

TinyDB is a good place to remember your chosen font size, under a good tag name ('FONTSIZE'?)