C# Class PixelFarm.Drawing.Fonts.GLES2PlatformFontMx

Show file Open project: prepare/HTML-Renderer

Public Methods

Method Description
AddTextureFontInfo ( string fontname, string fontMapFile, string textureBitmapFile ) : void
GetInstalledFont ( string fontName, InstalledFontStyle style ) : InstalledFont
LoadInstalledFont ( IInstalledFontProvider provider ) : void
ResolveForGdiFont ( RequestFont font ) : ActualFont
ResolveForTextureFont ( RequestFont font ) : ActualFont

Method Details

AddTextureFontInfo() public static method

public static AddTextureFontInfo ( string fontname, string fontMapFile, string textureBitmapFile ) : void
fontname string
fontMapFile string
textureBitmapFile string
return void

GetInstalledFont() public static method

public static GetInstalledFont ( string fontName, InstalledFontStyle style ) : InstalledFont
fontName string
style InstalledFontStyle
return InstalledFont

LoadInstalledFont() public static method

public static LoadInstalledFont ( IInstalledFontProvider provider ) : void
provider IInstalledFontProvider
return void

ResolveForGdiFont() public method

public ResolveForGdiFont ( RequestFont font ) : ActualFont
font RequestFont
return ActualFont

ResolveForTextureFont() public method

public ResolveForTextureFont ( RequestFont font ) : ActualFont
font RequestFont
return ActualFont