menu
syncfusion_flutter_pdf package
documentation
pdf.dart
TextWord
glyphs property
glyphs property
dark_mode
light_mode
glyphs
property
List
<
TextGlyph
>
get
glyphs
Gets the text glyph with bounds in the word.
Implementation
List<TextGlyph> get glyphs => _glyphs;
syncfusion_flutter_pdf package
documentation
pdf
TextWord
glyphs property
TextWord class