Class TextGlyph
Gets the details of character in the word.
Inheritance
System.Object
TextGlyph
Namespace: Syncfusion.Pdf
Assembly: Syncfusion.Pdf.NET.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 |
---|
RectangleF |
FontName
Gets the font name of glyph.
Declaration
public string FontName { get; }
Property Value
Type |
---|
System.String |
FontSize
Gets the font size of glyph.
Declaration
public float FontSize { get; }
Property Value
Type |
---|
System.Single |
FontStyle
Gets the font style of glyph.
Declaration
public FontStyle FontStyle { get; }
Property Value
Type |
---|
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 |
---|
Color |