C# Class PixelFarm.Drawing.Fonts.MsdfParameters

ファイルを表示 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_oe property

public char character
return char

enableRenderTestFile public_oe property

public bool enableRenderTestFile
return bool

fontName public_oe property

public string fontName
return string

outputFile public_oe property

public string outputFile
return string

pixelRange public_oe property

public int pixelRange
return int

sizeH public_oe property

public int sizeH
return int

sizeW public_oe property

public int sizeW
return int

testRenderFileName public_oe property

public string testRenderFileName
return string

useClassicSdf public_oe property

public bool useClassicSdf
return bool