Class TrueTypeGlyphMetrics
Represents a glyph metric from a particular TrueType font face.
Inherited Members
Namespace: SixLabors.Fonts.Tables.TrueType
Assembly: SixLabors.Fonts.dll
Syntax
public class TrueTypeGlyphMetrics : GlyphMetricsMethods
| Improve this Doc View SourceGetOutline()
Gets the outline for the current glyph.
Declaration
public GlyphOutline GetOutline()Returns
| Type | Description | 
|---|---|
| GlyphOutline | The GlyphOutline. |