|
NX Open C++ Reference Guide
|
Represents visualization preferences for standard text fonts applicable to the entire session
To obtain an instance of this class, refer to Preferences::SessionPreferences
Created in NX8.0.0.
More...
Public Types | |
| enum | StyleType { StyleTypeRegular, StyleTypeBold, StyleTypeItalic, StyleTypeBoldItalic } |
| Specifies the font style. More... | |
Public Member Functions | |
| void | GetDefaultStandardTextFont (NXString *fontFamily, NXOpen::Preferences::VisualizationFonts::StyleType *fontStyle, int *fontSize) |
| Returns settings for the default standard text font Created in NX8.0.0. | |
| void | SetDefaultStandardTextFont (const NXString &fontFamily, NXOpen::Preferences::VisualizationFonts::StyleType fontStyle, int fontSize) |
| Modifies settings for the default standard text font Created in NX8.0.0. | |
| void | SetDefaultStandardTextFont (const char *fontFamily, NXOpen::Preferences::VisualizationFonts::StyleType fontStyle, int fontSize) |
| Modifies settings for the default standard text font Created in NX8.0.0. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Represents visualization preferences for standard text fonts applicable to the entire session
To obtain an instance of this class, refer to Preferences::SessionPreferences
Created in NX8.0.0.
| void NXOpen::Preferences::VisualizationFonts::GetDefaultStandardTextFont | ( | NXString * | fontFamily, |
| NXOpen::Preferences::VisualizationFonts::StyleType * | fontStyle, | ||
| int * | fontSize | ||
| ) |
Returns settings for the default standard text font
Created in NX8.0.0.
License requirements : None
| fontFamily | the name of the font family |
| fontStyle | the font style |
| fontSize | the font size in points (72 points per inch) |
| void NXOpen::Preferences::VisualizationFonts::SetDefaultStandardTextFont | ( | const NXString & | fontFamily, |
| NXOpen::Preferences::VisualizationFonts::StyleType | fontStyle, | ||
| int | fontSize | ||
| ) |
Modifies settings for the default standard text font
Created in NX8.0.0.
License requirements : None
| fontFamily | the name of the font family NOTE: The full Unicode character set is not supported for this parameter. |
| fontStyle | the font style |
| fontSize | the font size in points (72 points per inch) |
| void NXOpen::Preferences::VisualizationFonts::SetDefaultStandardTextFont | ( | const char * | fontFamily, |
| NXOpen::Preferences::VisualizationFonts::StyleType | fontStyle, | ||
| int | fontSize | ||
| ) |
Modifies settings for the default standard text font
Created in NX8.0.0.
License requirements : None
| fontFamily | the name of the font family NOTE: The full Unicode character set is not supported for this parameter. |
| fontStyle | the font style |
| fontSize | the font size in points (72 points per inch) |
| tag_t NXOpen::Preferences::VisualizationFonts::Tag | ( | ) | const |
Returns the tag of this object.