Interface ICidGlyphWidths
Describes an aspect of glyph widths for a CID font
Namespace: IronSoftware
Assembly: IronPdf.dll
Syntax
public interface ICidGlyphWidths
Properties
IsArray
True if the values should be interpreted as an array, False if it is a single value
Declaration
bool IsArray { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Values
Value array, interpreted differently depending what values preceeded it
Declaration
IReadOnlyList<float> Values { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyList<System.Single> |