|
cgv
|
description of a text style More...
#include <text_editor.h>
Public Attributes | |
| int | color |
| rgb color packed into one integer, i.e. 0xff00ff corresponds to magenta | |
| cgv::media::font::font_face_ptr | font_face |
| font face string with font name first, followed by +bold and or +italic | |
| float | font_size |
| font size in pixels | |
description of a text style
Definition at line 30 of file text_editor.h.
| int cgv::gui::text_style::color |
rgb color packed into one integer, i.e. 0xff00ff corresponds to magenta
Definition at line 33 of file text_editor.h.
| cgv::media::font::font_face_ptr cgv::gui::text_style::font_face |
font face string with font name first, followed by +bold and or +italic
Definition at line 35 of file text_editor.h.
| float cgv::gui::text_style::font_size |
font size in pixels
Definition at line 37 of file text_editor.h.