FullName

EmfLogFontEx.FullName property

Gets or sets a string of 64 Unicode characters that contains the font’s full name. If the length of this string is less than 64 characters, a terminating NULL MUST be present, after which the remainder of this field MUST be ignored.

public string FullName { get; set; }

See Also