Hot News!

Not Available

Click Like or share to support us!

Nov 11, 2010

Khmer Unicode Font with Google Font API

1.      Who Design?
Mr. Danh Hong, he is now working with GOOGLE to add Khmer font to Google Font API.
Your visitors can see your website in Khmer language more easily and across browser platform without having Khmer Unicode Fonts preinstalled on the computers of visitor.
  1. តើ​អ្វី​ជា Google Font API?
ពុម្ព​អក្សរ​ហ្គូហ្គល API ជួយ​អ្នក​ឱ្យ​អាច​បន្ថែម​ពុម្ពអក្សរ​​បណ្ដាញ​ទៅ​លើ​ទំព័រ​ទំព័រ​ណា​មួយ ។ អត្ថប្រយោជន៍​របស់​ពុម្ព​អក្សរ​ហ្គូហ្គល API រួម​មាន៖
  • ជម្រើស​បណ្ដា​ពុម្ព​អក្សរ​ប្រភព​បើក​ទូលាយ​ប្រកប​ដោយ​គុណភាព​ខ្ពស់ ។
  • ដំណើរ​ការ​ក្នុង​កម្មវិធី​រុករក​ភាគ​ច្រើន​ដោយ​ពុំ​ចាំបាច់​មាន​ពុម្ពអក្សរ​នោះ​ដំឡើង​ជាមុន​លើ​កុំព្យូទ័រ​អ្នក​ទស្សនា ។
  • ងាយស្រួល​ប្រើ​បំផុត ។
3.    ការ​ប្រើប្រាស់​ពុម្ពអក្សរ​​មាន​ភាព​ងាយ​៖ គ្រាន់​តែ​បន្ថែម​តំណ​សន្លឹក​រចនាប័ទ្ម​ពិសេស​មួយ (Style Sheet link) ទៅ​ទំព័រ​បណ្ដាញ​របស់​អ្នក បន្ទាប់​មក​ប្រើ​ពុម្ព​អក្សរ​ក្នុង​រចនាប័ទ្ម CSS
4.    Working on Mozilla Firefox, Internet Explorer, Safari, Opera, and Google Chrome.
5.    ជ្រើស​បណ្ដា​ពុម្ព​អក្សរ​ពី​ថត​ពុម្ព​អក្សរ​ហ្គូហ្គល
The Google Font Directory: http://code.google.com/webfonts
ចុច​លើ​អម្បូរ​ភាសា​ណា​មួយ​ដែល​អ្នក​ចង់​ជ្រើស​ពុម្ព​អក្សរ​ ដូច​ជា៖ Cyrillic | Greek | Khmer | Latin
ក្នុង​បរិវេណ​តួអក្សរ​នីមួយៗ​មាន​ពុម្ពអក្សរ​ផ្សេងៗ​ជា​ច្រើន​ទៀត ។ ឧទាហរណ៍ ពុម្ពអក្សរ Tangerine ស្ថិត​ក្នុង Latin រីឯពុម្ពអក្សរ Hanuman នៅ​ក្នុង Khmer 
6.    ទទួល​យក​តំណ​សន្លឹក​រចនាប័ទ្ម (Stylesheet Link)
ដើម្បី​ប្រាប់​ថា​យើង​នឹង​ត្រូវ​ការ​ប្រើ​ពុម្ព​អក្សរ​មួយ​ណា ចុច​លើ​ Khmer រួច​ជ្រើស​យក Hanuman ហើយ​​ចុច​លើ​ផ្ទាំង Get the code.

7.    This is link for testing: ( Regular & Bold)
The API will generate the necessary CSS specific to the user's browser so you can use the font on your page. Simply use the font Hanuman in your CSS font stack like any other font, for example:
h1 { font-family: 'Hanuman', arial, serif; }

An example code:
<html>
<head>
<link href='http://fonts.googleapis.com/css?family=Hanuman&subset=khmer' rel='stylesheet' type='text/css'>
<style type="text/css">
          h1 { font-family: 'Hanuman', arial, serif; }
          h2{ font-family:Arial, Helvetica, sans-serif; font-size:30px;}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Khmer Unicode Font ជាមួយ Google Font API</title>
</head>
<body>
<h1> MyTV ជាទូរទស្សន៍របស់ខ្ញុំ (ពុម្ពអក្សរ ហនុមាន)</h1>
<h2> MyTV ជាទូរទស្សន៍របស់ខ្ញុំ</h2>
</body>
</html>

No comments:

Post a Comment