C# Class PixelFarm.Drawing.Fonts.MsdfParameters

Show file Open project: prepare/HTML-Renderer

Public Properties

Property Type Description
character char
enableRenderTestFile bool
fontName string
outputFile string
pixelRange int
sizeH int
sizeW int
testRenderFileName string
useClassicSdf bool

Public Methods

Method Description
GetArgs ( ) : string[]
MsdfParameters ( string fontName, char character ) : System
ToString ( ) : string

Method Details

GetArgs() public method

public GetArgs ( ) : string[]
return string[]

MsdfParameters() public method

public MsdfParameters ( string fontName, char character ) : System
fontName string
character char
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

character public property

public char character
return char

enableRenderTestFile public property

public bool enableRenderTestFile
return bool

fontName public property

public string fontName
return string

outputFile public property

public string outputFile
return string

pixelRange public property

public int pixelRange
return int

sizeH public property

public int sizeH
return int

sizeW public property

public int sizeW
return int

testRenderFileName public property

public string testRenderFileName
return string

useClassicSdf public property

public bool useClassicSdf
return bool