Location:
Search - tfont
Search list
Description: Sunplus DVD 字体文件查看修改工具,只针对Font_ori.c文件!使用方便,可以编译成支持Unicode的软件!-Sunplus DVD font file View modifying tools, only against Font_ori.c document! easy to use, can be compiled to support the Unicode software!
Platform: |
Size: 181846 |
Author: Aleck |
Hits:
Description: 内容索引:Delphi源码,控件组件,小键盘 模拟QQ小键盘的一款Delphi控件源码,控件关键字:低级键盘钩子、按键状态 正常 鼠标进入 鼠标点击、数字数组、字母数组、所有按键的区域结构、忽略键盘的Shift消息、如果此值为真,则取Shift状态的时候按照下面的字段拳… FAutoFitSize: Boolean; //是否自动调整大小 FAtOnceRePaint: Boolean; //字段改变后是否立即刷新 FUsePicture: Boolean; //使用图片做为按键背景吗 FShiftFont: TFont; //一个按键有可能代表2种字符 //如果FUsePicture为真,则以下字段将被忽略 FKeyRounded: Boolean; //是否使按键圆角化 FRoundSize: Integer; //圆角大小 FBorderWidth: Integer; //边框大小 FBorderColor: TColor; //边框颜色 FBackgroundColor: TColor; //背景颜色 FNormalKeyColor: TColor; //按键平常背景颜色 FMoveKeyColor: TColor; //鼠标移动到按键上的时候的背景颜色 FClickKeyColor: TColor; //鼠标点击的时候按键的背景颜色
Platform: |
Size: 67027 |
Author: 309789548@qq.com |
Hits:
Description: Sunplus DVD 字体文件查看修改工具,只针对Font_ori.c文件!使用方便,可以编译成支持Unicode的软件!-Sunplus DVD font file View modifying tools, only against Font_ori.c document! easy to use, can be compiled to support the Unicode software!
Platform: |
Size: 193536 |
Author: |
Hits:
Description: TFont.rar sunplus system
Platform: |
Size: 103424 |
Author: deniz |
Hits:
Description: 在iPhone上测试iOS字体;主要是通过UIFont类来获得当前iPhone系统的字体。
NSArray *familyNames = [UIFont familyNames]
for( NSString *familyName in familyNames ){
//printf( "Family: s \n", [familyName UTF8String] )
NSArray *fontNames = [UIFont fontNamesForFamilyName:familyName]
for( NSString *fontName in fontNames ){
//printf( "\tFont: s \n", [fontName UTF8String] )
[mListFontName addObject:fontName]
}
}
-Test iOS fonts on iPhone, use UIFont class to get all fonts in current iPhone iOS.
NSArray*familyNames = [UIFont familyNames]
for( NSString*familyName in familyNames ){
//printf( "Family: s \n", [familyName UTF8String] )
NSArray*fontNames = [UIFont fontNamesForFamilyName:familyName]
for( NSString*fontName in fontNames ){
//printf( "\tFont: s \n", [fontName UTF8String] )
[mListFontName addObject:fontName]
}
}
Platform: |
Size: 11264 |
Author: 巫山冰 |
Hits:
Description: 改控件源码中的AdvOfficePager.pas 的下面的方法;
function DrawVistaText(Canvas: TCanvas Alignment: TAlignment r: TRect FCaption:string AFont: TFont Enabled: Boolean RealDraw: Boolean AntiAlias: TAntiAlias Direction: TTabPosition Ellipsis: Boolean): TRect
将Caption:String改为FCaption:String,然后在函数体中新建一个局部变量“Caption:WideString”,
最后在代码段的第一行加入:Caption:=FCaption;即可。
修正代码完全保证了源代码的兼容性,仅仅是在开始改变了Caption的类型-Change control source AdvOfficePager.pas the following methods function DrawVistaText (Canvas: TCanvas Alignment: TAlignment r: TRect FCaption: string AFont: TFont Enabled: Boolean RealDraw: Boolean AntiAlias: TAntiAlias Direction: the TTabPosition Ellipsis: Boolean): TRect will Caption: String instead FCaption: String, and then in the body of the function, a new local variable " Caption: WideString finally added to the first line of the code segment: Caption: = FCaption can. The correction code fully guaranteed source code compatibility, only began to change in the type of Caption
Platform: |
Size: 1024 |
Author: piao |
Hits: