> For the complete documentation index, see [llms.txt](https://doc.velneo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.velneo.com/30/velneo-vdevelop/scripts/lenguajes/javascript/clases/vfont/vfont-enumeraciones.md).

# VFont: enumeraciones

## **Capitalization**

* MixedCase = 0
* AllUppercase = 1
* AllLowercase = 2
* SmallCaps = 3
* Capitalize = 4

## **HintingPreference**

* PreferDefaultHinting = 0
* PreferNoHinting = 1
* PreferVerticalHinting = 2
* PreferFullHinting = 3

## **SpacingType**

* PercentageSpacing = 0
* AbsoluteSpacing = 1

## **Style**

* StyleNormal = 0
* StyleItalic = 1
* StyleOblique = 2

## **StyleHint**

* Helvetica, SansSerif = Helvetica
* Times, Serif = Times
* Courier, TipeWriter = Courier
* OldEnglish, Decorative = OldEnglish
* System = System
* AnyStyle = AnyStyle
* Cursive = Cursive
* Monospace = Monospace
* Fantasy = Fantasy

## **StyleStrategy**

* PreferDefault = 0
* PreferBitmap = 1
* PreferDevice = 2
* PreferOutline = 3
* ForceOutline = 4
* PreferMatch = 5
* PreferQuality = 6
* PreferAntialias = 7
* NoAntialias = 8
* OpenGLCompatible = 9
* ForceIntegerMetrics = 10
* NoFontMerging = 11

## **Weight**

* Light = 0
* Normal = 1
* DemiBold = 2
* Bold = 3
* Black = 4
