C# Класс Fonet.Pdf.Gdi.GdiFont

A thin wrapper around a handle to a font
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CreateDesignFont ( string faceName, bool bold, bool italic, GdiDeviceContent dc ) : GdiFont

Creates a font whose height is equal to the negative value of the EM Square

CreateFont ( string faceName, int height, bool bold, bool italic ) : GdiFont

Creates a font based on the supplied typeface name and size.

Dispose ( ) : void
GdiFont ( IntPtr hFont, string faceName, int height ) : System

Class constructor

GetMetrics ( GdiDeviceContent dc ) : Fonet.Pdf.Gdi.GdiFontMetrics

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

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

CreateDesignFont() публичный статический Метод

Creates a font whose height is equal to the negative value of the EM Square
public static CreateDesignFont ( string faceName, bool bold, bool italic, GdiDeviceContent dc ) : GdiFont
faceName string The typeface name of a font.
bold bool
italic bool
dc GdiDeviceContent
Результат GdiFont

CreateFont() публичный статический Метод

Creates a font based on the supplied typeface name and size.
public static CreateFont ( string faceName, int height, bool bold, bool italic ) : GdiFont
faceName string The typeface name of a font.
height int /// The height, in logical units, of the font's character /// cell or character. ///
bold bool
italic bool
Результат GdiFont

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

public Dispose ( ) : void
Результат void

Dispose() защищенный Метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

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

Class constructor
public GdiFont ( IntPtr hFont, string faceName, int height ) : System
hFont System.IntPtr A handle to an existing font.
faceName string
height int
Результат System

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

public GetMetrics ( GdiDeviceContent dc ) : Fonet.Pdf.Gdi.GdiFontMetrics
dc GdiDeviceContent
Результат Fonet.Pdf.Gdi.GdiFontMetrics