> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.ninjatrader.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.ninjatrader.com/_mcp/server.

# Changing fonts for draw objects

## Changing fonts for draw objects

Drawing text on a chart can be useful for outputting information, but when all information is displayed with the same font and size it could be difficult to quickly see the key information. Since **NinjaScript** is based on **C#**, it is possible to use **Font** objects to create more styles for your text.

### Key concepts in this example

* Drawing text on a chart
* Changing the font size on a chart

### Important related documentation

* [Text](/developer/desktop-sdk/references/common/drawing/draw-text/text)
* [SimpleFont](/developer/desktop-sdk/references/common/simplefont)

### Import instructions

1. Download the file contained in this Help Guide topic to your PC desktop.
2. From the Control Center window, select the menu Tools > Import > NinjaScript.
3. Select the downloaded file.

[SampleChangeFont\_NT8.zip](https://ninjatrader.com/support/helpGuides/nt8/samples/SampleChangeFont_NT8.zip)