Adjust Font Size in NCM
search cancel

Adjust Font Size in NCM

book

Article ID: 391358

calendar_today

Updated On:

Products

VMware Smart Assurance

Issue/Introduction

This article explains the steps to be followed in order to set custom font size for the NCM UI applicaiton. 

Environment

NCM 10.1.X

Resolution

  • Open the file $VOYENCE_HOME/ncmcore/webapps/voyence/powerup.jnlp on the Application Server.
  • Go to the end of the file and locate the section about <application-desc main-class="org.netbeans.modules.apisupport.jnlplauncher.Mainc">
  • Add the new parameter --fontsize as highlighted below: 
 <application-desc main-class="org.netbeans.modules.apisupport.jnlplauncher.Mainc">
        <argument>--branding</argument>
        <argument>voyenceclientapp</argument>
        <argument>--laf</argument>
        <argument>Metal</argument>
        <argument>--fontsize</argument> 
        <argument>15</argument>
    </application-desc>
  • After the changes restart vcmaster services using:
    service vcmaster restart
  • Download the new powerup.jnlp file to launch NCM.