# zero

> A GlyphRect with all values set to zero. Shorthand for writing GlyphRect(0, 0, 0, 0).

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.TextCore](/engine/6000.7/script-reference/unityengine/textcore.md)
* **Assembly:** UnityEngine.TextCoreFontEngineModule

```csharp
public static GlyphRect zero { get; }
```
