source --> actor

enum FontSize

Tamaņos de fuente soportados por bicoti

   Nombre         Tamaņo
   =======        ======
   _light            5
   _normal          12
   _big             20
   _large           30
   _huge            40

Source:
../../source/actor/font.hpp:35

Code:
local enum FontSize { _light = 5 ,
                      _normal = 12, ,
                      _big = 20, ,
                      _large = 30, ,
                      _huge = 40  } ;

bicoti II

bicoti II
Claudio Risso
Wilman Alarcon

Click here to return to the top of the page.