public class EmfLogFontEx extends EmfLogFont
The LogFontEx object specifies the extended attributes of a logical font.
Constructor and Description |
---|
EmfLogFontEx(EmfLogFont emfLogFont)
Initializes a new instance of the
EmfLogFontEx class. |
Modifier and Type | Method and Description |
---|---|
String |
getFullName()
Gets or sets a string of 64 Unicode characters that contains the font's full name.
|
String |
getScript()
Gets or sets a string of 32 Unicode characters that defines the character set of the font.
|
String |
getStyle()
Gets or sets a string of 32 Unicode characters that defines the font's style.
|
void |
setFullName(String value)
Gets or sets a string of 64 Unicode characters that contains the font's full name.
|
void |
setScript(String value)
Gets or sets a string of 32 Unicode characters that defines the character set of the font.
|
void |
setStyle(String value)
Gets or sets a string of 32 Unicode characters that defines the font's style.
|
getCharSet, getClipPrecision, getEscapement, getFacename, getHeight, getItalic, getOrientation, getOutPrecision, getPitchAndFamily, getQuality, getStrikeout, getUnderline, getWeight, getWidth, setCharSet, setClipPrecision, setEscapement, setFacename, setHeight, setItalic, setOrientation, setOutPrecision, setPitchAndFamily, setQuality, setStrikeout, setUnderline, setWeight, setWidth
public EmfLogFontEx(EmfLogFont emfLogFont)
Initializes a new instance of the EmfLogFontEx
class.
emfLogFont
- The EMF log font.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.
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.
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.
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.
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.
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.