How can I prevent changing the font in the application from the system. The client has installed a different system font and this affects the program. The program has a third-party font that is loaded into Assets and the font is specified for each TextView via the TypeFace class. 
|
TextViewmethods that respond to the use of a particulartypeface, and substitute your own. You can also override thedraw()method from the normalView, and manually draw text on the outline with the type of your choice. But personally, I would send the customer to a well-known recess, since it is not in his (your) competence - to force the user to use a specific font - Vladyslav Matviienko