Comprehensive Study Guide: Basics of Digital Text Formats
Introduction
Digital text formatting relies on embedded font structures to display typography correctly across
different devices. When a document format like a Portable Document Format (PDF) is generated, fonts
can either be embedded directly into the file structure or referenced externally.
Font Embedding Mechanisms
1. Fully Embedded: The complete font file, including all glyphs and characters, is packaged inside the
document. This ensures that the document appears identical on any device, regardless of whether the
operating system has the font installed.
2. Subset Embedding: Only the specific characters used in the document are embedded. This reduces
the total file size while maintaining layout fidelity.
3. Non-Embedded: The document references the font by name. If the viewing device lacks the font, the
reader software substitutes a generic font, often altering the visual layout.
Conclusion
Proper digital publishing requires careful consideration of font embedding rules to avoid formatting
errors and maintain readability across diverse platforms.