ITextSegmentGlyphs Property |
Gets the individual glyphs information if supported. Returns empty collection otherwise.
Namespace:
Atalasoft.Imaging.Text
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
SyntaxIEnumerable<IGlyphInfo> Glyphs { get; }ReadOnly Property Glyphs As IEnumerable(Of IGlyphInfo)
Get
Property Value
Type:
IEnumerableIGlyphInfo
See Also