Cisco Unified Application Environment Developer Forums

« Back to Developers

How to programmatically change the font size/color/style of text

Combination View Flat View Tree View
Threads [ Previous | Next ]
Is there a way I can progammatically call sendExecute api to tell an IP Phone to display a different font size/color/font style? My solution is responsible to send medical alert/text message to an IP Phone. Depend on the severity of the medical alert, I need to tell the phone to display a different font size/color/style to indicate high severity message. If not, is there a way we can configure the phone (either through the phone setting or CUCM) to display larger font size?

Currently there is no mechanism for modifying the phone's display font.  You can render your text message into an image - using any fonts/graphics/etc. you wish - and then display it on the phone with the CiscoIPPhoneImage/File object.