Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / GcGraphics Class / FontCollection Property

In This Topic
    FontCollection Property (GcGraphics)
    In This Topic
    Gets or sets a GrapeCity.Documents.Text.FontCollection used by MeasureString and DrawString methods.
    Syntax
    'Declaration
     
    Public Property FontCollection As FontCollection
    public FontCollection FontCollection {get; set;}
    See Also