Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

FontScript

import type { FontScript } from "https://aws-api.deno.dev/v0.4/services/mediaconvert.ts?docs=full";

Provide the font script, using an ISO 15924 script code, if the LanguageCode is not sufficient for determining the script type. Where LanguageCode or CustomLanguageCode is sufficient, use "AUTOMATIC" or leave unset.

type FontScript =
| "AUTOMATIC"
| "HANS"
| "HANT"

§Type

§
"AUTOMATIC" | "HANS" | "HANT" | cmnP.UnexpectedEnumValue
[src]