Hi,

I've been scratching around trying to work out how to change the default Cinelerra font. The credit goes to the Greenlerra theme maker (I think) .The following lines are added to the cinerlerra/plugins/suv/suv.C file immediatley after;BC_Resources *resources = BC_WindowBase::get_resources(); at line 100.


resources->large_font = N_("-*-helvetica-medium-r-normal-*-14-*");

resources->medium_font = N_("-*-helvetica-medium-r-normal-*-12-*");

resources->small_font = N_("-*-helvetica-medium-r-normal-*-10-*");


In HV 4.2 this can be copied and pasted to work. But in CV and Monty's version it looks like its the compiled suv.SO file that is required to be copied or compiled into/with Cinelerra.

As it is the CV and Montys versions that I use I am now stuck! Any ideas on how to add these three lines of text to CV/Montys code would be very much appreciated. Or, could someone share his amended suv.so file perhaps? Please note I am new to this kind of thing.

Many thanks
Gavin

Reply via email to