fWinFont.dfm 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. object FormWinFont: TFormWinFont
  2. Left = 129
  3. Top = 112
  4. Caption = 'Windows Font'
  5. ClientHeight = 383
  6. ClientWidth = 696
  7. Color = clBtnFace
  8. Font.Charset = DEFAULT_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -11
  11. Font.Name = 'MS Sans Serif'
  12. Font.Style = []
  13. Menu = MainMenu1
  14. OldCreateOrder = False
  15. OnCreate = FormCreate
  16. PixelsPerInch = 96
  17. TextHeight = 13
  18. object GLSceneViewer1: TGLSceneViewer
  19. Left = 0
  20. Top = 0
  21. Width = 696
  22. Height = 383
  23. Camera = GLCamera1
  24. Buffer.BackgroundColor = clBackground
  25. FieldOfView = 150.733886718750000000
  26. PenAsTouch = False
  27. Align = alClient
  28. OnClick = GLSceneViewer1Click
  29. TabOrder = 0
  30. end
  31. object GLScene1: TGLScene
  32. ObjectsSorting = osNone
  33. Left = 40
  34. Top = 64
  35. object GLLightSource1: TGLLightSource
  36. ConstAttenuation = 1.000000000000000000
  37. Position.Coordinates = {0000204100002041000020410000803F}
  38. SpotCutOff = 180.000000000000000000
  39. end
  40. object Teapot1: TGLTeapot
  41. Material.FrontProperties.Diffuse.Color = {ADAC2C3FAAA9293FF0EF6F3F0000803F}
  42. Direction.Coordinates = {EE83843E00000000EA46773F00000000}
  43. Scale.Coordinates = {0000A0400000A0400000A04000000000}
  44. end
  45. object HUDText1: TGLHUDText
  46. Position.Coordinates = {0000A0410000C841000000000000803F}
  47. BitmapFont = WindowsBitmapFont1
  48. Text = 'Hello World'
  49. Rotation = 0.000000000000000000
  50. end
  51. object HUDText2: TGLHUDText
  52. Position.Coordinates = {000016430000AF43000000000000803F}
  53. BitmapFont = WindowsBitmapFont1
  54. Text = 'Spin'
  55. Rotation = 0.000000000000000000
  56. Alignment = taCenter
  57. Layout = tlCenter
  58. end
  59. object HUDText3: TGLHUDText
  60. Position.Coordinates = {008009440000AF43000000000000803F}
  61. BitmapFont = WindowsBitmapFont1
  62. Text = 'Scale'
  63. Rotation = 0.000000000000000000
  64. Alignment = taCenter
  65. Layout = tlCenter
  66. end
  67. object GLCamera1: TGLCamera
  68. DepthOfView = 100.000000000000000000
  69. FocalLength = 50.000000000000000000
  70. TargetObject = Teapot1
  71. Position.Coordinates = {0000A04000004040000080400000803F}
  72. Left = 240
  73. Top = 152
  74. end
  75. end
  76. object GLCadencer1: TGLCadencer
  77. Scene = GLScene1
  78. OnProgress = GLCadencer1Progress
  79. Left = 40
  80. Top = 120
  81. end
  82. object Timer1: TTimer
  83. OnTimer = Timer1Timer
  84. Left = 120
  85. Top = 184
  86. end
  87. object WindowsBitmapFont1: TGLWindowsBitmapFont
  88. Font.Charset = DEFAULT_CHARSET
  89. Font.Color = clWhite
  90. Font.Height = -20
  91. Font.Name = '@Arial Unicode MS'
  92. Font.Style = [fsBold]
  93. Left = 40
  94. Top = 192
  95. end
  96. object MainMenu1: TMainMenu
  97. Left = 112
  98. Top = 64
  99. object MIPickFont: TMenuItem
  100. Caption = 'Pick Font'
  101. OnClick = MIPickFontClick
  102. end
  103. object MIViewTexture: TMenuItem
  104. Caption = 'View Texture'
  105. OnClick = MIViewTextureClick
  106. end
  107. object MIFPS: TMenuItem
  108. Caption = 'FPS'
  109. end
  110. end
  111. object FontDialog1: TFontDialog
  112. Font.Charset = DEFAULT_CHARSET
  113. Font.Color = clWindowText
  114. Font.Height = -11
  115. Font.Name = 'MS Sans Serif'
  116. Font.Style = []
  117. Left = 112
  118. Top = 120
  119. end
  120. end