Class CidGlyphWidths
Font glyph widths object
Inheritance
System.Object
CidGlyphWidths
Implements
Namespace: IronSoftware
Assembly: IronPdf.dll
Syntax
public class CidGlyphWidths : Object, ICidGlyphWidths
Properties
IsArray
True if the values should be interpreted as an array, False if it is a single value
Declaration
public bool IsArray { get; protected set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Values
Value array, interpreted differently depending what values preceeded it
Declaration
public IReadOnlyList<float> Values { get; protected set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyList<System.Single> |
ValuesList
Declaration
public float[] ValuesList { get; protected set; }
Property Value
Type | Description |
---|---|
System.Single[] |