PdfFontBase Class |
Namespace: Spire.Pdf.Graphics
The PdfFontBase type exposes the following members.
Name | Description | |
---|---|---|
![]() |
PdfFontBase(Single) |
Initializes a new instance of theclass.
|
![]() |
PdfFontBase(Single, PdfFontStyle) |
Initializes a new instance of the class.
|
Name | Description | |
---|---|---|
![]() |
Bold |
Gets a value indicating whether thisis bold.
|
![]() |
Descent |
Gets the descent of the font in points.
|
![]() |
Height |
Gets the height of the font in points.
|
![]() |
Italic |
Gets a value indicating whether thisis italic.
|
![]() |
Name |
Gets the name.
|
![]() |
Size |
Gets the size.
|
![]() |
Strikeout |
Gets a value indicating whether thisis strikeout.
|
![]() |
Style |
Gets the style information for this font.
|
![]() |
Underline |
Gets a value indicating whether thisis underline.
|
Name | Description | |
---|---|---|
![]() |
ApplyFormatSettings |
Applies settings to the default line width.
|
![]() |
Dispose |
Releases unmanaged resources and performs other cleanup operations before the
is reclaimed by garbage collection.
|
![]() |
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
![]() |
EqualsToFont |
Checks whether fonts are equals.
|
![]() |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
Object
.)
|
![]() |
GetCharCodeInFont |
Returns char code in the font.
|
![]() |
GetCharWidth |
Returns width of the char.
|
![]() |
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
![]() |
GetLineInFont |
Returns line string in the font.
|
![]() |
GetLineWidth |
Returns width of the line.
|
![]() |
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
![]() |
MeasureString(String) |
Measures a string by using this font.
|
![]() |
MeasureString(String, PdfStringFormat) |
Measures a string by using this font.
|
![]() |
MeasureString(String, SizeF) |
Measures a string by using this font.
|
![]() |
MeasureString(String, Single) |
Measures a string by using this font.
|
![]() |
MeasureString(String, SizeF, PdfStringFormat) |
Measures a string by using this font.
|
![]() |
MeasureString(String, Single, PdfStringFormat) |
Measures a string by using this font.
|
![]() |
MeasureString(String, PdfStringFormat, Int32 , Int32 ) |
Measures a string by using this font.
|
![]() |
MeasureString(String, SizeF, PdfStringFormat, Int32 , Int32 ) |
Measures a string by using this font.
|
![]() |
MeasureString(String, Single, PdfStringFormat, Int32 , Int32 ) |
Measures a string by using this font.
|
![]() |
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
![]() |
SetStyle |
Sets the style.
|
![]() |
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|
Name | Description | |
---|---|---|
![]() ![]() |
s_syncObject |
Synchronization object.
|