NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Properties | List of all members
NXOpen.Preferences.VisualizationFonts Class Reference

Represents visualization preferences for standard text fonts applicable to the entire session More...

Inheritance diagram for NXOpen.Preferences.VisualizationFonts:
NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  StyleType { Regular, Bold, Italic, BoldItalic }
 Specifies the font style. More...
 

Public Member Functions

unsafe void GetDefaultStandardTextFont (out string fontFamily, out NXOpen.Preferences.VisualizationFonts.StyleType fontStyle, out int fontSize)
 Returns settings for the default standard text font More...
 
unsafe void SetDefaultStandardTextFont (string fontFamily, NXOpen.Preferences.VisualizationFonts.StyleType fontStyle, int fontSize)
 Modifies settings for the default standard text font More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.Utilities.NXRemotableObject
void initialize ()
 <exclude> More...
 

Detailed Description

Represents visualization preferences for standard text fonts applicable to the entire session

To obtain an instance of this class, refer to NXOpen.Preferences.SessionPreferences

Created in NX8.0.0

Member Enumeration Documentation

Specifies the font style.

A particular font family might support only a subset of these font styles.

Enumerator
Regular 

Regular or normal font style

Bold 

Bold font style

Italic 

Italic or oblique font style

BoldItalic 

Bold-italic or bold-oblique font style

Member Function Documentation

unsafe void NXOpen.Preferences.VisualizationFonts.GetDefaultStandardTextFont ( out string  fontFamily,
out NXOpen.Preferences.VisualizationFonts.StyleType  fontStyle,
out int  fontSize 
)
inline

Returns settings for the default standard text font

Created in NX8.0.0

License requirements: None.

Parameters
fontFamilythe name of the font family
fontStylethe font style
fontSizethe font size in points (72 points per inch)
unsafe void NXOpen.Preferences.VisualizationFonts.SetDefaultStandardTextFont ( string  fontFamily,
NXOpen.Preferences.VisualizationFonts.StyleType  fontStyle,
int  fontSize 
)
inline

Modifies settings for the default standard text font

Created in NX8.0.0

License requirements: None.

Parameters
fontFamilythe name of the font family
fontStylethe font style
fontSizethe font size in points (72 points per inch)

Property Documentation

Tag NXOpen.Preferences.VisualizationFonts.Tag
get

Returns the tag of this object.


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.