![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: Change fonts in DOORS? Topic Summary: Created On: 14-Jul-2004 15:11 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() Answer: Using the GUI, select explorer tools menu, options, display tab, fonts tab. Using DXL, the following functions are provided : void getFontSettings(int level, int usedIn, int &size, int &family, bool &bold, bool &italic) void setFontSettings(int level, int usedIn, int size, int family, bool bold, bool italic) level is the object level (1..10) usedIn can be one of the following predefined constants: HeadingsFont, TextFont, GraphicsFont. family has values 0..3 to represent Times, Courier, Helvetica and New Century Schoolbook respectively. size has values 0..5 to represent point sizes 8pt, 9pt, 10pt, 11pt, 12pt and 14pt respectively. For example, to set the font used for level 2 headings to be 12pt Helvetica italic and bold: setFontSettings(2, HeadingsText, 4, 2, true, true) | |
![]() |
|
Is there a way to change fonts in DOORS modules? Thanks.
------------------------- Charing Maher Systems Engineer, SAIC |
|
![]() |
|
![]() |
|
Using the GUI, select explorer tools menu, options, display tab, fonts tab.
Using DXL, the following functions are provided : void getFontSettings(int level, int usedIn, int &size, int &family, bool &bold, bool &italic) void setFontSettings(int level, int usedIn, int size, int family, bool bold, bool italic) level is the object level (1..10) usedIn can be one of the following predefined constants: HeadingsFont, TextFont, GraphicsFont. family has values 0..3 to represent Times, Courier, Helvetica and New Century Schoolbook respectively. size has values 0..5 to represent point sizes 8pt, 9pt, 10pt, 11pt, 12pt and 14pt respectively. For example, to set the font used for level 2 headings to be 12pt Helvetica italic and bold: setFontSettings(2, HeadingsText, 4, 2, true, true) ------------------------- Tony Goodman http://www.smartdxl.com Edited: 14-Jul-2004 at 15:42 by Tony Goodman |
|
![]() |
|
![]() |
|
Goodman's way changes the way the generic letters LOOK to you, but don't actually change the fonts IN the text. Don't think but there MAY be a way to actually change the fonts inside RichText in DOORS v7.
- Louie |
|
![]() |
Telelogic DOORS
» General Discussion
»
Change fonts in DOORS?
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.