# Sandbox.Input.Keyboard.GetGlyph

```csharp
static Texture GetGlyph(string key, InputGlyphSize size = 0, bool outline = False)
```

Get a glyph texture from a specific key name.

### Parameters

- `key` (`string`)
- `size` (`InputGlyphSize`), default `0`
- `outline` (`bool`), default `False`

### Returns

`Texture`

Declared in [Sandbox.Input.Keyboard](/api/Sandbox.Input.Keyboard).
Assembly: `Sandbox.Engine`.
