> For the complete documentation index, see [llms.txt](https://av0.gitbook.io/av/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://av0.gitbook.io/av/bots/fontbuddy.md).

# FontBuddy

### **Overview**

Your free text converter and font styling assistant on Discord! Easily transform, style, and customize your text to make it stand out in any conversation or server.

***

## **Key Features**

* **Dynamic Font Styles**: Transform your text into various fonts, from bold scripts to creative circled letters.
* **Case Conversion**: Convert your text to uppercase or lowercase while applying a custom font if desired.
* **Customizable**: Choose from a wide range of font styles to make your messages unique.
* **Slash Command Interface**: Intuitive commands for quick and easy styling.
* **User-Friendly**: Straightforward setup and seamless integration with Discord.

***

## **Commands**

FontBuddy provides several slash commands to help you transform and customize your text. Here’s a detailed explanation of each:

***

### **/style\_txt**

**Purpose**: Transform a text with the selected font style.

**Usage**:\
Run the `/style_txt` command and provide the `font` and `text` options. Choose a font style from the list and input your desired text.

**Example**:\
To style "Hello World" in the Fraktur font:\
`/style_txt font:Fraktur text:Hello World`

***

### **/uppercase**

**Purpose**: Convert a text to uppercase with an optional font style.

**Usage**:\
Use `/uppercase` and input the `text`. Optionally, you can specify the font.

**Example**:\
To convert "hello world" to uppercase in Serif Bold font:\
`/uppercase text:hello world font:Serif Bold`

***

### **/lowercase**

**Purpose**: Convert a text to lowercase with an optional font style.

**Usage**:\
Use `/lowercase` and input the `text`. Optionally, you can specify the font.

**Example**:\
To convert "HELLO WORLD" to lowercase in Mono font:\
`/lowercase text:HELLO WORLD font:Mono`

***

### **/all\_fonts**

**Purpose**: View a list of all available font styles.

**Usage**:\
Run `/all_fonts` to display an embedded list of all font styles with examples.

**Example**:\
Explore fonts to find the perfect match for your text.

***

### **/help**

**Purpose**: Display the full list of commands and their functionalities.

**Usage**:\
Run `/help` to view the bot’s command list and get tips on how to use each feature.

***

## **Additional Notes**

* **Supported Fonts**: From elegant scripts to quirky circled letters, FontBuddy supports over 20 unique font styles.
* **Multi-Purpose**: Perfect for creative Discord messages, roleplay servers, and aesthetic customization.
* **Ephemeral Messages**: All responses are private by default, ensuring your style experiments remain visible only to you.

***

## **Getting Started**

1. Invite FontBuddy to your server using the invite link: [Invite FontBuddy](https://discord.com/oauth2/authorize?client_id=1311342539290447912)&#x20;
2. Use `/help` to explore available commands.
3. Customize your text with `/style_txt`, `/uppercase`, or `/lowercase`.

***

## **Conclusion**

FontBuddy is your free go-to bot for transforming plain text into visually appealing and unique messages. Experiment with fonts, explore creative options, and give your text a unique style!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://av0.gitbook.io/av/bots/fontbuddy.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.
