Class: TGlyphJustificationOverride

Declaration: JustificationTables.h

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.

Member Function: TGlyphJustificationOverride::operator=

TGlyphJustificationOverride & operator =(const TGlyphJustificationOverride &)

Interface Category:

API.

Purpose:

Assignment operator.

Calling Context:

Called when an object is assigned to another compatible object.

Parameters:

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.

Member Function: TGlyphJustificationOverride::Get

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:

Return Value:

None.

Exceptions:

Throws no exceptions, passes all exceptions through.

Concurrency:

Multithread safe.

Other Considerations:

None.

Member Function: TGlyphJustificationOverride::Set

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:

Return Value:

None.

Exceptions:

Throws no exceptions, passes all exceptions through.

Concurrency:

Multithread safe.

Other Considerations:

None.

Member Function: TGlyphJustificationOverride::~TGlyphJustificationOverride

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.

Member Function: TGlyphJustificationOverride::TGlyphJustificationOverride

  1. TGlyphJustificationOverride (GlyphCode x, const TWidthDeltaRec & y)
  2. TGlyphJustificationOverride (const TGlyphJustificationOverride &)

Interface Category:

API.

Purpose:

  1. Constructor to use when instantiating with specific settings.
  2. Copy constructor.

Calling Context:

  1. Constructor to use when instantiating with specific settings.
  2. Called to copy an object.

Parameters:

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.