• Articles
  • API Documentation
Search Results for

    Show / Hide Table of Contents
    • SixLabors.Fonts
      • ColorFontSupport
      • Font
      • FontCollection
      • FontDescription
      • FontFamily
      • FontFamilyCollectionExtensions
      • FontInstance
      • FontRectangle
      • FontStyle
      • Glyph
      • GlyphColor
      • GlyphInstance
      • GlyphMetric
      • GlyphRendererParameters
      • GlyphType
      • HorizontalAlignment
      • IColorGlyphRenderer
      • IFontCollection
      • IFontInstance
      • IGlyphRenderer
      • IGlyphRendererExtensions
      • IReadOnlyFontCollection
      • IReadonlyFontCollectionExtensions
      • RendererOptions
      • SystemFonts
      • TextMeasurer
      • TextRenderer
      • VerticalAlignment
    • SixLabors.Fonts.Exceptions
      • FontException
      • FontFamilyNotFoundException
      • GlyphMissingException
      • InvalidFontFileException
      • InvalidFontTableException
      • MissingFontTableException

    Class FontFamilyNotFoundException

    Execption for detailing missing font familys.

    Inheritance
    Object
    Exception
    FontException
    FontFamilyNotFoundException
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.ToString()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    Exception.SerializeObjectState
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Namespace: SixLabors.Fonts.Exceptions
    Assembly: SixLabors.Fonts.dll
    Syntax
    public class FontFamilyNotFoundException : FontException, ISerializable

    Constructors

    | Improve this Doc View Source

    FontFamilyNotFoundException(String)

    Initializes a new instance of the FontFamilyNotFoundException class.

    Declaration
    public FontFamilyNotFoundException(string family)
    Parameters
    Type Name Description
    String family

    The name of the missing font family.

    Properties

    | Improve this Doc View Source

    FontFamily

    Gets the name of the font familiy we failed to find.

    Declaration
    public string FontFamily { get; }
    Property Value
    Type Description
    String

    Implements

    System.Runtime.Serialization.ISerializable

    See Also

    FontException
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX