字體能設定大小嗎

瀏覽: 2238
回覆: 3
共1頁
Default sogi
發文數:24
發表時間:2007-04-12 12:19:00
請問一下,我今天剛買了手機給老婆,功能真的強質感也好,但是操作螢幕時發現字體很小,又不知道從哪可以設定字體大小,找了半天找不到設定點,幫幫忙喔......謝謝

村哥 於 2015-05-25 08:29:46 修改文章內容


商業贊助
發文數:1
發表時間:2024-05-13 10:07:03
Mem502872
發文數:747
發表時間:2007-04-12 12:47:00
引用村哥所述:
請問一下,我今天剛買了手機給老婆,功能真的強質感也好,但是操作螢幕時發現字體很小,又不知道從哪可以設定字體大小,找了半天找不到設定點,幫幫忙喔......謝謝

基本上應該是沒辦法更改字體的大小
只能透過更改字型~來使字體更清楚(如粗體)

可以參考看看 : http://www.sogi.com.tw/forum/article_list.asp?forum_no=1879&topic_ID=4632859

jerry71 於 2007/4/12 上午 04:53:59補充下列內容=======================
補充一下~ 看過一篇文

Hi,

If you want to change the font of a CEikLabel control, please use the following method.

iLabel = new (ELeave) CEikLabel;
iLabel->SetContainerWindowL( *this );
iLabel->SetAlignment( EHCenterVCenter );
iLabel->SetFont( LatinBold19() );
iLabel->SetUnderlining(ETrue);
iLabel->SetEmphasis(CEikLabel::TTextEmphasis::EPartialEmphasis);
iLabel->SetTextL( _L("Example View") );

However, you cannot change the italic status.

If you want to change the font of a CEikEdwin control, please refer to the sample code "Socket" inside SDK. It think you can find what you want.

Hope this helps!

Liuxg
Forum Nokia

N73沒改過~所以不太清楚是否支援

小賴 於 2007-04-12 12:47:00 修改文章內容


Default sogi
發文數:24
發表時間:2007-04-12 13:37:00
謝謝!我想手機本身是不能設定吧,就是在聯絡人的電話號碼真的超小的,看久了會老花眼,不過手機真的不錯用,還是謝謝你!

村哥 於 2007-04-12 13:37:00 修改文章內容


共1頁