主页C++ Builder 资料C++ Builder 参考手册Graphics 绘图TFontPitch
C++ Builder 串口控件
C++ Builder 编程技巧
C++ Builder 操作指南
C++ Builder 参考手册
基础知识
cfloat 浮点数
cmath 数学函数
cstdlib 标准库函数
System 字符串
System 日期和时间
System.Math.hpp 数学函数
其他数据类型
VCL 基础类
VCL 应用程序
Pictures 图片
Graphics 绘图
 • TColor
 • TFont
 • TFontCharset
 • TFontName
 • TFontPitch
 • TFontQuality
 • TFontStyle
 • TFontStyles
Additional 控件
System 控件
A ~ Z 字母顺序排列的目录
网友留言/技术支持
TFontPitch - 字体的宽度类型

TFontPitch: 字体的宽度类型,请参考 TFontPitch 属性。

头文件:

#include <System.UITypes.hpp> (XE2 之后),#include <UITypes.hpp> (XE 之前)

 

命名空间:

System::Uitypes

 

TFontPitch 成员

TFontPitch 是枚举类型,定义如下:

enum class TFontPitch : unsigned char { fpDefault, fpVariable, fpFixed };

宽度类型 说明
fpDefault 默认的,根据字体名称指定的字体的属性
fpVariable 非等宽字体,字体的每个字符的宽度不等,大多数字体是非等宽字体,对于英文字母来说 i 最窄 W 最宽
fpFixed 等宽字体,字体的每个字符的宽度相等,例如 Consolas 和 Courier New 字体,所有的英文字母都一样宽
◤上一页:TFontName下一页:TFontQuality

C++ 爱好者 -- Victor Chen 的个人网站 www.cppfans.com 辽ICP备11016859号