API Reference
Enum
PdfStandardFont
Standard 14 PDF Type 1 fonts supported by all PDF viewers without embedding.
Inheritance
- Enum
- PdfStandardFont
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property PdfCanvasTextBoxStyle.Font
- Property PdfEmbeddedFont.Font
- Property PdfEmbeddedFontFallbackSet.FontSlots
- Property PdfHeadingStyle.Font
- Property PdfListStyle.MarkerFont
- Property PdfOptions.DefaultFont
- Property PdfOptions.EmbeddedFonts
- Property PdfOptions.FooterFont
- Property PdfOptions.HeaderFont
- Field PdfStandardFont.Courier
- Field PdfStandardFont.CourierBold
- Field PdfStandardFont.CourierBoldOblique
- Field PdfStandardFont.CourierOblique
- Field PdfStandardFont.Helvetica
- Field PdfStandardFont.HelveticaBold
- Field PdfStandardFont.HelveticaBoldOblique
- Field PdfStandardFont.HelveticaOblique
- Field PdfStandardFont.TimesBold
- Field PdfStandardFont.TimesBoldItalic
- Field PdfStandardFont.TimesItalic
- Field PdfStandardFont.TimesRoman
- Method PdfStandardFontMapper.GetFontFamily
- Method PdfStandardFontMapper.GetStyledFont
- Property PdfTextStampOptions.Font
- Property PdfTextStyle.Font
- Property PdfTextWatermark.Font
- Property TextRun.Font
Accepted by parameters
- Method PdfDocument.EmbedStandardFont
- Method PdfDocument.EmbedStandardFont
- Method PdfDocument.Watermark
- Constructor PdfEmbeddedFont.PdfEmbeddedFont
- Constructor PdfEmbeddedFontFallbackSet.PdfEmbeddedFontFallbackSet
- Method PdfFooterCompose.Font
- Method PdfHeaderCompose.Font
- Method PdfOptions.EmbedStandardFont
- Method PdfOptions.EmbedStandardFont
- Method PdfOptions.HasEmbeddedStandardFontFamily
- Method PdfOptions.RegisterFontFamily
- Method PdfOptions.RegisterOfficeFontFamily
- Method PdfPageCanvas.Text
- Method PdfPageCompose.EvenPagesWatermark
- Method PdfPageCompose.FirstPageWatermark
- Method PdfPageCompose.Watermark
- Method PdfParagraphBuilder.Font
- Method PdfStandardFontMapper.GetFontFamily
- Method PdfStandardFontMapper.GetStyledFont
- Method PdfStandardFontMapper.IsStandardPdfFamilyEquivalent
- Method PdfStandardFontMapper.TryMapFontFamily
- Method PdfStandardFontMapper.TryMapFontFamily
- Method PdfTextFallbackPlan.ToTextRuns
- Method PdfTextFallbackPlan.ToTextRuns
- Method PdfTextStyleCompose.Font
- Constructor TextRun.TextRun
- Method TextRun.Bolded
- Method TextRun.BoldItalic
- Method TextRun.BoldUnderlined
- Method TextRun.Italicized
- Method TextRun.Link
- Method TextRun.LinkToBookmark
- Method TextRun.Normal
- Method TextRun.Strikethrough
- Method TextRun.Subscript
- Method TextRun.Superscript
- Method TextRun.Underlined
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
ToString 4 overloads
public override sealed String ToString(IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString() instead.")Parameters
- provider IFormatProvider
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
- provider IFormatProvider