Welcome![Sign In][Sign Up]
Location:
Search - font

Search list

[Other resource基本画线实现算法

Description: 新建一个C++Builder项目 设置Form1的font为“宋体,小五” 在Form1中添加一个TRadioGroup组件rgDrawWhat供选择画什么图形;添加一个Tbutton组件colorBtn和一个TcolorDialog组件ColorDialog1;添加一个TImage组件Image1。 3、 将当前项目保存在自己实验文件夹的exp1子文件夹中(以防错误操作而前功尽弃)。 编写colorBtn的OnClick事件,激活ColorDialog1,并获取所选择的颜色: if (ColorDialog1->Execute()) Image1->Canvas->Pen->Color = ColorDialog1->Color 5、 编写Image1的OnImage1MouseUp事件,要求实现: 1) 若是第奇数次鼠标按钮弹起,则根据rgDrawWhat的选择,记录直线第一个端点或圆心坐标; 2) 若是第偶数次鼠标按钮弹起,则根据rgDrawWhat的选择,记录直线第二个端点并利用TCanvas的MoveTo()和LineTo()方法画出直线段,或计算出圆的外接矩形后调用TCanvas的Ellipse()方法画圆。-C Builder a new project set the font to Form1 "wherein V" in Form1 add a TRadioGroup components rgDrawWhat options for what painting graphics; Add a Tbutton colorBtn components and a TcolorDialog ColorDialog1 components; Add a TImage component Image1. 3, the current project will be kept in their laboratories folders exp1 Documents folder (to prevent erroneous operation and wasted). Preparation colorBtn the OnClick, ColorDialog1 activated, and access to the choice of colors : if (ColorDialog1 - gt; Execute ()) Image1 - gt; Canvas - gt; Pen-gt; Color = ColorDialog1 - gt; Color 5, the preparation of OnImage1MouseUp Image1, call for : a) If the first odd number of pop-up mouse button, then choose rgDrawWhat the record straight section or an endpoint Center coordinates; 2) If the firs
Platform: | Size: 584157 | Author: 朱磊 | Hits:

[Other resourceucGUI的16_16点阵字库

Description: 应用于ucGUI的16*16点阵字库文件 只要将该文件加入ucGUI的工程中, 再在GUI.H中如下声明: extern const GUI_FONT GUI_Font6x8 ...... extern const GUI_FONT GUI_Font_HZ16x16 //汉字字体 即可使用. 使用实例: static void DemoHZ(void) { const char str[] = GUI_UC_START\"中国人民万岁\"GUI_UC_END /* Set ShiftJIS font */ GUI_SetFont(&GUI_Font_HZ16x16) GUI_DispString(str) }-used ucGUI 16 * 16 character dot-matrix document as long as the document ucGUI to join the project, which GUI.H again in the following statement : extern const GUI_FONT GUI_Font6x8 ...... extern const GUI_FONT GUI_Font_HZ16x16 / / Chinese fonts can be used. examples of use : static void DemoHZ (void) (const char str [] = GUI_UC_START "Long live the Chinese people" GUI_UC_END / * Set ShiftJIS font * / GUI_SetFont (GUI_ Font_HZ16x16) GUI_DispString (str
Platform: | Size: 166043 | Author: 康康 | Hits:

[Other resourceWINDML中文字库生成程序

Description: WINDML中文字库生成程序,demo版-WINDML Chinese font generating program, demo version
Platform: | Size: 270723 | Author: 康康 | Hits:

[GDI-BitmapCreditsScrollerDemo

Description: 通过内存DC来平滑的显示多行滚动的字幕,可以控制背景的颜色,字体的大小,滚动的速度-through memory DC to smooth the show rolling over the subtitles will be able to control the background color, font size, the speed rolling
Platform: | Size: 22122 | Author: 王志强 | Hits:

[GUI Develop字幕滚动及秒表

Description: 滚动字幕:滚动字幕的窗体为scrollform,在窗体中增加一个计时器Timer1、一个标签控件Label1(字幕)、一个TrackBar1(控制滚动速度)、一个MainMenu1和一个Button。主要功能可以实现字幕滚动;字幕滚动速度调节;字幕字体颜色的更改;字幕内容的更改和还原。核心代码如下: procedure Tscrollform.Timer1Timer(Sender: TObject) begin timer1.Interval:=300-TrackBar1.Position Label3.Caption:=IntToStr(210-timer1.Interval) if label2.Left+label2.Width >0 then label2.Left := label2.Left-10 else label2.Left:=Panel1.Width end 计时器:计时器的窗体为timerform,在窗体中增加一个MaskEdit1控件,一个计时器Timer2,两个按钮Start和Reset。主要功能可以实现计时,暂停、继续、重置计时器。主要思想是使用decodetime函数和计时器实现两个不同时刻相减得到总的毫秒数,再转成时、分、秒,显示在MaskEdit1控件。-rolling subtitles : Rolling subtitles for the Form scrollform, in the form of an additional timer Timer1, a label control Label1 (subtitles), a TrackBar1 (rolling speed control), a MainMenu1 and a Button. The main function can be achieved subtitles rolling; Subtitles rolling speed adjustment; Subtitles font color changes; Subtitles content changes and reduction. The core code is as follows : procedure Tscrollform.Timer1Timer (Sender : TObject) begin timer1.Interval : = 300-TrackBar1.Position Label3.Caption : = IntToStr (210-timer1.Interval) if label2.Left label2.Width gt; 0 then label2. Left : = label2.Left-10 label2.Left else : = Panel1.Width end timer : Form for the timer timerform, in the form of an additional MaskEdit1 control, a timer Timer2, two Start and Reset button. The main funct
Platform: | Size: 209075 | Author: 何泽荣 | Hits:

[Button controlCtrlFont

Description: 在VC中修改字体大小的一段示例程序,此程序写在OnInitDlg中,请耐心查看.主要是调用Cfont类中的函数.-changes in VC font size of a sample program, this procedure was in OnInitDlg, requested patience View. Call Cfont is mainly a function of class.
Platform: | Size: 11905 | Author: 王小名 | Hits:

[GDI-Bitmaplcd_wangym

Description: 汉字字库的点阵提取程序,液晶开发者必备工具.-Chinese character font matrix extraction procedures, the development of LCD essential tool.
Platform: | Size: 263836 | Author: 小城有我 | Hits:

[File OperateGetUnicode

Description: 看看是否对你有用,字库生成,字模点阵提取,UNICODE查询和转换,二进制文件转文本文件,文本文件转化为二进制文件(一个数组还原为一个BIN文件)-see whether useful to you, font generation, Dot Matrix Printer extraction, UNICODE inquiries and conversion, binary files to text files, text documents into binary files (a reduction of an array BIN file), etc.
Platform: | Size: 243552 | Author: 山于 | Hits:

[Dialog_Windowone

Description: 一个可以设置密码的多文档程序,画图和右键响应都有。设置了可以修改的字体,相应参数可以修改。-can set a password more documentation procedures, and the right response to the class has. Set the font can be changed, the corresponding parameters can be amended.
Platform: | Size: 184818 | Author: 蓝兰 | Hits:

[JSP/JavaApp

Description: 一个简单的APPLET程序。可以对字体进行放大或者缩小-a simple applet application.You can zoom out or zoom in the font.
Platform: | Size: 843 | Author: 刘雪 | Hits:

[GUI DevelopCtrlFont1

Description: vc对控件字体的控制. 对vc基本控件都可以实现字体的控制-vc to control font control. Right vc basic controls can be achieved font control
Platform: | Size: 26046 | Author: 开心 | Hits:

[GUI DevelopExample006

Description: 显示\"字体窗口\",根据需要显示各种窗口 不要删除release.否则不能运行-shows that the "font window", according to the need to demonstrate various window release should not be deleted. They can run
Platform: | Size: 47382 | Author: 郑强 | Hits:

[Windows DevelopD9输入法

Description: 一种手记输入法,类似T9,具有多选功能,操作灵活,提供优良的字库索引文件。-An entering method like T9 used in mobilephone. with the function of selection in multi-word. It is flexible to operate, and it provide perfect index of font lib.
Platform: | Size: 125346 | Author: 阿撒卡 | Hits:

[GUI Developabcde34

Description: DBGrid是顯示資料的主要手段之一。但是DBGrid缺省的外觀未免顯得單調和缺乏創意。通過code,我們可以改變 DBGrid 的表頭、網格、格線的前景色和背景色,以及相關的字體的大小和風格(就像網頁中的表格一樣漂亮美觀)-DBGrid show information is one of the main instruments. But DBGrid default appearance appears to be dull and lack of creativity. Through code, we can change DBGrid the table, grid, the grid foreground color and background color, and the relevant font size and style (like website as a form beautiful appearance)
Platform: | Size: 371649 | Author: zrs | Hits:

[GUI Developclean—rich

Description: richedit的使用,简单的改变字体 颜色 及实现链接!-richedit use, simple to change the font color and achieve link!
Platform: | Size: 17171 | Author: 艾碧珍 | Hits:

[Other resource字库14×16Ver1.0

Description: 14*14点阵,调整为14×16 的。 不同于16*16,12*12的,比12*12的大气, 又不象16*16的满格,字与字之间没有什么间隙。 纵向取模,字节倒序。 先取上面的14字节, 在取下面的14字节。 是14×14的字库加入了拼音的索引。并且索引的汉字部分做了简单的划分,避免一个拼音对应的汉字分在2个区中 原拼音索引格式是 0-0xd4f 拼音索引 8个字节一个记录,前面6个字节是拼音,后面2个字节是汉字所在的地址。(高字节在后,低字节在前) 映射在本字库的7B00-884F区 0x1000—0x2167 汉字区 映射在8880-99e7 0x2168—0x468f 汉字区 映射在3da50-3ffff 在【显示程序】里面有关于上面14×16字库中的读取程序,-14 * 14 dot matrix, adjusting for the 14 16. Unlike 16.12 * 16 * 12, 12 * 12 in the atmosphere, not like 16 * 16 full grid of characters and characters no gap. Vertical take-mo, reverse-byte. Take the first 14 bytes above, the admission of the following 14 bytes. 14 14 is the character of the alphabet to join the index. Index of Chinese characters and do some simple division and avoid a corresponding Chinese phonetic pm in two areas Zhongyuan phonetic index format is 0-0xd4f phonetic indexing an 8-byte records, previous six byte is phonetic, behind two Chinese characters which is the byte address. (High byte in the post, little endian) mapping in the font 7B00 - 884F District 0x1000-zone mapping 0x2167 Chinese characters in 8880 - 99e7 0x2168 - 0x468f district map in Chinese characters 3
Platform: | Size: 155319 | Author: 徐勇 | Hits:

[GUI Develop实例11 调色程序

Description: 通过调色程序可以很方便的找到合适的颜色 用CDC类的SetTextColor()函数和FillRect()函数改变文本框的字体颜色和背景颜色-through palette procedures can easily find the appropriate color with the CDC category SetTextColor () function and FillRect () function to change the text box font color and background color
Platform: | Size: 38047 | Author: 张小 | Hits:

[GUI DevelopListFile

Description: 本程序采用listctrl控件,能随意改变每一栏的字体大小,能随便改变每一栏的字体颜色以及每一栏的背景颜色,颜色可自由设定(R,G,B),同时整个栏全屏显示,对学习修改控件属性有很大的用处。-the procedures used listctrl controls, can randomly change each column font size, can easily change the font of each column and each column color of the background color scheme, the freedom to set (R, G, B), while the entire column in full-screen, right to amend the Control study attributes great useless.
Platform: | Size: 48362 | Author: 陈辉 | Hits:

[EditBoxTextEdit

Description: 一个用vb编写的简单的写字板,可以改变字体大小,和颜色,实现拷贝,粘贴功能-vb prepared with a simple tablet, can change the font size, and color, achieving copy, paste
Platform: | Size: 12876 | Author: 刘海雷 | Hits:

[OtherLcd造字软件

Description: 可以为无字库的LCD生成汉字或者字符的编码值,非常好用。-can no font LCD generation of Chinese characters or character encoding value, a very handy.
Platform: | Size: 190121 | Author: 赵凤鹏 | Hits:
« 1 2 ... 40 41 42 43 44 4546 47 48 49 50 »

CodeBus www.codebus.net