Class EmfSetLinkedUfis
EmfSetLinkedUfis class
The EMR_SETLINKEDUFIS record sets the UniversalFontIds (section 2.2.27) of the linked fonts to use during character lookup.
public sealed class EmfSetLinkedUfis : EmfStateRecordType
Constructors
| Name | Description |
|---|
| EmfSetLinkedUfis(EmfRecord) | Initializes a new instance of the EmfSetLinkedUfis class. |
Properties
| Name | Description |
|---|
| Size { get; set; } | Gets or sets the size of the record |
| Type { get; set; } | Gets or sets the type. |
| Ufis { get; set; } | Gets or sets an array of uNumLinkedUFI elements of type UniversalFontId, which specifies the identifiers of the linked fonts. |
See Also