Click or drag to resize

IGlyphInfo Interface

Represents single glyph information.

Namespace:  Atalasoft.Imaging.Text
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public interface IGlyphInfo

The IGlyphInfo type exposes the following members.

Properties
  NameDescription
Public propertyBounds
Gets the glyph bounds in image coordinates without rotation applied.
Public propertyIsGenerated
Gets or sets a value indicating whether this glyph is generated.
Public propertyText
Gets the glyph text.
Top
See Also