Effacer les filtres
Effacer les filtres

enlarge the fonts of all elements in the app designer project

6 vues (au cours des 30 derniers jours)
Luca Re
Luca Re le 13 Juin 2023
Commenté : Luca Re le 14 Juin 2023
hi..it is possible to enlarge the fonts of all the elements without doing it individually?
  1 commentaire
Luca Re
Luca Re le 14 Juin 2023
i follow this link:
Change font size of every components in uifigure(app designer) by following the uifigures's size - MATLAB Answers - MATLAB Central (mathworks.com)
i try to apply it in my code, but i receive error

Connectez-vous pour commenter.

Réponses (1)

Lohit
Lohit le 13 Juin 2023
If this is a plot with texts at specific positions, then you can use a similar line of code after your 'plot' command:
text(x_label_2,y_label_2,num2str('Label 2'),'FontSize',22);
The first 2 indices are the position coordinates of the point at which you want to display 'Label 2', 3rd index is the text you wish to see and then the font size can be altered further down the line.
  1 commentaire
Luca Re
Luca Re le 13 Juin 2023
I don't use plot.. it uses app designer elements

Connectez-vous pour commenter.

Catégories

En savoir plus sur Develop Apps Using App Designer dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by