Skip to main content
Version: API v2 Preview

Available Fonts

The service-hosted font catalog can change independently of SDK interfaces. Use the exact font name shown below, and still verify glyph coverage for the text being introduced.

Loading available fonts...

Use a service font

response = pdf.text().style(
TextStyleRequest.literal("Heading").font("Roboto-Bold").build()
)

For custom TTF registration, embedded-font warnings, and using fonts in text edits, see Working with Fonts.