Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Font

    Show / Hide Table of Contents

    Class Font

    Inheritance
    System.Object
    Font
    Implements
    System.IDisposable
    Namespace: Syncfusion.Drawing
    Assembly: Syncfusion.Compression.Portable.dll
    Syntax
    public sealed class Font : Object, IDisposable

    Constructors

    Font()

    Declaration
    public Font()

    Font(String, Single)

    Declaration
    public Font(string fontFamilyName, float fontSize)
    Parameters
    Type Name Description
    System.String fontFamilyName
    System.Single fontSize

    Fields

    m_charSet

    Declaration
    public byte m_charSet
    Field Value
    Type Description
    System.Byte

    Properties

    Bold

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

    FontFamilyName

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

    Italic

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

    Name

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

    Size

    Declaration
    public float Size { get; set; }
    Property Value
    Type Description
    System.Single

    SizeInPoints

    Declaration
    public float SizeInPoints { get; set; }
    Property Value
    Type Description
    System.Single

    Strikeout

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

    Underline

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

    UnderlineStyle

    Declaration
    public UnderlineStyle UnderlineStyle { get; set; }
    Property Value
    Type Description
    UnderlineStyle

    Methods

    Dispose()

    Declaration
    public void Dispose()

    Implements

    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved