EvoTalk

Posts Tagged ‘font

05 七月, 2007

MFC: Set Font From File or Resource

Posted by: asd In: Code Snippet| 程式設計

1. set font from file
Assume there is a font file "ladderkk.ttf" under work dir and declare member variable 「CFont m_font」 in class private section。
view plain

C++:

if (AddFontResource("ladderkk.ttf") == 0) {

AfxMessageBox("add font fail");

return FALSE;

}

LOGFONT lf;

memset(&lf, 0, sizeof(LOGFONT));   // Clear out structure.

lf.lfHeight = 20;                           // Request [...]

Tags: ,

03 七月, 2007

KK 音標字型

Posted by: asd In: 科技新知| 軟體使用

想打出 kk 音標,下載並安裝 kk 音標字型 即可。
KK 音標符號表

Tags:

07 十一月, 2005

適合閱讀的字型

Posted by: asd In: 科技新知| 軟體使用

適合閱讀的字型有以下條件

Crisp clear characters.
Extended characterset.
Good use of whitespace.
'l', '1' and 'i' are easily distinguished
'0', 'o' and 'O' are easily distinguished
forward quotes from back quotes are easily distinguished -prefer mirrored appearance
Clear punctuation characters, especially braces, parenthesis and brackets

參考 Monospace/Fixed Width Programmer's Fonts 網站,找到這個字型 Bitstream Vera Sans Mono (View Sample) 覺得不錯用。

8, 9, 10, 11, 12, 14, 16, 18, [...]

Tags:


  • BK: 大於和小於在今日更廣泛地使用於標籤上,故在此補充該英文用法: : angle bracket []: square bracket
  • luh1688: 非常實用且謝謝!~
  • asd: 好的,不過很久沒修改了,不知道能不能動 寄到您的yahoo信箱
  • LIANG: nice post, thank you
  • Justmaker: 您好,請問可以跟你要source嗎?我最近有在看股票,想要enhance您的小工具,不知是否可以開放?

Category