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

BurninSubtitleFallbackFont

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

Specify the font that you want the service to use for your burn in captions when your input captions specify a font that MediaConvert doesn't support. When you set Fallback font (FallbackFont) to best match (BEST_MATCH), or leave blank, MediaConvert uses a supported font that most closely matches the font that your input captions specify. When there are multiple unsupported fonts in your input captions, MediaConvert matches each font with the supported font that matches best. When you explicitly choose a replacement font, MediaConvert uses that font to replace all unsupported fonts from your input.

type BurninSubtitleFallbackFont =
| "BEST_MATCH"
| "MONOSPACED_SANSSERIF"
| "MONOSPACED_SERIF"
| "PROPORTIONAL_SANSSERIF"
| "PROPORTIONAL_SERIF"

§Type

§
"BEST_MATCH" | "MONOSPACED_SANSSERIF" | "MONOSPACED_SERIF" | "PROPORTIONAL_SANSSERIF" | "PROPORTIONAL_SERIF" | cmnP.UnexpectedEnumValue
[src]