EmfLogFontEx
Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.emf.emf.objects.EmfObject, com.aspose.imaging.fileformats.emf.emf.objects.EmfLogFont
public class EmfLogFontEx extends EmfLogFont
The LogFontEx object specifies the extended attributes of a logical font.
Constructors
Constructor | Description |
---|---|
EmfLogFontEx(EmfLogFont emfLogFont) | Initializes a new instance of the EmfLogFontEx class. |
Methods
Method | Description |
---|---|
getFullName() | Gets or sets a string of 64 Unicode characters that contains the font’s full name. |
setFullName(String value) | Gets or sets a string of 64 Unicode characters that contains the font’s full name. |
getStyle() | Gets or sets a string of 32 Unicode characters that defines the font’s style. |
setStyle(String value) | Gets or sets a string of 32 Unicode characters that defines the font’s style. |
getScript() | Gets or sets a string of 32 Unicode characters that defines the character set of the font. |
setScript(String value) | Gets or sets a string of 32 Unicode characters that defines the character set of the font. |
EmfLogFontEx(EmfLogFont emfLogFont)
public EmfLogFontEx(EmfLogFont emfLogFont)
Initializes a new instance of the EmfLogFontEx
class.
Parameters:
Parameter | Type | Description |
---|---|---|
emfLogFont | EmfLogFont | The EMF log font. |
getFullName()
public String getFullName()
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.
Returns: java.lang.String
setFullName(String value)
public void setFullName(String value)
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.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
getStyle()
public String getStyle()
Gets or sets a string of 32 Unicode characters that defines the font’s style. If the length of this string is less than 32 characters, a terminating NULL MUST be present, after which the remainder of this field MUST be ignored.
Returns: java.lang.String
setStyle(String value)
public void setStyle(String value)
Gets or sets a string of 32 Unicode characters that defines the font’s style. If the length of this string is less than 32 characters, a terminating NULL MUST be present, after which the remainder of this field MUST be ignored.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
getScript()
public String getScript()
Gets or sets a string of 32 Unicode characters that defines the character set of the font. If the length of this string is less than 32 characters, a terminating NULL MUST be present, after which the remainder of this field MUST be ignored.
Returns: java.lang.String
setScript(String value)
public void setScript(String value)
Gets or sets a string of 32 Unicode characters that defines the character set of the font. If the length of this string is less than 32 characters, a terminating NULL MUST be present, after which the remainder of this field MUST be ignored.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |