PDA

View Full Version : วิธีการติดตั้ง TeXfonts สำหรับผู้ที่ใช้ iPhone


TOP
06 เมษายน 2010, 19:48
ระหว่างทานข้าวเย็นกับกรเมื่อสองวันก่อน ผมได้เกริ่นเอาไว้ว่า iPhone ก็น่าจะติดตั้ง TeXfonts (http://www.mathcenter.net/jsMath/TeXfonts.zip) ได้ เคยลองเล่นแบบไม่จริงจังเมื่อปลายปีที่ผ่านมากลับไม่ประสบความสำเร็จ เพราะติดอะไรหลายอย่าง ;) มาวันนี้จึงได้ลองพยายามอีกครั้งหนึ่ง ก็พบว่ามันไม่ได้ยากอย่างที่คิด ติดตั้งฟอนต์เสร็จแล้วตัวสมการเมื่อดูผ่าน Safari สวยขึ้นมาก :cool:

หมายเหตุ: คำแนะนำนี้สำหรับผู้ที่มีความรู้และได้ลงลึกในรายละเอียดของ iPhone พอสมควรแล้วนะครับ จะไม่ขอกล่าวถึงรายละเอียดปลีกย่อยใดๆทั้งสิ้น
คลายไฟล์ฟอนต์ที่ดาวน์โหลดมา
คัดลอกไฟล์ฟอนต์(*.ttf) ไปไว้ที่ "/System/Library/Fonts/Cache"
สำรองไฟล์ "/System/Library/Fonts/Cache/CGFontCache.plist" เก็บไว้ใน iPhone เพราะเดี๋ยวเราจะแก้ไขไฟล์นี้
คัดลอกไฟล์ "CGFontCache.plist" มาเก็บไว้ที่คอมพิวเตอร์ของเรา
เนื่องจากไฟล์นี้เป็น Binary เราจะแปลงเป็น XML เพื่อให้แก้ไขใน Notepad ได้ ทำได้โดยใช้บริการจาก Binary ? XML .plist converter (http://iappcat.com/plist/bin2xml) โดยเลือก Upload ไฟล์ "CGFontCache.plist" แล้วกดปุ่ม "Convert" เราจะได้ไฟล์ "xml.plist"
เปิดไฟล์ "xml.plist" ด้วย Notepad
โครงสร้าง XML ของไฟล์นี้ประกอบด้วย 2 ส่วนคือ
<key>Names</key>
<dict>...</dict>
<key>TraitMappings</key>
<dict>...</dict>

<key>Names</key> ส่วนนี้เป็นตัวกำหนดชื่อฟอนต์กับไฟล์ฟอนต์ของมัน ให้เราเพิ่มโค้ดข้างล่างนี้เข้าไปในโครงสร้าง
<key>jsMath-cmbx10</key>
<string>/System/Library/Fonts/Cache/jsMath-cmbx10.ttf</string>
<key>jsMath-cmex10</key>
<string>/System/Library/Fonts/Cache/jsMath-cmex10.ttf</string>
<key>jsMath-cmmi10</key>
<string>/System/Library/Fonts/Cache/jsMath-cmmi10.ttf</string>
<key>jsMath-cmr10</key>
<string>/System/Library/Fonts/Cache/jsMath-cmr10.ttf</string>
<key>jsMath-cmsy10</key>
<string>/System/Library/Fonts/Cache/jsMath-cmsy10.ttf</string>
<key>jsMath-cmti10</key>
<string>/System/Library/Fonts/Cache/jsMath-cmti10.ttf</string>
<key>jsMath-msam10</key>
<string>/System/Library/Fonts/Cache/jsMath-msam10.ttf</string>
<key>jsMath-msbm10</key>
<string>/System/Library/Fonts/Cache/jsMath-msbm10.ttf</string>

<key>TraitMappings</key> ส่วนนี้ใช้จัดฟอนต์หลายตัวเข้าเป็นกลุ่มเดียวกัน เนื่องจากฟอนต์ของเราแต่ละตัวอยู่คนละกลุ่มจึงเพิ่มโค้ดข้างล่างนี้เข้าไปในโครงสร้าง
<key>jsMath-cmbx10</key>
<dict>
<key>Plain</key>
<string>jsMath-cmbx10</string>
</dict>
<key>jsMath-cmex10</key>
<dict>
<key>Plain</key>
<string>jsMath-cmex10</string>
</dict>
<key>jsMath-cmmi10</key>
<dict>
<key>Plain</key>
<string>jsMath-cmmi10</string>
</dict>
<key>jsMath-cmr10</key>
<dict>
<key>Plain</key>
<string>jsMath-cmr10</string>
</dict>
<key>jsMath-cmsy10</key>
<dict>
<key>Plain</key>
<string>jsMath-cmsy10</string>
</dict>
<key>jsMath-cmti10</key>
<dict>
<key>Plain</key>
<string>jsMath-cmti10</string>
</dict>
<key>jsMath-msam10</key>
<dict>
<key>Plain</key>
<string>jsMath-msam10</string>
</dict>
<key>jsMath-msbm10</key>
<dict>
<key>Plain</key>
<string>jsMath-msbm10</string>
</dict>

บันทึกไฟล์ "xml.plist" จากนั้นใช้บริการเว็บ Binary ? XML .plist converter (http://iappcat.com/plist/bin2xml) อีกครั้งหนึ่ง โดยเลือก Upload ไฟล์ "xml.plist" แล้วกดปุ่ม "Convert" เราจะได้ไฟล์ "binary.plist"
เปลี่ยนชื่อไฟล์ "binary.plist" เป็น "CGFontCache.plist"
คัดลอกไฟล์ "CGFontCache.plist" ไปไว้ที่ "/System/Library/Fonts/Cache" เขียนทับไฟล์เดิมได้เลย
Reboot iPhone หากไม่มีอะไรผิดพลาด iPhone สามารถกลับมาทำงานได้อีกครั้งหนึ่ง ก็เป็นอันจบขั้นตอนการติดตั้งฟอนต์ :)

ตัวอย่าง XML ที่แก้ไขเสร็จแล้ว
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Names</key>
<dict>
<key>.Helvetica LT MM</key>
<string>/System/Library/Fonts/Cache/HelveLTMM.ps</string>
<key>.LastResort</key>
<string>/System/Library/Fonts/Cache/LastResort.ttf</string>
<key>.PhoneKeyCaps</key>
<string>/System/Library/Fonts/Cache/PhoneKeyCaps.ttf</string>
<key>.PhoneKeyCaps Regular</key>
<string>/System/Library/Fonts/Cache/PhoneKeyCaps.ttf</string>
<key>.Times LT MM</key>
<string>/System/Library/Fonts/Cache/TimesLTMM.ps</string>
<key>AmericanTypewriter</key>
<string>/System/Library/Fonts/Cache/AmericanTypewriter.ttf</string>
<key>AmericanTypewriter-Bold</key>
<string>/System/Library/Fonts/Cache/AmericanTypewriterBold.ttf</string>
<key>AppleGothic</key>
<string>/System/Library/Fonts/Cache/AppleGothicRegular.ttf</string>
<key>Arial</key>
<string>/System/Library/Fonts/Cache/Arial.ttf</string>
<key>Arial Bold</key>
<string>/System/Library/Fonts/Cache/ArialBold.ttf</string>
<key>Arial Bold Italic</key>
<string>/System/Library/Fonts/Cache/ArialBoldItalic.ttf</string>
<key>Arial Hebrew</key>
<string>/System/Library/Fonts/Cache/ArialHB.ttf</string>
<key>Arial Hebrew Bold</key>
<string>/System/Library/Fonts/Cache/ArialHBBold.ttf</string>
<key>Arial Italic</key>
<string>/System/Library/Fonts/Cache/ArialItalic.ttf</string>
<key>Arial Rounded MT Bold</key>
<string>/System/Library/Fonts/Cache/ArialRoundedMTBold.ttf</string>
<key>Arial-BoldItalicMT</key>
<string>/System/Library/Fonts/Cache/ArialBoldItalic.ttf</string>
<key>Arial-BoldMT</key>
<string>/System/Library/Fonts/Cache/ArialBold.ttf</string>
<key>Arial-ItalicMT</key>
<string>/System/Library/Fonts/Cache/ArialItalic.ttf</string>
<key>ArialHebrew</key>
<string>/System/Library/Fonts/Cache/ArialHB.ttf</string>
<key>ArialHebrew-Bold</key>
<string>/System/Library/Fonts/Cache/ArialHBBold.ttf</string>
<key>ArialMT</key>
<string>/System/Library/Fonts/Cache/Arial.ttf</string>
<key>ArialRoundedMTBold</key>
<string>/System/Library/Fonts/Cache/ArialRoundedMTBold.ttf</string>
<key>ArialUnicodeMS</key>
<string>/System/Library/Fonts/Cache/arialuni.ttf</string>
<key>Courier</key>
<string>/System/Library/Fonts/Cache/Courier.ttf</string>
<key>Courier New</key>
<string>/System/Library/Fonts/Cache/CourierNew.ttf</string>
<key>Courier New Bold</key>
<string>/System/Library/Fonts/Cache/CourierNewBold.ttf</string>
<key>Courier New Bold Italic</key>
<string>/System/Library/Fonts/Cache/CourierNewBoldItalic.ttf</string>
<key>Courier New Italic</key>
<string>/System/Library/Fonts/Cache/CourierNewItalic.ttf</string>
<key>Courier-Bold</key>
<string>/System/Library/Fonts/Cache/CourierBold.ttf</string>
<key>Courier-BoldOblique</key>
<string>/System/Library/Fonts/Cache/CourierBoldOblique.ttf</string>
<key>Courier-Oblique</key>
<string>/System/Library/Fonts/Cache/CourierOblique.ttf</string>
<key>CourierNewPS-BoldItalicMT</key>
<string>/System/Library/Fonts/Cache/CourierNewBoldItalic.ttf</string>
<key>CourierNewPS-BoldMT</key>
<string>/System/Library/Fonts/Cache/CourierNewBold.ttf</string>
<key>CourierNewPS-ItalicMT</key>
<string>/System/Library/Fonts/Cache/CourierNewItalic.ttf</string>
<key>CourierNewPSMT</key>
<string>/System/Library/Fonts/Cache/CourierNew.ttf</string>
<key>DBLCDTempBlack</key>
<string>/System/Library/Fonts/Cache/DB_LCD_Temp-Black.ttf</string>
<key>Geeza Pro</key>
<string>/System/Library/Fonts/Cache/GeezaPro.ttf</string>
<key>Geeza Pro Bold</key>
<string>/System/Library/Fonts/Cache/GeezaProBold.ttf</string>
<key>GeezaPro</key>
<string>/System/Library/Fonts/Cache/GeezaPro.ttf</string>
<key>GeezaPro-Bold</key>
<string>/System/Library/Fonts/Cache/GeezaProBold.ttf</string>
<key>Georgia</key>
<string>/System/Library/Fonts/Cache/Georgia.ttf</string>
<key>Georgia Bold</key>
<string>/System/Library/Fonts/Cache/GeorgiaBold.ttf</string>
<key>Georgia Bold Italic</key>
<string>/System/Library/Fonts/Cache/GeorgiaBoldItalic.ttf</string>
<key>Georgia Italic</key>
<string>/System/Library/Fonts/Cache/GeorgiaItalic.ttf</string>
<key>Georgia-Bold</key>
<string>/System/Library/Fonts/Cache/GeorgiaBold.ttf</string>
<key>Georgia-BoldItalic</key>
<string>/System/Library/Fonts/Cache/GeorgiaBoldItalic.ttf</string>
<key>Georgia-Italic</key>
<string>/System/Library/Fonts/Cache/GeorgiaItalic.ttf</string>
<key>HKGPW3UI</key>
<string>/System/Library/Fonts/Cache/HKGPW3UI.ttf</string>
<key>Heiti J Light</key>
<string>/System/Library/Fonts/Cache/STHeiti-Light.ttc</string>
<key>Heiti J Medium</key>
<string>/System/Library/Fonts/Cache/STHeiti-Medium.ttc</string>
<key>Heiti K Light</key>
<string>/System/Library/Fonts/Cache/STHeiti-Light.ttc</string>
<key>Heiti K Medium</key>
<string>/System/Library/Fonts/Cache/STHeiti-Medium.ttc</string>
<key>Heiti SC Light</key>
<string>/System/Library/Fonts/Cache/STHeiti-Light.ttc</string>
<key>Heiti SC Medium</key>
<string>/System/Library/Fonts/Cache/STHeiti-Medium.ttc</string>
<key>Heiti TC Light</key>
<string>/System/Library/Fonts/Cache/STHeiti-Light.ttc</string>
<key>Heiti TC Medium</key>
<string>/System/Library/Fonts/Cache/STHeiti-Medium.ttc</string>
<key>Helvetica</key>
<string>/System/Library/Fonts/Cache/Helvetica.ttf</string>
<key>Helvetica Bold</key>
<string>/System/Library/Fonts/Cache/HelveticaBold.ttf</string>
<key>Helvetica Bold Oblique</key>
<string>/System/Library/Fonts/Cache/HelveticaBoldOblique.ttf</string>
<key>Helvetica Oblique</key>
<string>/System/Library/Fonts/Cache/HelveticaOblique.ttf</string>
<key>Helvetica-Bold</key>
<string>/System/Library/Fonts/Cache/HelveticaBold.ttf</string>
<key>Helvetica-BoldOblique</key>
<string>/System/Library/Fonts/Cache/HelveticaBoldOblique.ttf</string>
<key>Helvetica-Oblique</key>
<string>/System/Library/Fonts/Cache/HelveticaOblique.ttf</string>
<key>HelveticaLTMM</key>
<string>/System/Library/Fonts/Cache/HelveLTMM.ps</string>
<key>HelveticaNeue</key>
<string>/System/Library/Fonts/Cache/HelveticaNeue.ttf</string>
<key>HelveticaNeue-Bold</key>
<string>/System/Library/Fonts/Cache/HelveticaNeueBold.ttf</string>
<key>HiraKakuProN-W3</key>
<string>/System/Library/Fonts/Cache/HiraginoKakuGothicProNW3.otf</string>
<key>HiraKakuProN-W6</key>
<string>/System/Library/Fonts/Cache/HiraginoKakuGothicProNW6.otf</string>
<key>Hiragino Kaku Gothic ProN W3</key>
<string>/System/Library/Fonts/Cache/HiraginoKakuGothicProNW3.otf</string>
<key>Hiragino Kaku Gothic ProN W6</key>
<string>/System/Library/Fonts/Cache/HiraginoKakuGothicProNW6.otf</string>
<key>jsMath-cmbx10</key>
<string>/System/Library/Fonts/Cache/jsMath-cmbx10.ttf</string>
<key>jsMath-cmex10</key>
<string>/System/Library/Fonts/Cache/jsMath-cmex10.ttf</string>
<key>jsMath-cmmi10</key>
<string>/System/Library/Fonts/Cache/jsMath-cmmi10.ttf</string>
<key>jsMath-cmr10</key>
<string>/System/Library/Fonts/Cache/jsMath-cmr10.ttf</string>
<key>jsMath-cmsy10</key>
<string>/System/Library/Fonts/Cache/jsMath-cmsy10.ttf</string>
<key>jsMath-cmti10</key>
<string>/System/Library/Fonts/Cache/jsMath-cmti10.ttf</string>
<key>jsMath-msam10</key>
<string>/System/Library/Fonts/Cache/jsMath-msam10.ttf</string>
<key>jsMath-msbm10</key>
<string>/System/Library/Fonts/Cache/jsMath-msbm10.ttf</string>
<key>LastResort</key>
<string>/System/Library/Fonts/Cache/LastResort.ttf</string>
<key>LockClock-Light</key>
<string>/System/Library/Fonts/Cache/LockClock.ttf</string>
<key>MarkerFelt-Thin</key>
<string>/System/Library/Fonts/Cache/MarkerFeltThin.ttf</string>
<key>MarkerFelt-Wide</key>
<string>/System/Library/Fonts/Cache/MarkerFeltWide.ttf</string>
<key>PhonepadTwo</key>
<string>/System/Library/Fonts/Cache/PhonepadTwo.ttf</string>
<key>STHeitiJ-Light</key>
<string>/System/Library/Fonts/Cache/STHeiti-Light.ttc</string>
<key>STHeitiJ-Medium</key>
<string>/System/Library/Fonts/Cache/STHeiti-Medium.ttc</string>
<key>STHeitiK-Light</key>
<string>/System/Library/Fonts/Cache/STHeiti-Light.ttc</string>
<key>STHeitiK-Medium</key>
<string>/System/Library/Fonts/Cache/STHeiti-Medium.ttc</string>
<key>STHeitiSC-Light</key>
<string>/System/Library/Fonts/Cache/STHeiti-Light.ttc</string>
<key>STHeitiSC-Medium</key>
<string>/System/Library/Fonts/Cache/STHeiti-Medium.ttc</string>
<key>STHeitiTC-Light</key>
<string>/System/Library/Fonts/Cache/STHeiti-Light.ttc</string>
<key>STHeitiTC-Medium</key>
<string>/System/Library/Fonts/Cache/STHeiti-Medium.ttc</string>
<key>Thonburi</key>
<string>/System/Library/Fonts/Cache/Thonburi.ttf</string>
<key>Thonburi Bold</key>
<string>/System/Library/Fonts/Cache/ThonburiBold.ttf</string>
<key>Thonburi-Bold</key>
<string>/System/Library/Fonts/Cache/ThonburiBold.ttf</string>
<key>Times New Roman</key>
<string>/System/Library/Fonts/Cache/TimesNewRoman.ttf</string>
<key>Times New Roman Bold</key>
<string>/System/Library/Fonts/Cache/TimesNewRomanBold.ttf</string>
<key>Times New Roman Bold Italic</key>
<string>/System/Library/Fonts/Cache/TimesNewRomanBoldItalic.ttf</string>
<key>Times New Roman Italic</key>
<string>/System/Library/Fonts/Cache/TimesNewRomanItalic.ttf</string>
<key>TimesLTMM</key>
<string>/System/Library/Fonts/Cache/TimesLTMM.ps</string>
<key>TimesNewRomanPS-BoldItalicMT</key>
<string>/System/Library/Fonts/Cache/TimesNewRomanBoldItalic.ttf</string>
<key>TimesNewRomanPS-BoldMT</key>
<string>/System/Library/Fonts/Cache/TimesNewRomanBold.ttf</string>
<key>TimesNewRomanPS-ItalicMT</key>
<string>/System/Library/Fonts/Cache/TimesNewRomanItalic.ttf</string>
<key>TimesNewRomanPSMT</key>
<string>/System/Library/Fonts/Cache/TimesNewRoman.ttf</string>
<key>Trebuchet MS</key>
<string>/System/Library/Fonts/Cache/TrebuchetMS.ttf</string>
<key>Trebuchet MS Bold</key>
<string>/System/Library/Fonts/Cache/TrebuchetMSBold.ttf</string>
<key>Trebuchet MS Bold Italic</key>
<string>/System/Library/Fonts/Cache/TrebuchetMSBoldItalic.ttf</string>
<key>Trebuchet MS Italic</key>
<string>/System/Library/Fonts/Cache/TrebuchetMSItalic.ttf</string>
<key>Trebuchet-BoldItalic</key>
<string>/System/Library/Fonts/Cache/TrebuchetMSBoldItalic.ttf</string>
<key>TrebuchetMS</key>
<string>/System/Library/Fonts/Cache/TrebuchetMS.ttf</string>
<key>TrebuchetMS-Bold</key>
<string>/System/Library/Fonts/Cache/TrebuchetMSBold.ttf</string>
<key>TrebuchetMS-Italic</key>
<string>/System/Library/Fonts/Cache/TrebuchetMSItalic.ttf</string>
<key>Verdana</key>
<string>/System/Library/Fonts/Cache/Verdana.ttf</string>
<key>Verdana Bold</key>
<string>/System/Library/Fonts/Cache/VerdanaBold.ttf</string>
<key>Verdana Bold Italic</key>
<string>/System/Library/Fonts/Cache/VerdanaBoldItalic.ttf</string>
<key>Verdana Italic</key>
<string>/System/Library/Fonts/Cache/VerdanaItalic.ttf</string>
<key>Verdana-Bold</key>
<string>/System/Library/Fonts/Cache/VerdanaBold.ttf</string>
<key>Verdana-BoldItalic</key>
<string>/System/Library/Fonts/Cache/VerdanaBoldItalic.ttf</string>
<key>Verdana-Italic</key>
<string>/System/Library/Fonts/Cache/VerdanaItalic.ttf</string>
<key>Zapfino</key>
<string>/System/Library/Fonts/Cache/Zapfino.ttf</string>
</dict>
<key>TraitMappings</key>
<dict>
<key>.HKGPW3UI</key>
<dict>
<key>Plain</key>
<string>HKGPW3UI</string>
</dict>
<key>.Helvetica LT MM</key>
<dict>
<key>Plain</key>
<string>HelveticaLTMM</string>
</dict>
<key>.LastResort</key>
<dict>
<key>Plain</key>
<string>LastResort</string>
</dict>
<key>.Lock Clock</key>
<dict>
<key>Plain</key>
<string>LockClock-Light</string>
</dict>
<key>.PhoneKeyCaps</key>
<dict>
<key>Plain</key>
<string>.PhoneKeyCaps</string>
</dict>
<key>.PhonepadTwo</key>
<dict>
<key>Plain</key>
<string>PhonepadTwo</string>
</dict>
<key>.Times LT MM</key>
<dict>
<key>Plain</key>
<string>TimesLTMM</string>
</dict>
<key>American Typewriter</key>
<dict>
<key>Bold</key>
<string>AmericanTypewriter-Bold</string>
<key>Plain</key>
<string>AmericanTypewriter</string>
</dict>
<key>AppleGothic</key>
<dict>
<key>Plain</key>
<string>AppleGothic</string>
</dict>
<key>Arial</key>
<dict>
<key>Bold</key>
<string>Arial-BoldMT</string>
<key>Bold-Italic</key>
<string>Arial-BoldItalicMT</string>
<key>Italic</key>
<string>Arial-ItalicMT</string>
<key>Plain</key>
<string>ArialMT</string>
</dict>
<key>Arial Hebrew</key>
<dict>
<key>Bold</key>
<string>ArialHebrew-Bold</string>
<key>Plain</key>
<string>ArialHebrew</string>
</dict>
<key>Arial Rounded MT Bold</key>
<dict>
<key>Bold</key>
<string>ArialRoundedMTBold</string>
</dict>
<key>Arial Unicode MS</key>
<dict>
<key>Plain</key>
<string>ArialUnicodeMS</string>
</dict>
<key>Courier</key>
<dict>
<key>Bold</key>
<string>Courier-Bold</string>
<key>Bold-Italic</key>
<string>Courier-BoldOblique</string>
<key>Italic</key>
<string>Courier-Oblique</string>
<key>Plain</key>
<string>Courier</string>
</dict>
<key>Courier New</key>
<dict>
<key>Bold</key>
<string>CourierNewPS-BoldMT</string>
<key>Bold-Italic</key>
<string>CourierNewPS-BoldItalicMT</string>
<key>Italic</key>
<string>CourierNewPS-ItalicMT</string>
<key>Plain</key>
<string>CourierNewPSMT</string>
</dict>
<key>DB LCD Temp</key>
<dict>
<key>Bold</key>
<string>DBLCDTempBlack</string>
</dict>
<key>Geeza Pro</key>
<dict>
<key>Bold</key>
<string>GeezaPro-Bold</string>
<key>Plain</key>
<string>GeezaPro</string>
</dict>
<key>Georgia</key>
<dict>
<key>Bold</key>
<string>Georgia-Bold</string>
<key>Bold-Italic</key>
<string>Georgia-BoldItalic</string>
<key>Italic</key>
<string>Georgia-Italic</string>
<key>Plain</key>
<string>Georgia</string>
</dict>
<key>Heiti J</key>
<dict>
<key>Bold</key>
<string>STHeitiJ-Medium</string>
<key>Plain</key>
<string>STHeitiJ-Light</string>
</dict>
<key>Heiti K</key>
<dict>
<key>Bold</key>
<string>STHeitiK-Medium</string>
<key>Plain</key>
<string>STHeitiK-Light</string>
</dict>
<key>Heiti SC</key>
<dict>
<key>Bold</key>
<string>STHeitiSC-Medium</string>
<key>Plain</key>
<string>STHeitiSC-Light</string>
</dict>
<key>Heiti TC</key>
<dict>
<key>Bold</key>
<string>STHeitiTC-Medium</string>
<key>Plain</key>
<string>STHeitiTC-Light</string>
</dict>
<key>Helvetica</key>
<dict>
<key>Bold</key>
<string>Helvetica-Bold</string>
<key>Bold-Italic</key>
<string>Helvetica-BoldOblique</string>
<key>Italic</key>
<string>Helvetica-Oblique</string>
<key>Plain</key>
<string>Helvetica</string>
</dict>
<key>Helvetica Neue</key>
<dict>
<key>Bold</key>
<string>HelveticaNeue-Bold</string>
<key>Plain</key>
<string>HelveticaNeue</string>
</dict>
<key>Hiragino Kaku Gothic ProN</key>
<dict>
<key>Bold</key>
<string>HiraKakuProN-W6</string>
<key>Plain</key>
<string>HiraKakuProN-W3</string>
</dict>
<key>jsMath-cmbx10</key>
<dict>
<key>Plain</key>
<string>jsMath-cmbx10</string>
</dict>
<key>jsMath-cmex10</key>
<dict>
<key>Plain</key>
<string>jsMath-cmex10</string>
</dict>
<key>jsMath-cmmi10</key>
<dict>
<key>Plain</key>
<string>jsMath-cmmi10</string>
</dict>
<key>jsMath-cmr10</key>
<dict>
<key>Plain</key>
<string>jsMath-cmr10</string>
</dict>
<key>jsMath-cmsy10</key>
<dict>
<key>Plain</key>
<string>jsMath-cmsy10</string>
</dict>
<key>jsMath-cmti10</key>
<dict>
<key>Plain</key>
<string>jsMath-cmti10</string>
</dict>
<key>jsMath-msam10</key>
<dict>
<key>Plain</key>
<string>jsMath-msam10</string>
</dict>
<key>jsMath-msbm10</key>
<dict>
<key>Plain</key>
<string>jsMath-msbm10</string>
</dict>
<key>Marker Felt</key>
<dict>
<key>Plain</key>
<string>MarkerFelt-Thin</string>
</dict>
<key>Thonburi</key>
<dict>
<key>Bold</key>
<string>Thonburi-Bold</string>
<key>Plain</key>
<string>Thonburi</string>
</dict>
<key>Times New Roman</key>
<dict>
<key>Bold</key>
<string>TimesNewRomanPS-BoldMT</string>
<key>Bold-Italic</key>
<string>TimesNewRomanPS-BoldItalicMT</string>
<key>Italic</key>
<string>TimesNewRomanPS-ItalicMT</string>
<key>Plain</key>
<string>TimesNewRomanPSMT</string>
</dict>
<key>Trebuchet MS</key>
<dict>
<key>Bold</key>
<string>TrebuchetMS-Bold</string>
<key>Bold-Italic</key>
<string>Trebuchet-BoldItalic</string>
<key>Italic</key>
<string>TrebuchetMS-Italic</string>
<key>Plain</key>
<string>TrebuchetMS</string>
</dict>
<key>Verdana</key>
<dict>
<key>Bold</key>
<string>Verdana-Bold</string>
<key>Bold-Italic</key>
<string>Verdana-BoldItalic</string>
<key>Italic</key>
<string>Verdana-Italic</string>
<key>Plain</key>
<string>Verdana</string>
</dict>
<key>Zapfino</key>
<dict>
<key>Plain</key>
<string>Zapfino</string>
</dict>
</dict>
</dict>
</plist>

คนอยากเก่ง
04 พฤษภาคม 2010, 08:35
ต้อง jailbreak รึเปล่าครับ