> For the complete documentation index, see [llms.txt](https://docs.pixquare.art/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pixquare.art/tools/additional-tools/text.md).

# Text

<figure><img src="/files/kHt5XKnnsVMVqYfIHxvd" alt=""><figcaption></figcaption></figure>

Use the text tool to add rasterized text to our artwork.

<figure><img src="/files/iG44HL4Lud9fjKH5b2R1" alt="" width="375"><figcaption></figcaption></figure>

#### 1. Text

Enter the text we want to add to our artwork here.

#### 2. Font

Select the font for the text here.

#### 3. Font import

Pixquare can import our fonts to use directly, no need to use another app to install fonts to our device. Tap this button and browse to the font file to import.

#### 4. Size

Select the font size here.&#x20;

{% hint style="info" %}
We can drag the text < Size > to increase/decrease the value.
{% endhint %}

#### 5. Text color

Use this to pick the color for our text. When this color box is active (its color picker is shown) it will also take the color from the main color picker and palette.

#### 6. Preview

Turn this on to see how the text will look once added. The text will scale up and down in sync with the canvas zoom level.

### Demo video

{% embed url="<https://youtu.be/fuTKQSxKxAU>" %}
Artwork by [chili](https://x.com/ryviolie)
{% endembed %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.pixquare.art/tools/additional-tools/text.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
