FontVariation

Inherits: Font < Resource < RefCounted < Object

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

Properties

Font

base_font

float

baseline_offset

0.0

Dictionary

opentype_features

{}

int

spacing_bottom

0

int

spacing_glyph

0

int

spacing_space

0

int

spacing_top

0

float

variation_embolden

0.0

int

variation_face_index

0

Dictionary

variation_opentype

{}

Transform2D

variation_transform

Transform2D(1, 0, 0, 1, 0, 0)

Methods

void

set_spacing ( SpacingType spacing, int value )


Property Descriptions

Font base_font

  • void set_base_font ( Font value )

  • Font get_base_font ( )

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


float baseline_offset = 0.0

  • void set_baseline_offset ( float value )

  • float get_baseline_offset ( )

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


Dictionary opentype_features = {}

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


int spacing_bottom = 0

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


int spacing_glyph = 0

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


int spacing_space = 0

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


int spacing_top = 0

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


float variation_embolden = 0.0

  • void set_variation_embolden ( float value )

  • float get_variation_embolden ( )

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


int variation_face_index = 0

  • void set_variation_face_index ( int value )

  • int get_variation_face_index ( )

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


Dictionary variation_opentype = {}

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


Transform2D variation_transform = Transform2D(1, 0, 0, 1, 0, 0)

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


Method Descriptions

void set_spacing ( SpacingType spacing, int value )

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