C# Class PixelFarm.Drawing.Fonts.FontPreview

Show file Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
GetFontDetails ( string fontFilePath ) : InstalledFont

Private Methods

Method Description
ReadAndSwap ( FileStream fs, int size ) : byte[]
ReadByte ( FileStream fs ) : UInt16
ReadChar ( FileStream fs, int characters ) : UInt16
ReadULong ( FileStream fs ) : UInt32
ReadUShort ( FileStream fs ) : UInt16

Method Details

GetFontDetails() public static method

public static GetFontDetails ( string fontFilePath ) : InstalledFont
fontFilePath string
return InstalledFont