Hello Wahyu,
You can use the attribute lineHeight, as below:
export const textSacramentoNormal = {
text: {
fontFamily: sacramentoFontFamily.regular,
fontWeight: 'normal',
fontSize: 30,
lineHeight: 40,
},
};
For more details on how to configure custom fonts in a Mendix Native Mobile app, please see: