ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi Namespace / FontOutPrecision Enumeration

In This Topic
    FontOutPrecision Enumeration
    In This Topic
    Represents the out precision of logical font.
    Syntax
    'Declaration
     
    
    Public Enum FontOutPrecision 
       Inherits System.Enum
    public enum FontOutPrecision : System.Enum 
    Members
    MemberDescription
    CharacterNot used.
    DefaultSpecifies the default font mapper behavior.
    DeviceInstructs the font mapper to choose a Device font when the system contains multiple fonts with the same name.
    OutLineThis value instructs the font mapper to choose from TrueType and other outline-based fonts.
    PostScriptOnlyInstructs the font mapper to choose from only PostScript fonts. If there are no PostScript fonts installed in the system, the font mapper returns to default behavior.
    RasterInstructs the font mapper to choose a raster font when the system contains multiple fonts with the same name.
    ScreenOutLine[This is a no document value.]
    StringThis value is not used by the font mapper, but it is returned when raster fonts are enumerated.
    StrokeThis value is not used by the font mapper, but it is returned when TrueType, other outline-based fonts, and vector fonts are enumerated.
    TrueTypeInstructs the font mapper to choose a TrueType font when the system contains multiple fonts with the same name.
    TrueTypeOnlyInstructs the font mapper to choose from only TrueType fonts. If there are no TrueType fonts installed in the system, the font mapper returns to default behavior.
    Remarks
    The output precision defines how closely the output must match the requested font's height, width, character orientation, escapement, pitch, and font type.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Framework.Drawing.Gdi.FontOutPrecision

    See Also