Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to set Font Style of Cadence ViVA

Status
Not open for further replies.

pancho_hideboo

Advanced Member level 5
Joined
Oct 21, 2006
Messages
2,847
Helped
767
Reputation
1,536
Reaction score
733
Trophy points
1,393
Location
Real Homeless
Activity points
17,490
I would like to set default font(font_name, size, font_style) of Cadence ViVA by using Skill Language.

Currently I set these except for font_style by using following.
Font_Name="Roboto Mono Medium"
Font_Size=10
Code:
my_font2 = "Roboto Mono Medium,10,-1,5,50,0,0,0,0,0"
envSetVal("viva.axis" "font" 'string my_font2)

However I can not set Font_Style as "Bold".
How to set Font style, e.g. Italic, Normal, Bold Italic and Bold.

And I don't know meaning of "-1,5,50,0,0,0,0".
What do these number mean ?

I know first two zeros are for "Effects/Underline" and "Effects/Strikeout"

I use IC6.1.7-64b.500.5.
 
Last edited:

I can find out hint.
https://community.cadence.com/cadence_technology_forums/f/38/t/30504

For these variables, the font string is

<Font family>, <Point size>, <Pixel size>, <Style hint>, <Weight>, <Style>, <Underline>, <Strikeout>, <Fixed pitch>, <Raw mode>

However still I can not set font style as Bold.
I can set Normal or Italic.

Of course, I can set it as Bold from GUI.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top