Skip to main content
Administrator Guide
Last Updated: 2025-04-04
Concept: Report Designer Fonts

Concept: Report Designer Fonts

In Report Designer, the
Font
drop-down list displays only fonts that are available on the Workday server and Workday provides these fonts to the report design at runtime. Workday supports Serif and Sans Serif font styles.

ID Automation Fonts

This product contains barcode components licensed from IDAutomation.com, Inc. These products may only be used as part of and in connection with Workday Studio Report Designer. See https://www.idautomation.com/licensing/software-license/ for licensing information.
For Standard Use
For Barcodes
For Check Printing
IDAutomationOCR-A
IDAutomationC128L
IDAutomationMICR
IDAutomationOCR-A6LPI
IDAutomationC128M
IDAutomationOCR-AIII
IDAutomationC128S
IDAutomationOCR-AIV
IDAutomationC128XL
IDAutomationOCR-B
IDAutomationC39L
IDAutomationOCR-BIII
IDAutomationC39M
IDAutomationOCR-BIV
IDAutomationC39S
IDAutomationC39XL
IDAutomationHC39L
IDAutomationHC39M
IDAutomationHC39S
IDAutomationHC39XL
IDAutomationUPCEANL
IDAutomationUPCEANM
IDAutomationUPCEANS

Google Open-Source Fonts

GnuMICR Open-Source Font

Workday Studio supports the Gnu Open-Source Font. See https://www.gnu.org/licenses/gpl-3.0.en.html for licensing information and download the font file here: GnuMICR.zip

Unicode and Internationalization of Text in Report Designs

Unicode is a computing industry standard for the consistent encoding, representation, and handling of text in most of the world's writing systems. Each Unicode character can be represented by a different character encoding, also known as a
code point
, the most commonly used being UTF-8 and UTF-16.
A computer font is an electronic data file containing a set of glyphs, characters, or symbols where each of the glyphs, characters, or symbols is a visual representation of a character encoding. There are now many fonts based on Unicode, for example, TrueType and OpenType. These font formats map Unicode code points to glyphs, characters, or symbols.
Unicode-based fonts typically focus on supporting only basic ASCII, or particular sets of characters or symbols. These are the reasons for this approach to font design:
  • Applications and documents rarely need to render characters from more than one or two writing systems.
  • Fonts tend to demand resources in computing environments.
  • Designing a consistent set of rendering instructions for tens of thousands of glyphs, characters, or symbols constitutes a massive task.