add scaled icon data
[goodguy/history.git] / cinelerra-5.0 / guicast / bcresources.h
index 4476e4a72ca61c7c8ad394aa1585df4bc3adab58..8d3ef55c468271ed7944693ee32fe1d71bd464a7 100644 (file)
@@ -206,6 +206,8 @@ public:
        VFrame **checkbox_images;
        VFrame **radial_images;
        VFrame **label_images;
+// menu check
+       VFrame *check;
 
        VFrame **tumble_data;
        int tumble_duration;
@@ -301,7 +303,7 @@ public:
        int dirbox_margin;
        int directory_color;
        int file_color;
-
+       double font_scale, icon_scale;
 
 // fonts
        static const char *small_font;
@@ -355,6 +357,7 @@ public:
        static size_t encode(const char *from_enc, const char *to_enc,
                char *input, int input_length, char *output, int output_length);
        static int find_font_by_char(FT_ULong char_code, char *path_new, const FT_Face oldface);
+       static void dump_fonts(FILE *fp = stdout);
 
 // Make VFrame use shm
        int vframe_shm;