public class LogFont
extends com.jniwrapper.Structure
Modifier and Type | Field and Description |
---|---|
protected com.jniwrapper.UInt8 |
lfCharSet
Specifies the character set.
|
protected com.jniwrapper.UInt8 |
lfClipPrecision
Specifies the clipping precision.
|
protected com.jniwrapper.LongInt |
lfEscapement
Specifies the angle, in tenths of degrees, between the escapement vector and the x-axis of the device.
|
protected com.jniwrapper.Str |
lfFaceName
Specifies a null-terminated string that contains the typeface name of the font.
|
protected com.jniwrapper.LongInt |
lfHeight
Specifies the height, in logical units, of the font's character cell or character.
|
protected com.jniwrapper.UInt8 |
lfItalic
Specifies an italic font if set to true.
|
protected com.jniwrapper.LongInt |
lfOrientation
Specifies the angle, in tenths of degrees, between each character's base line and the x-axis of the device.
|
protected com.jniwrapper.UInt8 |
lfOutPrecision
Specifies the output precision.
|
protected com.jniwrapper.UInt8 |
lfPitchAndFamily
Specifies the pitch and family of the font.
|
protected com.jniwrapper.UInt8 |
lfQuality
Specifies the output quality.
|
protected com.jniwrapper.UInt8 |
lfStrikeOut
Specifies a strikeout font if set to true.
|
protected com.jniwrapper.UInt8 |
lfUnderline
Specifies an underlined font if set to true.
|
protected com.jniwrapper.LongInt |
lfWeight
Specifies the weight of the font in the range 0 through 1000.
|
protected com.jniwrapper.LongInt |
lfWidth
Specifies the average width, in logical units, of characters in the font.
|
Constructor and Description |
---|
LogFont()
Creates new set of the attributes of a font.
|
LogFont(LogFont that)
Create new instance of the
LogFont and initializes it by the specified one. |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Creates copy of this object.
|
com.jniwrapper.UInt8 |
getLfCharSet()
Returns the character set.
|
com.jniwrapper.UInt8 |
getLfClipPrecision()
Returns the clipping precision.
|
com.jniwrapper.LongInt |
getLfEscapement()
Returns value that specifies the angle, in tenths of degrees, between the escapement vector and the x-axis of the device.
|
com.jniwrapper.Str |
getLfFaceName()
Returns null-terminated string that specifies the typeface name of the font.
|
com.jniwrapper.LongInt |
getLfHeight()
Returns value that specifies the height, in logical units, of the font character cell or character.
|
com.jniwrapper.UInt8 |
getLfItalic() |
com.jniwrapper.LongInt |
getLfOrientation()
Returns value that specifies the angle, in tenths of degrees, between each character's base line and the x-axis of the device.
|
com.jniwrapper.UInt8 |
getLfOutPrecision()
Returns the output precision.
|
com.jniwrapper.UInt8 |
getLfPitchAndFamily()
Returns the pitch and family of the font.
|
com.jniwrapper.UInt8 |
getLfQuality()
Returns the output quality.
|
com.jniwrapper.UInt8 |
getLfStrikeOut()
Returns value that specifies a strikeout font if set to true.
|
com.jniwrapper.UInt8 |
getLfUnderline()
Returns value that specifies an underlined font if set to true.
|
com.jniwrapper.LongInt |
getLfWeight()
Returns value that specifies the weight of the font in the range 0 through 1000.
|
com.jniwrapper.LongInt |
getLfWidth()
Returns value that specifies the angle, in tenths of degrees, between the escapement vector and the x-axis of the device.
|
acceptIOPerformer, addMembers, computeLength, equals, getAlignmentRequirement, getDebugInfo, getFirstMemberSize, getLength, getMember, getMembers, getOffsets, init, init, initFrom, pop, push, read, setDataBuffer, write
protected com.jniwrapper.LongInt lfHeight
protected com.jniwrapper.LongInt lfWidth
protected com.jniwrapper.LongInt lfEscapement
protected com.jniwrapper.LongInt lfOrientation
protected com.jniwrapper.LongInt lfWeight
protected com.jniwrapper.UInt8 lfItalic
protected com.jniwrapper.UInt8 lfUnderline
protected com.jniwrapper.UInt8 lfStrikeOut
protected com.jniwrapper.UInt8 lfCharSet
protected com.jniwrapper.UInt8 lfOutPrecision
protected com.jniwrapper.UInt8 lfClipPrecision
protected com.jniwrapper.UInt8 lfQuality
protected com.jniwrapper.UInt8 lfPitchAndFamily
protected com.jniwrapper.Str lfFaceName
public LogFont()
public LogFont(LogFont that)
LogFont
and initializes it by the specified one.that
- Instance of the LogFont
that will be used for initializing a new instance.public com.jniwrapper.LongInt getLfHeight()
public com.jniwrapper.LongInt getLfWidth()
public com.jniwrapper.LongInt getLfEscapement()
public com.jniwrapper.LongInt getLfOrientation()
public com.jniwrapper.LongInt getLfWeight()
public com.jniwrapper.UInt8 getLfItalic()
public com.jniwrapper.UInt8 getLfUnderline()
public com.jniwrapper.UInt8 getLfStrikeOut()
public com.jniwrapper.UInt8 getLfCharSet()
public com.jniwrapper.UInt8 getLfOutPrecision()
public com.jniwrapper.UInt8 getLfClipPrecision()
public com.jniwrapper.UInt8 getLfQuality()
public com.jniwrapper.UInt8 getLfPitchAndFamily()
public com.jniwrapper.Str getLfFaceName()
public java.lang.Object clone()
clone
in class com.jniwrapper.Structure