GUISetFont 可以设置默认字体,后面的资源都会用该字体,而 GUICtrlSetFont 可以对特定控件的字体进行设置。

;Combo,setfont, GUICtrlSetFont
$font= "Comic Sans MS"
$fontlabel= GUICtrlCreateLabel("Combo Test: ", , , , )
GUICtrlSetFont($fontlabel,,, , $FONT)
GUICtrlSetBkColor(-,$GUI_BKCOLOR_TRANSPARENT)
$comboFont= GUICtrlCreateCombo("", , , , , $CBS_DROPDOWNLIST)
GUICtrlSetFont($comboFont,,, +, $font)
GUICtrlSetData($comboFont,"Sample Combo|Item2|Item3", "Item3")

最新文章

  1. 第一次react-native项目实践要点总结
  2. va_start和va_end使用详解
  3. 使用scvmm 2012的动态优化管理群集资源
  4. shell的一些应用场景
  5. 关于Markdown
  6. MapKit的使用显示当前位置
  7. DELL VENUE 11 PRO系统损坏之后的解决办法
  8. EBS登陆链接网址
  9. android 项目学习随笔七(ViewPagerIndicator与ViewPager)
  10. 【Apache】2.4.6版本的安装和配置
  11. SmartWeatherAPI_Lite_WebAPI C# 获取key加密
  12. C#三大支柱之多态
  13. 算法的时间复杂度(大O表示法)
  14. 关于list、set、map的几点总结
  15. How to scroll the window using JQuery $.scrollTo() function
  16. STL源代码分析——STL算法sort排序算法
  17. 实时 Django 终于来了 —— Django Channels 入门指南
  18. 二叉查找树(Binary Search Tree)
  19. CSS vertical-align属性详解
  20. android ActionBarSherlock使用说明

热门文章

  1. 【模拟】2017 Multi-University Training Contest 1 The Battle of Chibi
  2. HDU 6035 (虚树)(统计颜色)
  3. 2018 百度之星 初赛 第六题 HDU6349
  4. 洛谷—— P1977 出租车拼车
  5. 洛谷——P3225 [HNOI2012]矿场搭建
  6. Topcoder 658 650 point
  7. js的offsetWidth,clientWidth
  8. Eclipse通过Maven构建时出现: Fatal error compiling: tools.jar not found: Fatal error compiling: tools.jar not found: C:\Program Files\Java\jre1.8.0_31\..\lib\tools.jar
  9. Trac常用插件描述! - wang_xf的Study home - 博客频道 - CSDN.NET
  10. 【转载】《Unix网络编程》思维导图