menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TextGlyph - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TextGlyph

    Gets the details of character in the word.

    Inheritance
    System.Object
    TextGlyph
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Pdf
    Assembly: Syncfusion.Pdf.Base.dll
    Syntax
    public class TextGlyph

    Constructors

    TextGlyph()

    Declaration
    public TextGlyph()

    Properties

    Bounds

    Gets the bounds of glyph.

    Declaration
    public RectangleF Bounds { get; set; }
    Property Value
    Type
    System.Drawing.RectangleF

    FontName

    Gets the font name of glyph.

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

    FontSize

    Gets the font size of glyph.

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

    FontStyle

    Gets the font style of glyph.

    Declaration
    public FontStyle FontStyle { get; set; }
    Property Value
    Type
    System.Drawing.FontStyle

    Text

    Get the text of glyph.

    Declaration
    public char Text { get; set; }
    Property Value
    Type
    System.Char

    TextColor

    Declaration
    public Color TextColor { get; }
    Property Value
    Type
    System.Drawing.Color
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved