Enum FontFaceType

Enum FontFaceType

Nom dels espais: Aspose.Note.Saving.Html Assemblea: Aspose.Note.dll (25.4.0)

Tipus de fonts de cara

[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

El font EOT

NotSpecified = 0

El tipus de font no està especificat

Ttf = 1

El veritable tipus de fot

Woff = 4

La font de Woff

 Català