Enum GlyphBrushWrapMode
Defines how to draw the GorgonGlyphTextureBrush, or GorgonGlyphPathGradientBrush if the paint area is larger than the texture region.
Namespace: Gorgon.Graphics.Fonts
Assembly: Gorgon.Graphics.Fonts.dll
Syntax
public enum GlyphBrushWrapMode
Fields
Name | Description |
---|---|
Clamp | Clamps the texture to the size requested. |
Tile | Tiles the texture if the painted area is larger than the texture size. |
TileFlipX | Reverses the texture horizontally and tiles the texture. |
TileFlipXandY | Reverses the texture horizontally and vertically and tiles the texture. |
TileFlipY | Reverses the texture vertically and tiles the texture. |