Новые книги

The Windows Driver Model has two separate but equally important aspects. First, the core model describes the standard structure for device drivers. Second, Microsoft provides a series of bus and class drivers for common types of devices.

The core WDM model describes how device drivers are installed and started, and how they should service user requests and interact with hardware. A WDM device driver must fit into the Plug and Play (PnP) system that lets users plug in devices that can be configured in software.

Microsoft provides a series of system drivers that have all the basic functionality needed to service many standard types of device. The first type of system driver supports different types of bus, such as the Universal Serial Bus (USB), IEEE 1394 (FireWire) and Audio port devices. Other class drivers implement standard Windows facilities such as Human Input Devices (HID) and kernel streaming. Finally, the Still Image Architecture (STI) provides a framework for handling still images, scanners, etc.

These system class drivers can make it significantly easier to write some types of device driver. For example, the USB system drivers handle all the low-level communications across this bus. A well defined interface is made available to other drivers. This makes it fairly straightforward to issue requests to the USB bus.
Классика деловой литературы, мировой бестселлер и настольная книга амбициозных политиков, менеджеров, рекламодателей, маркетологов и всех желающих убеждать и добиваться своего. Автор книги, доктор наук и профессор психологии, Роберт Б. Чалдини много лет изучал принципы успешных продаж. На основе своих исследований он написал руководство по мотивации и убеждению, которое многие авторитетные периодические издания признали лучшей книгой о влиянии, когда-либо изданной.

pdf_stringwidth

Учебник РНР
НазадВперёд

pdf_stringwidth

(PHP 3>= 3.0.6, PHP 4)

pdf_stringwidth - возвращает ширину текста с использованием текущего шрифта.

Описание

float pdf_stringwidth (int pdf object, string text [, int font [, float size]])

Возвращает ширину текста text с использованием последнего шрифта, установленного функцией pdf_setfont(). Если специфицированы необязательные параметры font и size, ширина будет вычислена с использованием данного шрифта и размера. Обратите, пожалуйста, внимание, что font это дескриптор шрифта, возвращаемый функцией pdf_findfont().

Примечание: оба параметра font и size обязаны использоваться вместе.

См. также pdf_setfont() и pdf_findfont().


Назад Оглавление Вперёд
pdf_skew Вверхpdf_stroke