C# 클래스 QuickFont.QFontShadowConfiguration

The configuration used when building a font drop shadow.
파일 보기 프로젝트 열기: Pireax/neovim.cs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ForcePowerOfTwo bool
GlyphMargin int
PageHeight int
PageWidth int
Scale float
blurPasses int
blurRadius int

프로퍼티 상세

ForcePowerOfTwo 공개적으로 프로퍼티

Whether to force texture pages to use a power of two.
public bool ForcePowerOfTwo
리턴 bool

GlyphMargin 공개적으로 프로퍼티

The margin (on all sides) around glyphs when rendered to their texture page. Note this is in addition to 3xblurRadius margin which is automatically added.
public int GlyphMargin
리턴 int

PageHeight 공개적으로 프로퍼티

The standard height of texture pages (the page will automatically be cropped if there is extra space)
public int PageHeight
리턴 int

PageWidth 공개적으로 프로퍼티

The standard width of texture pages (the page will automatically be cropped if there is extra space)
public int PageWidth
리턴 int

Scale 공개적으로 프로퍼티

Scale in relation to the actual font glyphs
public float Scale
리턴 float

blurPasses 공개적으로 프로퍼티

Number of blur passes. Caution: high values will greatly impact the time it takes to build a font shadow
public int blurPasses
리턴 int

blurRadius 공개적으로 프로퍼티

The blur radius. Caution: high values will greatly impact the time it takes to build a font shadow
public int blurRadius
리턴 int