---
title: "Changing the font size"
canonical_url: "https://www.nutrient.io/guides/android/customizing-pdf-pages/changing-the-font-size-or-color-of-page-text/"
md_url: "https://www.nutrient.io/guides/android/customizing-pdf-pages/changing-the-font-size-or-color-of-page-text.md"
last_updated: "2026-05-15T19:10:04.920Z"
description: "Solutions for common issues and errors in Nutrient Android SDK with debugging tips and workarounds."
---

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

- [Outdated Render Cache](/guides/android/rendering-issues/outdated-render-cache.md)
- [Efficient PDF rendering solutions for Android](/guides/android/troubleshooting/complexities-of-rendering-pdfs.md)
- [How to ensure your PDF fonts are embedded correctly](/guides/android/rendering-issues/inconsistent-fonts.md)
- [Inconsistent Labels](/guides/android/rendering-issues/inconsistent-labels.md)
- [Understanding XFA vs AcroForms in PDFs](/guides/android/rendering-issues/pspdfkit-doesnt-show-the-pdf-form.md)

