Enum FontFaceType

Enum FontFaceType

Nazwa przestrzeń: Aspose.Note.Saving.Html Zgromadzenie: Aspose.Note.dll (25.4.0)

Zaznacz typy twarzy

[Flags]
   public enum FontFaceType
   {
      Automatic = 0x1,
      TimesNewRoman = 0x2,
      Arial = 0x4,
      CourierNew = 0x8,
      Calibri = 0x10,
      Verdana = 0x20,
      Impact = 0x40,
      Wingdings = 0x80,
      Symbol = 0x100,
      FontFaceTypeCount = 0x1FF
   }

Fields

Eot = 2

Źródło EOT

NotSpecified = 0

Typ fontów nie jest spełniony

Ttf = 1

Prawdziwy typ fot

Woff = 4

Własny font

 Polski