Lysa  0.0
Lysa 3D Engine
PredefinedFontParams Struct Reference

Public Attributes

FontParams outline
 
FontParams thick
 
FontParams thicker
 
FontParams shadow
 

Member Data Documentation

FontParams outline
Initial value:
{
.threshold = 0.5f,
.outlineBias = 1.0f/4.0f,
.outlineWidthAbsolute = 1.0f/3.0f,
.outlineWidthRelative = 1.0f/20.0f,
.outlineBlur = 0.0f,
}
FontParams shadow
Initial value:
{
.threshold = 0.5f,
.outlineBias = 0.0f,
.outlineWidthAbsolute = 1.0f/3.0f,
.outlineWidthRelative = 1.0f/5.0f,
.outlineBlur = 0.0f,
.roundedOutline = 0.0f,
}
FontParams thick
Initial value:
{
.threshold = 0.55f,
.outlineBias = 0.0f,
.outlineWidthAbsolute = 1.0f/16.0f,
.outlineWidthRelative = 1.0f/50.0f,
.outlineBlur = 0.0f,
}
FontParams thicker
Initial value:
{
.threshold = 0.60f,
.outlineBias = 0.0f,
.outlineWidthAbsolute = 1.0f/16.0f,
.outlineWidthRelative = 1.0f/7.0f,
.outlineBlur = 0.0f,
}