Packages
 In this topic

*Constructors

*Fields

 

Packages   PreviousThis PackageNext
Package com.ms.fx   Previous This
Package
Next

 


Class GlyphOutline

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

  // Constructors
  public GlyphOutline();
}

This class holds the outline information of a character.

Constructors

GlyphOutline

public GlyphOutline();

Creates and initializes an outline object.

Fields

gm
The base GlyphMetrics of the polygon outline.
polygons[]
An array of outlines that comprise the character.

upnrm.gif © 1998 Microsoft Corporation. All rights reserved. Terms of use.