FontCollection

FontCollection disposable

System.Drawing.Text (system.drawing.dll) abstract class

This class is the abstract base for a collection of fonts.

You can use the Families property to retrieve an array of System.Drawing.FontFamily objects representing the fonts in the collection.

See InstalledFontCollection and PrivateFontCollection for more information.

 public abstract class  FontCollection  : IDisposable {  // Public Instance Properties  public FontFamily[ ]  Families  {get; }  // Public Instance Methods  public void  Dispose  ();  // implements IDisposable   // Protected Instance Methods  protected virtual void  Dispose  (bool  disposing  );    protected override void  Finalize  ();  // overrides object  } 

Subclasses

InstalledFontCollection , PrivateFontCollection

Passed To

System.Drawing.FontFamily.FontFamily()



. Net Windows Forms in a Nutshell
.NET Windows Forms in a Nutshell
ISBN: 0596003382
EAN: 2147483647
Year: 2002
Pages: 794

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net