CalendarView for WinForms
FontFamily 列挙体

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi 名前空間 : FontFamily 列挙体
Represents the family of logical font
シンタックス
'宣言
 
Public Enum FontFamily 
   Inherits System.Enum
public enum FontFamily : System.Enum 
メンバ
メンバ解説
DecorativeNovelty fonts. Old English is an example.
DefaultUse default font.
ModernFonts with constant stroke width (monospace), with or without serifs. Monospace fonts are usually modern. Pica, Elite, and CourierNew are examples.
RomanFonts with variable stroke width (proportional) and with serifs. MS Serif is an example.
ScriptFonts designed to look like handwriting. Script and Cursive are examples.
SwissFonts with variable stroke width (proportional) and without serifs. MS Sans Serif is an example.
解説
Describe the look of a font in a general way.
継承階層

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

参照

C1.Framework.Drawing.Gdi 名前空間