Xamarin.Forms

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

    Show / Hide Table of Contents

    Class TextGlyph

    Gets the details of character in the word.

    Inheritance
    System.Object
    TextGlyph
    Namespace: Syncfusion.Pdf
    Assembly: Syncfusion.Pdf.Portable.dll
    Syntax
    public class TextGlyph : Object

    Constructors

    TextGlyph()

    Declaration
    public TextGlyph()

    Properties

    Bounds

    Gets the bounds of glyph.

    Declaration
    public RectangleF Bounds { get; }
    Property Value
    Type Description
    RectangleF

    FontName

    Gets the font name of glyph.

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

    FontSize

    Gets the font size of glyph.

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

    FontStyle

    Gets the font style of glyph.

    Declaration
    public FontStyle FontStyle { get; }
    Property Value
    Type Description
    FontStyle

    Text

    Get the text of glyph.

    Declaration
    public char Text { get; set; }
    Property Value
    Type Description
    System.Char
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved