Class TextGlyph
- Namespace
- Syncfusion.Pdf
- Assembly
- Syncfusion.Pdf.Portable.dll
Gets the details of character in the word.
public class TextGlyph
- Inheritance
-
TextGlyph
- Inherited Members
Constructors
TextGlyph()
public TextGlyph()
Properties
Bounds
Gets the bounds of glyph.
public RectangleF Bounds { get; }
Property Value
- RectangleF
FontName
Gets the font name of glyph.
public string FontName { get; }
Property Value
FontSize
Gets the font size of glyph.
public float FontSize { get; }
Property Value
FontStyle
Gets the font style of glyph.
public FontStyle FontStyle { get; }
Property Value
- FontStyle
Text
Get the text of glyph.
public char Text { get; set; }
Property Value
TextColor
public Color TextColor { get; }
Property Value
- Color