PdfCjkStandardFont Class |
Namespace: Spire.Pdf.Graphics
The PdfCjkStandardFont type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
PdfCjkStandardFont(PdfCjkFontFamily, Single) |
Initializes a new instance of theclass.
|
|
|
PdfCjkStandardFont(PdfCjkStandardFont, Single) |
Initializes a new instance of theclass.
|
|
|
PdfCjkStandardFont(PdfCjkFontFamily, Single, PdfFontStyle) |
Initializes a new instance of theclass.
|
|
|
PdfCjkStandardFont(PdfCjkStandardFont, Single, PdfFontStyle) |
Initializes a new instance of theclass.
|
| Name | Description | |
|---|---|---|
|
|
Bold |
Gets a value indicating whether thisis bold.
(Inherited from
PdfFontBase
.)
|
|
|
Descent |
Gets the descent of the font in points.
(Inherited from
PdfFontBase
.)
|
|
|
FontFamily |
Gets the font family.
|
|
|
Height |
Gets the height of the font in points.
(Inherited from
PdfFontBase
.)
|
|
|
Italic |
Gets a value indicating whether thisis italic.
(Inherited from
PdfFontBase
.)
|
|
|
Name |
Gets the name.
(Inherited from
PdfFontBase
.)
|
|
|
Size |
Gets the size.
(Inherited from
PdfFontBase
.)
|
|
|
Strikeout |
Gets a value indicating whether thisis strikeout.
(Inherited from
PdfFontBase
.)
|
|
|
Style |
Gets the style information for this font.
(Inherited from
PdfFontBase
.)
|
|
|
Underline |
Gets a value indicating whether thisis underline.
(Inherited from
PdfFontBase
.)
|
| Name | Description | |
|---|---|---|
|
|
ApplyFormatSettings |
Applies settings to the default line width.
(Inherited from
PdfFontBase
.)
|
|
|
Dispose |
Releases unmanaged resources and performs other cleanup operations before the
is reclaimed by garbage collection.
(Inherited from
PdfFontBase
.)
|
|
|
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
|
|
EqualsToFont | (Overrides PdfFontBase EqualsToFont(PdfFontBase) .) |
|
|
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 | (Overrides PdfFontBase GetCharCodeInFont(Char) .) |
|
|
GetCharWidth | (Overrides PdfFontBase GetCharWidth(Char, PdfStringFormat) .) |
|
|
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
|
|
GetLineInFont | (Overrides PdfFontBase GetLineInFont(String) .) |
|
|
GetLineWidth | (Overrides PdfFontBase GetLineWidth(String, PdfStringFormat) .) |
|
|
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
|
|
MeasureString(String) |
Measures a string by using this font.
(Inherited from
PdfFontBase
.)
|
|
|
MeasureString(String, PdfStringFormat) |
Measures a string by using this font.
(Inherited from
PdfFontBase
.)
|
|
|
MeasureString(String, SizeF) |
Measures a string by using this font.
(Inherited from
PdfFontBase
.)
|
|
|
MeasureString(String, Single) |
Measures a string by using this font.
(Inherited from
PdfFontBase
.)
|
|
|
MeasureString(String, SizeF, PdfStringFormat) |
Measures a string by using this font.
(Inherited from
PdfFontBase
.)
|
|
|
MeasureString(String, Single, PdfStringFormat) |
Measures a string by using this font.
(Inherited from
PdfFontBase
.)
|
|
|
MeasureString(String, PdfStringFormat, Int32 , Int32 ) |
Measures a string by using this font.
(Inherited from
PdfFontBase
.)
|
|
|
MeasureString(String, SizeF, PdfStringFormat, Int32 , Int32 ) |
Measures a string by using this font.
(Inherited from
PdfFontBase
.)
|
|
|
MeasureString(String, Single, PdfStringFormat, Int32 , Int32 ) |
Measures a string by using this font.
(Inherited from
PdfFontBase
.)
|
|
|
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
|
|
SetStyle |
Sets the style.
(Inherited from
PdfFontBase
.)
|
|
|
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|