| 12345678910111213141516171819202122232425262728 |
- object FormFontTexture: TFormFontTexture
- Left = 324
- Top = 160
- AutoSize = True
- BorderStyle = bsSizeToolWin
- Caption = 'Font Texture'
- ClientHeight = 330
- ClientWidth = 485
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 120
- TextHeight = 16
- object Image1: TImage
- Left = 0
- Top = 0
- Width = 485
- Height = 330
- Margins.Left = 4
- Margins.Top = 4
- Margins.Right = 4
- Margins.Bottom = 4
- AutoSize = True
- end
- end
|