---
title: "Changing font size"
canonical_url: "https://www.nutrient.io/guides/ios/customizing-pdf-pages/changing-the-font-size-or-color-of-page-text/"
md_url: "https://www.nutrient.io/guides/ios/customizing-pdf-pages/changing-the-font-size-or-color-of-page-text.md"
last_updated: "2026-05-15T19:10:05.040Z"
description: "Discover why adjusting font size or color in PDF files is impossible due to their fixed layout and glyph arrangement. Learn more about PDF limitations."
---

Unfortunately, the nature of PDF files makes it so that changing the font size or color of page text is impossible.

PDF files represent a document with a fixed layout, and unlike in HTML, EPUB, or Word documents, there is no notion of text flow. Instead, glyphs are laid out one by one. Increasing the size of individual glyphs would just make them overlap, and if their position were to be adjusted as well, the result would resemble page zooming and not changing the font size.

---

## Related pages

- [A Graywhiteblack Page Is Rendered](/guides/ios/rendering-issues/a-graywhiteblack-page-is-rendered.md)
- [In Adobe Acrobat Hyperlinks Are Clickable But In Pspdfkit Some Or All Of Them Are Not Marked As Touchable](/guides/ios/rendering-issues/in-adobe-acrobat-hyperlinks-are-clickable-but-in-pspdfkit-some-or-all-of-them-are-not-marked-as-touchable.md)
- [Understanding PDF rendering complexities](/guides/ios/troubleshooting/complexities-of-rendering-pdfs.md)
- [Fixing inconsistent font issues in PDFs](/guides/ios/rendering-issues/inconsistent-fonts.md)
- [Understanding XFA forms and their impact](/guides/ios/rendering-issues/pspdfkit-doesnt-show-the-pdf-form.md)
- [Inconsistent Labels](/guides/ios/rendering-issues/inconsistent-labels.md)

