C# 클래스 Vestris.ResourceLib.FontDirectoryResource

A font directory, RT_FONTDIR resource.
상속: Resource
파일 보기 프로젝트 열기: dblock/resourcelib 1 사용 예제들

공개 메소드들

메소드 설명
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