# How to Change Font Type in RenPy?

This guide shows how to change the font in RenPy games using AutoTrans to ensure translated text displays correctly.

### Step 1: Configure Font Directory <a href="#how-to-add-fonts-in-photoshop-on-a-mac" id="how-to-add-fonts-in-photoshop-on-a-mac"></a>

{% hint style="info" %}
By default, the font directory in `C:\Windows\Fonts`
{% endhint %}

* Go to Settings
* In the left sidebar, click **Modules**
* Click the **AutoTrans** tab
* in the **Font directory** field, enter the font directory&#x20;
* in the **Font extensions** field, enter the font extensions

<div align="left"><figure><img src="https://4121582948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKz66WcKqTPRwdFrHi4mM%2Fuploads%2FM52QAjgFHZVR214ftXSL%2Felectron_qiZdkFnzf9.png?alt=media&#x26;token=52ce44e7-cbb0-4d36-8e87-dc916dac188a" alt=""><figcaption></figcaption></figure></div>

### **Step 2:** Select Font in AutoTrans

Once the font directory is configured and fonts are placed in that folder, they will appear in the AutoTrans font dropdown list.

<div align="left"><figure><img src="https://4121582948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKz66WcKqTPRwdFrHi4mM%2Fuploads%2FF1rmOp47zmzPJmj5ULtI%2Fautotrans-change-font.png?alt=media&#x26;token=245d86ad-c357-4ff8-9e46-289f070b9d19" alt=""><figcaption></figcaption></figure></div>

***

## Font Replacement Method

AutoTrans offers several methods to replace fonts in RenPy games.

{% hint style="info" %}
Font Replacement Method is used when changing the font doesn't work!
{% endhint %}

<figure><img src="https://4121582948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKz66WcKqTPRwdFrHi4mM%2Fuploads%2FA2sQjfyfSStRzZwPO4Lv%2Fautotrans-font-replacement.png?alt=media&#x26;token=32718d5d-bfde-4dba-93e2-1c17347ab4b5" alt=""><figcaption><p>AutoTrans - Font Replacement</p></figcaption></figure>

### Available Methods:

#### **1. Default (Recommended)**

Replaces fonts in the standard RenPy font locations.

**Steps:**

* Select **Default**
* Click **Refresh** to scan for fonts
* Click **Select all fonts** to apply

#### 2. GUI files

Replaces fonts specifically in GUI-related files.

**Steps:**

* Select **GUI files**
* Click **Refresh**
* Click **Select all fonts** to apply

#### 3. All archive files

Replaces fonts in all RenPy archive files (.rpa files) without modifying the original files.

**Steps:**

* Select **All archive files**
* Click **Refresh**
* Click **Select all fonts** to apply

#### 4. All archive files + Overwrite&#x20;

{% hint style="danger" %}
&#x20;**WARNING: This method permanently modifies game files!**\
Always backup the game folder before using this option. This cannot be undone without restoring from backup.
{% endhint %}

Replaces fonts in all archive files and overwrites the original files.

**Steps:**

* **BACKUP THE GAME FIRST!**
* Select **All archive files**
* Click **Refresh**
* Enable **+Overwrite**
* Click **Select all fonts** to apply


---

# 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.vntranslator.com/user-guide/autotrans/faq/how-to-change-font-type-in-renpy.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.
