Enumeration

WPEPlatformSettingsHintingStyle

Declaration

enum WPEPlatform.SettingsHintingStyle

Description [src]

The style of hinting to apply to fonts.

Members

WPE_SETTINGS_HINTING_STYLE_NONE

Do not apply font hinting.

  • Value: 0
  • Available since: 2.0
WPE_SETTINGS_HINTING_STYLE_SLIGHT

Apply a small amount of font hinting.

  • Value: 1
  • Available since: 2.0
WPE_SETTINGS_HINTING_STYLE_MEDIUM

Apply a moderate amount of font hinting.

  • Value: 2
  • Available since: 2.0
WPE_SETTINGS_HINTING_STYLE_FULL

Apply the maximum amount of font hinting.

  • Value: 3
  • Available since: 2.0