Package com.ms.fx Previous
Previous
Contents
Contents
Index
Index
Next
Next

Class fullTxtRun

Constructors , Fields

public class fullTxtRun extends txtRun 
{
  // Fields
  public int x;
  public int y;
  public int width;
  public int dx[];
  public int dy[];

  // Constructors
  public fullTxtRun();
  public fullTxtRun(txtRun r);
}

An extended text run, used when a more complete set of values is needed to define the text. The first run in a block is always an extended one.


Constructors


fullTxtRun

public fullTxtRun();

Creates an extended text run with an EXTENDED_RUN flag.


fullTxtRun

public fullTxtRun(txtRun r);

Creates an extended text run using the contents of a txtRun object, while setting an EXTENDED_RUN flag.

ParameterDescription
r The txtRun object to use for content.


Fields

x
The x starting position of the text run.
y
The y starting position of the text run.
width
The width of the text in this run.
dx[]
The horizontal advance values for the characters (may be null).
dy[]
The vertical advance values for the characters (may be null).


Top© 1997 Microsoft Corporation. All rights reserved. Legal Notices.