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

Class FxMapFontMappingSection

Constructors , Fields

public class FxMapFontMappingSection 
{
  // Fields
  public Font f;
  public int startPos;
  public int length;

  // Constructor
  public FxMapFontMappingSection(Font f, int startPos, int length);
}

A class which represents a subsection of a string, created by an FxMapFont object.


Constructors


FxMapFontMappingSection

public FxMapFontMappingSection(Font f, int startPos, int length)

Creates an object with the font and string location specified.

ParameterDescription
f The specified font.
startPos Starting location in the original string.
length Length of the subsection in the original string.


Fields

f
Recommended font to use.
startPos
Starting location in the original string.
length
Length of the subsection in the original string.


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