# Font Scale

## Introduction

The `Font Scale` property allows you to zoom a font in or out, effectively making the text larger or smaller. Unlike using the font size property, font scale does not create new Font files (when using standard fonts). Font scale is also necessary for resizing custom fonts.

![](/files/wyEDzDoCe0QDOqEOvGpF)

## Details

By default Text objects `Font Scale` value of 1.

![](/files/lVwDE3RhIYfETC1SFzaK)

`Font Scale` can be increased, but doing so can make fonts pixelated. For example, setting the `Font Scale` value to 5 makes each pixel on the font 5x as large, resulting in a pixelated text object.

![](/files/-Mb9SlWFrigNS4rrkEPt)

Similarly, `Font Scale` can be set to a value smaller than 1, resulting in a shrunk font.

![](/files/jqXNMPqyMmZP1e2cHKVT)

`Font Scale` is also multiplied by the global Font Scale value, which can be assigned at runtime or [previewed in the editor](/gum/gum-tool/editor-tab.md#font-scale).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.flatredball.com/gum/gum-tool/gum-elements/text/font-scale.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
