display big distance field
This commit is contained in:
parent
6ed410d936
commit
3bdc96097c
@ -81,12 +81,13 @@ int32_t BufferEmpty::Display(ewol::TEXT_DISPLAY_TYPE& OOTextNormal,
|
||||
Vector2D<float> textPos;
|
||||
textPos.x = 20;
|
||||
textPos.y = sizeY - 20 - letterHeight;
|
||||
|
||||
etk::UString tmpDisplay ;
|
||||
/*
|
||||
myColor = ColorizeManager::Get("normal");
|
||||
OOTextBold.SetColor(myColor->GetFG());
|
||||
etk::UString tmpDisplay = "edn - Editeur De N'ours";
|
||||
OOTextBold.Text(textPos, tmpDisplay);
|
||||
|
||||
*/
|
||||
myColor = ColorizeManager::Get("commentDoxygen");
|
||||
OOTextNormal.SetColor(myColor->GetFG());
|
||||
textPos.y = (int32_t)(textPos.y - letterHeight*1.30);
|
||||
|
@ -27,5 +27,5 @@ CONFIG_BUILD_LIBZIP=y
|
||||
#
|
||||
# General
|
||||
#
|
||||
CONFIG_EWOL_OPENGL_ES_V1=y
|
||||
# CONFIG_EWOL_OPENGL_ES_V2 is not set
|
||||
# CONFIG_EWOL_OPENGL_ES_V1 is not set
|
||||
CONFIG_EWOL_OPENGL_ES_V2=y
|
||||
|
Loading…
x
Reference in New Issue
Block a user