cgv
Loading...
Searching...
No Matches
cgv::gui::text_style Struct Reference

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
 

Detailed Description

description of a text style

Definition at line 30 of file text_editor.h.

Member Data Documentation

◆ color

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.

◆ font_face

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.

◆ font_size

float cgv::gui::text_style::font_size

font size in pixels

Definition at line 37 of file text_editor.h.


The documentation for this struct was generated from the following file: