> For the complete documentation index, see [llms.txt](https://docs.sevenpens.com/drawtab/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sevenpens.com/drawtab/core/surface-texture.md).

# Surface texture

## Overview

All drawing tablets have a slight texture on their surface. The amount of texture varies widely, and people have strong opinions about it.

## Pen tablets

Pen tablets, the tablets without a screen, have varying amounts of surface texture.

Some tablets, such as the Wacom Intuos Pro (PTH-460, PTH-660, PTH-860), are known to have much more texture than older Wacom professional pen tablet models.

A lot of texture can wear down your nibs quickly, especially if you make lots of repeated strokes.

Also, depending on how much you use the tablet, you may wear down the texture over time. You will mostly notice this as regions that look smooth or shiny. Despite the appearance, it does not interfere with using the tablet. The pen still feels like it has enough texture, so it does not become slippery like an iPad.

I have used pen tablets for 30 years. Here are my observations:

* Tablets can vary a lot in how much texture they have.
* Older tablets are sometimes a little too smooth compared to modern ones.
* It is certainly possible to run into a tablet with more texture than you want. Intuos Pro 2017 models were known for this.
* The consequences of high texture in a pen tablet are
  * Noise — you might hear the nib making sounds on the surface. This can be irritating.
  * Heavily textured surfaces can wear down the nib faster, especially if you do a lot of back-and-forth motion. For some people, the Intuos Pro 2017 was a true "nib-eater."

## Pen displays

All pen displays have a little bit of texture. If they didn't, the pen would feel slippery on the surface.

The texture usually comes from:

* a matte film, which usually also provides anti-glare treatment
* an etched glass surface, which also provides anti-glare treatment

I have tried a lot of pen displays over the past 20 years.

* Overall, the texture on tablets since 2021 has been pretty good.
* Even the most expensive $3500 pen display from Wacom, the Cintiq Pro 27, has only a little more texture than a decent non-Wacom pen display that costs $200. It is not that there is no difference, but the difference is not that large.
* I do not think we will ever see a highly textured pen display because there is no way to add that much texture without making the screen blurry at the same time.
* So if you have a pen display and you want more texture, you are not likely to find big differences no matter what you buy. But there are other techniques, covered below, that can increase the feeling of texture a bit.

## Apple iPads

The surface of any Apple iPad is very smooth glass. Many people feel that using an Apple Pencil on an iPad screen feels "slippery." The pen can seem to slide unintentionally while they draw because there is so little friction.

## Texture affects what you see on a display

Texture alters how light passes from the display panel to your eyes. This is how an anti-glare treatment helps minimize reflections. However, the texture also introduces something called anti-glare sparkle: <https://docs.thesevenpens.com/drawtab/technotes/anti-glare-sparkle>. The texture will also likely soften the pixels slightly. How much softness you see depends on the specific texture.

## Replaceable surfaces for pen tablets

This is a super rare feature, but some pen tablets, such as the Wacom Intuos Pro (PTH-660, PTH-860), have a surface with replaceable texture sheets.

These texture sheets can be very hard to find, and they are not cheap, but they offer two advantages:

* You can get a texture that better matches your preference. Wacom offers Smooth, Standard, and Rough variants. Standard is what the tablet ships with.
* If you damage your surface, you can easily replace it.

Again, this is an incredibly rare feature for a pen tablet. Only specific Wacom professional tablet models offer it. Wacom calls these "Texture Sheets."

## Making it feel like paper

See [Achieving paper-like texture](/drawtab/guides/customizing/paper-texture.md).

## Increasing texture with protectors

You can buy **protective sheets** that stick on top of your drawing tablet's surface and add texture.

For screen protectors, remember that they still need to show the screen clearly, so this limits how much texture they can have. If they had too much texture, the screen would look blurry.

More here:

* [Surface protectors](https://docs.sevenpens.com/drawtab/catalog/accessories/surface-protectors)
* [Screen protectors](https://docs.sevenpens.com/drawtab/catalog/accessories/screen-protectors)
* [Screen protectors for iPads](https://docs.sevenpens.com/drawtab/catalog/accessories/screen-protectors/screen-protectors-for-ipads)

## Increasing texture with felt nibs

You can also use **felt nibs**, if they are available for your pen. These nibs can add some extra texture.


---

# 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://docs.sevenpens.com/drawtab/core/surface-texture.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.
