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 [...]
03 七月, 2007
Posted by: asd In: 科技新知| 軟體使用
想打出 kk 音標,下載並安裝 kk 音標字型 即可。
KK 音標符號表
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, [...]