source --> actor
Estilos de fuente soportados por bicoti.
Pueden ser combinados haciendo un OR entre ellos.
Estilo Descripción
======= ==============================
_bold Negrita (Bold)
_italic Itálica (Italic)
_underline Subrallado (Underline)
local enum FontStyleMask { _bold = 1 ,
_italic = 2 ,
_underline = 4 } ;
Claudio Risso Wilman Alarcon
Click here to return to the top of the page.