scribal_font_kerning

0 rows


Description

Contains kerning of glyph of a scribal font. Only used to calculated the position of signs not yet positioned by the user

Columns

Column Type Size Nulls Auto Default Children Parents Comments
scribal_font_kerning_id INT UNSIGNED 10 null
scribal_font_kerning_owner.scribal_font_kerning_id fk_sfk_owner_to_sfkR

Unique identifier

scribal_font_id INT UNSIGNED 10 null
scribal_font.scribal_font_id fk_sfk_to_scribal_fontR

Reference to scribal font

first_unicode_char VARBINARY 4 null

Charcode of the first glyph

second_unicode_char VARBINARY 4 null

Charcode of the second glyph

kerning_x SMALLINT 5 0

Horizontal kerning

kerning_y SMALLINT 5 0

Vertical kerning

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc scribal_font_kerning_id
char_idx Must be unique Asc/Asc/Asc scribal_font_id + first_unicode_char + second_unicode_char

Relationships