C# Класс SampleWinForms.Form1

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект

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

Метод Описание
ConvEmSizeInPointsToPixels ( float emsizeInPoint ) : float
ConvFUnitToPixels ( ushort reqFUnit, float fontSizeInPoint, ushort unitPerEm ) : float
Form1 ( ) : System
GetFUnitToPixelsScale ( float fontSizeInPoint, ushort unitPerEm ) : float

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

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

Clean up any resources being used.

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

Метод Описание
Form1_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

ReadAndRender ( string fontfile ) : void
RenderWithMiniAgg ( Typeface typeface, char testChar, float sizeInPoint ) : void
RenderWithPlugableGlyphRasterizer ( Typeface typeface, char testChar, float sizeInPoint, int resolution ) : void
RenderWithTextPrinterAndMiniAgg ( Typeface typeface, string str, float sizeInPoint, int resolution ) : void
button1_Click ( object sender, EventArgs e ) : void
chkKern_CheckedChanged ( object sender, EventArgs e ) : void
cmbRenderChoices_SelectedIndexChanged ( object sender, EventArgs e ) : void
lstFontSizes_SelectedIndexChanged ( object sender, EventArgs e ) : void
txtInputChar_TextChanged ( object sender, EventArgs e ) : void

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

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

public static ConvEmSizeInPointsToPixels ( float emsizeInPoint ) : float
emsizeInPoint float
Результат float

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

public static ConvFUnitToPixels ( ushort reqFUnit, float fontSizeInPoint, ushort unitPerEm ) : float
reqFUnit ushort
fontSizeInPoint float
unitPerEm ushort
Результат float

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

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

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

public Form1 ( ) : System
Результат System

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

public static GetFUnitToPixelsScale ( float fontSizeInPoint, ushort unitPerEm ) : float
fontSizeInPoint float
unitPerEm ushort
Результат float