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

Class GlyphOutline

Constructor , Fields

public class GlyphOutline 
{
  // Fields
  public GlyphMetrics gm;
  public OutlinePolygon polygons[];

  // Constructor
  public GlyphOutline();
}

A class that holds the outline information for a character.


Constructor


GlyphOutline

public GlyphOutline();

Creates and initializes an outline object.


Fields

gm
The base GlyphMetrics of the polygon's outline.
polygons[]
An array of outlines that make up the character.


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