NX Open C++ Reference Guide
Public Member Functions | Public Attributes
NXOpen::Annotations::Lettering Struct Reference

Specifies lettering data. More...

List of all members.

Public Member Functions

 Lettering (double sizeInitial, double characterSpaceFactorInitial, double aspectRatioInitial, double lineSpaceFactorInitial, const NXOpen::Annotations::TextCfw &cfwInitial)
 Constructor for the Lettering struct.

Public Attributes

double AspectRatio
 Aspect ratio for a character.
NXOpen::Annotations::TextCfw Cfw
 Color, font, and width for lettering.
double CharacterSpaceFactor
 Multiplier applied to font's standard character spacing.
double LineSpaceFactor
 Multiplier applied to font's standard line spacing.
double Size
 Height of a character.

Detailed Description

Specifies lettering data.


Constructor & Destructor Documentation

NXOpen::Annotations::Lettering::Lettering ( double  sizeInitial,
double  characterSpaceFactorInitial,
double  aspectRatioInitial,
double  lineSpaceFactorInitial,
const NXOpen::Annotations::TextCfw cfwInitial 
)

Constructor for the Lettering struct.

Parameters:
sizeInitialHeight of a character
characterSpaceFactorInitialMultiplier applied to font's standard character spacing
aspectRatioInitialAspect ratio for a character
lineSpaceFactorInitialMultiplier applied to font's standard line spacing
cfwInitialColor, font, and width for lettering

Member Data Documentation

Aspect ratio for a character.

Color, font, and width for lettering.

Multiplier applied to font's standard character spacing.

Multiplier applied to font's standard line spacing.

Height of a character.


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