fWinFontD.dfm 3.1 KB

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