scribal_font_glyph_metrics

0 rows


Description

Contains the bounding box and position metrics of a scribal font. Only used to calculate ROIs not yet set by the user.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
scribal_font_glyph_metrics_id INT UNSIGNED 10 null
scribal_font_glyph_metrics_owner.scribal_font_glyph_metrics_id fk_sfgm_owner_to_sfgmR

Unique identifier

scribal_font_id INT UNSIGNED 10 null
scribal_font.scribal_font_id fk_sfg_to_scribal_fontR

Reference to scribal font

unicode_char VARBINARY 4 null

Char of font

width SMALLINT UNSIGNED 5 100

Width of glyph

height SMALLINT UNSIGNED 5 200

Height of glyph

y_offset SMALLINT 5 -200

Vertical offset glyph (thought to stand on line)

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc scribal_font_glyph_metrics_id
char_idx Must be unique Asc unicode_char
fk_sfg_to_scribal_font Performance Asc scribal_font_id

Relationships