downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

CairoHintStyle> <CairoFilter
[edit] Last updated: Fri, 23 Mar 2012

view this page in

The CairoHintMetrics class

(Bir sürüm bilgisi bulunamadı; sadece SVN'de olabilir.)

Giriş

Specifies whether to hint font metrics; hinting font metrics means quantizing them so that they are integer values in device space. Doing this improves the consistency of letter and line spacing, however it also means that text will be laid out differently at different zoom factors.

Sınıf Sözdizimi

CairoHintMetrics {
/* Sabitler */
const integer METRICS_DEFAULT = 0 ;
const integer METRICS_OFF = 1 ;
const integer METRICS_ON = 2 ;
}

Öntanımlı Sabitler

CairoHintMetrics::METRICS_DEFAULT

Hint metrics in the default manner for the font backend and target device

CairoHintMetrics::METRICS_OFF

Do not hint font metrics

CairoHintMetrics::METRICS_ON

Hint font metrics



add a note add a note User Contributed Notes CairoHintMetrics
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites