SystemFont

Inherits: Font < Resource < RefCounted < Object

There is currently no description for this class. Please help us by contributing one!

Properties

bool

allow_system_fallback

true

FontAntialiasing

antialiasing

1

bool

disable_embedded_bitmaps

true

bool

font_italic

false

PackedStringArray

font_names

PackedStringArray()

int

font_stretch

100

int

font_weight

400

bool

force_autohinter

false

bool

generate_mipmaps

false

Hinting

hinting

1

int

msdf_pixel_range

16

int

msdf_size

48

bool

multichannel_signed_distance_field

false

float

oversampling

0.0

SubpixelPositioning

subpixel_positioning

1


Property Descriptions

bool allow_system_fallback = true

  • void set_allow_system_fallback ( bool value )

  • bool is_allow_system_fallback ( )

There is currently no description for this property. Please help us by contributing one!


FontAntialiasing antialiasing = 1

There is currently no description for this property. Please help us by contributing one!


bool disable_embedded_bitmaps = true

  • void set_disable_embedded_bitmaps ( bool value )

  • bool get_disable_embedded_bitmaps ( )

There is currently no description for this property. Please help us by contributing one!


bool font_italic = false

  • void set_font_italic ( bool value )

  • bool get_font_italic ( )

There is currently no description for this property. Please help us by contributing one!


PackedStringArray font_names = PackedStringArray()

There is currently no description for this property. Please help us by contributing one!


int font_stretch = 100

  • void set_font_stretch ( int value )

  • int get_font_stretch ( )

There is currently no description for this property. Please help us by contributing one!


int font_weight = 400

  • void set_font_weight ( int value )

  • int get_font_weight ( )

There is currently no description for this property. Please help us by contributing one!


bool force_autohinter = false

  • void set_force_autohinter ( bool value )

  • bool is_force_autohinter ( )

There is currently no description for this property. Please help us by contributing one!


bool generate_mipmaps = false

  • void set_generate_mipmaps ( bool value )

  • bool get_generate_mipmaps ( )

There is currently no description for this property. Please help us by contributing one!


Hinting hinting = 1

There is currently no description for this property. Please help us by contributing one!


int msdf_pixel_range = 16

  • void set_msdf_pixel_range ( int value )

  • int get_msdf_pixel_range ( )

There is currently no description for this property. Please help us by contributing one!


int msdf_size = 48

  • void set_msdf_size ( int value )

  • int get_msdf_size ( )

There is currently no description for this property. Please help us by contributing one!


bool multichannel_signed_distance_field = false

  • void set_multichannel_signed_distance_field ( bool value )

  • bool is_multichannel_signed_distance_field ( )

There is currently no description for this property. Please help us by contributing one!


float oversampling = 0.0

  • void set_oversampling ( float value )

  • float get_oversampling ( )

There is currently no description for this property. Please help us by contributing one!


SubpixelPositioning subpixel_positioning = 1

There is currently no description for this property. Please help us by contributing one!