tt_find_table Function

public pure function tt_find_table(data, fontstart, tag) result(table_offset)

Find a table by its 4-byte tag in the table directory. Returns the table byte offset, or 0 if not found.

Arguments

Type IntentOptional Attributes Name
integer(kind=int8), intent(in) :: data(:)
integer, intent(in) :: fontstart
character(len=4), intent(in) :: tag

Return Value integer