I have a button to "hide/show" a password which changes the secure_text_entry boolean. If it gets hidden then re-revealed, it loses the font I applied to it with RMQ.
@password.style do |st|
st.secure_text_entry = false
st.font = font.size_18_light
end
Even if I reapply the font, it still shows the system default font (or whatever serif font it is).