Method | Description | |
---|---|---|
AddTextureFontInfo ( string fontname, string fontMapFile, string textureBitmapFile ) : void | ||
GetInstalledFont ( string fontName, InstalledFontStyle style ) : |
||
LoadInstalledFont ( IInstalledFontProvider provider ) : void | ||
ResolveForGdiFont ( RequestFont font ) : |
||
ResolveForTextureFont ( RequestFont font ) : |
public static AddTextureFontInfo ( string fontname, string fontMapFile, string textureBitmapFile ) : void | ||
fontname | string | |
fontMapFile | string | |
textureBitmapFile | string | |
return | void |
public static GetInstalledFont ( string fontName, InstalledFontStyle style ) : |
||
fontName | string | |
style | InstalledFontStyle | |
return |
public static LoadInstalledFont ( IInstalledFontProvider provider ) : void | ||
provider | IInstalledFontProvider | |
return | void |
public ResolveForGdiFont ( RequestFont font ) : |
||
font | RequestFont | |
return |
public ResolveForTextureFont ( RequestFont font ) : |
||
font | RequestFont | |
return |