tt_tag_match Function

public pure function tt_tag_match(data, offset, tag) result(match)

Compare 4 bytes at offset to a character tag (e.g. "cmap", "head").

Arguments

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

Return Value logical