Search Results for

    Show / Hide Table of Contents

    Class FastFont

    Font descriptor

    Inheritance
    System.Object
    FastFont
    Namespace: FastReport.Fonts
    Assembly: FastReport.dll
    Syntax
    public class FastFont

    Constructors

    FastFont(String, Boolean, Boolean)

    Declaration
    public FastFont(string name, bool bold, bool italic)
    Parameters
    Type Name Description
    System.String name
    System.Boolean bold
    System.Boolean italic

    Properties

    Bold

    Declaration
    public bool Bold { get; set; }
    Property Value
    Type Description
    System.Boolean

    FastName

    Declaration
    public string FastName { get; }
    Property Value
    Type Description
    System.String

    Italic

    Declaration
    public bool Italic { get; set; }
    Property Value
    Type Description
    System.Boolean

    OriginalFontName

    Declaration
    public string OriginalFontName { get; set; }
    Property Value
    Type Description
    System.String
    Back to top © 1998-2025 Copyright Fast Reports Inc.