Class FontService.FontData
Inheritance
System.Object
FontService.FontData
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Aurigma.DesignAtoms.dll
Syntax
Constructors
FontData()
Declaration
FontData(FontInfo)
Declaration
public FontData(FontInfo fontInfo)
Parameters
| Type |
Name |
Description |
| Aurigma.GraphicsMill.AdvancedDrawing.FontInfo |
fontInfo |
|
Fields
DirectoryName
Declaration
public string DirectoryName
Field Value
| Type |
Description |
| System.String |
|
Family
Declaration
Field Value
| Type |
Description |
| System.String |
|
FontSize
Declaration
Field Value
| Type |
Description |
| System.Int64 |
|
FullName
Declaration
Field Value
| Type |
Description |
| System.String |
|
PostScriptName
Declaration
public string PostScriptName
Field Value
| Type |
Description |
| System.String |
|
Style
Declaration
Field Value
| Type |
Description |
| System.String |
|
Properties
FileNames
Declaration
public IDictionary<string, string> FileNames { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.IDictionary<System.String, System.String> |
|
Methods
GetBytes()
Declaration
public IEnumerable<byte> GetBytes()
Returns
| Type |
Description |
| System.Collections.Generic.IEnumerable<System.Byte> |
|