QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1008|回复: 0

有谁用过SDL_ttf里得TTF_OpenFont函数?

[复制链接]
发表于 2003-10-30 19:35:21 | 显示全部楼层 |阅读模式
他的函数说明是这样的
TTF_Font *TTF_OpenFont(const char *file, int ptsize)
file
    File name to load font from.
ptsize
    Point size (based on 72DPI) to load font as. This basically translates to pixel height.
Load file for use as a font, at ptsize size. This is actually TTF_OpenFontIndex(file, ptsize, 0). This can load TTF and FON files.
Returns: a pointer to the font as a TTF_Font. NULL is returned on errors.
比如:
[code:1]
TTF_Font *font;
font=TTF_OpenFont("font.ttf", 16);
[/code:1]
我到/usr/share/fonts/ 里找了几个ttf文件名
换到font.ttf的位置  都会出现Segmentation Fault
在google里竟然找不到有关TTF_OpenFont的中文内容
找到几个俄文网站 照抄网站上的源代码 还是Segmentation Fault

这里有人用过这个函数吗?
您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-13 03:59 , Processed in 0.046041 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表