您要查找的是不是:
- Explains how to use antialiasing when drawing text. 说明如何在绘制文本时使用消除锯齿。
- Create a surface, and draw text to it. 创建文本表面。
- Besides drawing graphics on a window, we often want to draw text. 除去在窗口上画图,我们经常需要绘出文本。
- Class, you can access GDI functionality for drawing text on a form or control. 方法,可以访问用于在窗体或控件上绘制文本的GDI功能。
- Draws text in the specified bounds. 在指定边界内绘制文本。
- Shows how to use the DrawString method of the Graphics to draw text on a form. 显示如何使用Graphics的DrawString方法在窗体中绘制文本。
- As shown in the following code example, to draw text for printing purposes. 方法出于打印目的而绘制文本,如下面的代码示例所示。
- Methods that can be used for measuring and drawing text on a Windows Form control. 方法,可用于在Windows窗体控件上测量和绘制文本。
- That represents the upper-left corner of the drawn text. 表示所绘制文本左上角的。
- When you perform custom drawing, you can draw text in a single horizontal line starting at a specified point. 执行自定义绘制时,您可以在从指定点开始的一个水平行上绘制文本。
- Object and using graphics methods to draw text and graphics onto a virtual page. 对象,然后使用图形方法将文本和图形绘制到虚拟页上来实现的。
- The following code example shows how to use the DrawString method of the Graphics to draw text on a form. 下面的代码示例演示如何使用Graphics的DrawString方法在窗体上绘制文本。
- Responsibilities will include drawing text translation and placement into AutoCAD, meeting notes translation and other project coordination documents. 要求包括:有团队领导能力,具备画图及协调能力。
- The following code example draws text with two different quality settings. 下面的代码示例以两种不同的质量设置绘制文本
- You can draw text in this manner by using the DrawString overloaded method of the Graphics class that takes a Point or PointF parameter. 可以使用Graphics类的接受Point或PointF参数的DrawString重载方法,以此种方式绘制文本。
- Do you mind if I draw up the blinds? 我卷起窗帘你不反对吧?
- Override to specify the font that a dialog-box control is to use when it draws text. 覆盖该函数可指定在对话框控件中输入文本时使用的字体。
- Is specified in the format parameter, the return value is the offset from the top to the bottom of the drawn text. 则返回值为所绘制文本的顶部到底部的偏移量。
- For example, the default behavior of the TextRenderer is to add padding to the bounding rectangle of the drawn text to accommodate overhanging glyphs. 例如,TextRenderer的默认行为是向所绘制文本的边框添加空白以符合延伸标志符号。
- Producing WYSIWYG Text Output - People who have ever tried to implement WYSIWYG text output encountered the problem of how to draw text on different devices and in different resolutions in the same way -- especially if you implemented text formatting. 没有实现WYSIWYG文本输出的开发者会遇到如何在不同的设备和分辨率环境下以统一的方式绘制文本,尤其如果你需要实现文本格式。