C# Класс Vestris.ResourceLib.FontDirectoryResource

A font directory, RT_FONTDIR resource.
Наследование: Resource
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
FontDirectoryResource ( ) : System

A new font resource.

FontDirectoryResource ( IntPtr hModule, IntPtr hResource, ResourceId type, ResourceId name, UInt16 language, int size ) : System

An existing font resource.

Приватные методы

Метод Описание
Read ( IntPtr hModule, IntPtr lpRes ) : IntPtr

Read the font resource.

Write ( BinaryWriter w ) : void

Write the font directory to a binary stream.

Описание методов

FontDirectoryResource() публичный Метод

A new font resource.
public FontDirectoryResource ( ) : System
Результат System

FontDirectoryResource() публичный Метод

An existing font resource.
public FontDirectoryResource ( IntPtr hModule, IntPtr hResource, ResourceId type, ResourceId name, UInt16 language, int size ) : System
hModule System.IntPtr Module handle.
hResource System.IntPtr Resource ID.
type ResourceId Resource type.
name ResourceId Resource name.
language System.UInt16 Language ID.
size int Resource size.
Результат System