Taxonomy Categories:
Member Functions:
Interface Category:
API.
Inherits From:
None.
Inherited By:
None.
Purpose:
Provides overriding justification settings on a glyph-by-glyph basis.
Instantiation:
Allocate on the heap or the stack.
Deriving Classes:
Do not derive from this class unless you are implementing your own version of Line Layout.
Concurrency:
Multithread safe.
Resource Use:
No special requirements.
TGlyphJustificationOverride & operator =(const TGlyphJustificationOverride &)
Interface Category:
API.
Purpose:
Assignment operator.
Calling Context:
Called when an object is assigned to another compatible object.
Parameters:
- const TFormatable & toCopy -The source object for the assignment.
Return Value:
A non-const reference to the left-hand side object.
Exceptions:
Throws no exceptions, passes all exceptions through.
Concurrency:
Multithread safe.
Other Considerations:
None.
void Get (GlyphCode & x, TWidthDeltaRec & y)
Interface Category:
API.
Purpose:
Obtains the glyph and associated justification override for this object.
Calling Context:
Used to obtain the glyph and associated justification override for this object.
Parameters:
- GlyphCode & x -The glyph code whose justification this object overrides.
- TWidthDeltaRec & y -The amount by which justification is overridden for this glyph code.
Return Value:
None.
Exceptions:
Throws no exceptions, passes all exceptions through.
Concurrency:
Multithread safe.
Other Considerations:
None.
void Set (GlyphCode x, const TWidthDeltaRec & y)
Interface Category:
API.
Purpose:
Sets the glyph and associated justification override for this object.
Calling Context:
Used to set the glyph and associated justification override for this object.
Parameters:
- GlyphCode & x -The glyph code whose justification this object overrides.
- TWidthDeltaRec & y -The amount by which justification is overridden for this glyph code.
Return Value:
None.
Exceptions:
Throws no exceptions, passes all exceptions through.
Concurrency:
Multithread safe.
Other Considerations:
None.
virtual ~ TGlyphJustificationOverride ()
Interface Category:
API.
Purpose:
Destructor.
Calling Context:
Called to destroy an object.
Parameters:
Return Value:
None.
Exceptions:
Throws no exceptions, passes all exceptions through.
Concurrency:
Multithread safe.
Other Considerations:
None.
- TGlyphJustificationOverride (GlyphCode x, const TWidthDeltaRec & y)
- TGlyphJustificationOverride (const TGlyphJustificationOverride &)
Interface Category:
API.
Purpose:
- Constructor to use when instantiating with specific settings.
- Copy constructor.
Calling Context:
- Constructor to use when instantiating with specific settings.
- Called to copy an object.
Parameters:
- GlyphCode x -The glyph code whose justification this object is to override.
- const TWidthDeltaRec & y -The amount by which justification is to be overridden for this glyph code.
- const TGlyphJustificationOverride & -The object to copy.
Return Value:
None.
Exceptions:
Throws no exceptions, passes all exceptions through.
Concurrency:
Multithread safe.
Other Considerations:
None.
Click the icon to mail questions or corrections about this material to Taligent personnel.
Copyright©1995 Taligent,Inc. All rights reserved.