font_file

0 rows


Description

Contains a font file to be used for reconstructed text or overlays

Columns

Column Type Size Nulls Auto Default Children Parents Comments
font_file_id INT UNSIGNED 10 null
font_file_owner.font_file_id fk_font_file_owner_to_font_fileR
scribal_font.font_file_id Implied ConstraintR
font_name VARCHAR 255 NULL

A human readable name

is_public BIT 3 0

Flag to mark whether the file may be used also by others

font_binary_data LONGBLOB 2147483647 NULL

The font data to be sent as file to the front end

font_format enum('woff', 'woff2', 'ttf', 'otf', 'svg') 5 'woff'

The font-format of the font_binary_data

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc font_file_id
font_name_idx Must be unique Asc font_name

Relationships