[Tickets #6456] Re: Font and Font Size choices for Xinha editor
bugs at horde.org
bugs at horde.org
Mon Mar 17 17:11:28 UTC 2008
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/6456
-----------------------------------------------------------------------
Ticket | 6456
Updated By | dimante at dimante.net
Summary | Font and Font Size choices for Xinha editor
Queue | IMP
Version | HEAD
Type | Enhancement
State | Feedback
Priority | 1. Low
Milestone |
Patch |
Owners |
-----------------------------------------------------------------------
dimante at dimante.net (2008-03-17 13:11) wrote:
Prefs.diff:
495a493,523
> // XinDefaultFont
> $_prefs['XinFont'] = array(
> 'value' => 'Arial',
> 'locked' => false,
> 'shared' => false,
> 'type' => 'enum',
> 'enum' => array('Arial' => _("Arial"),
> 'Courier New' => _("Courier New"),
> 'Georgia' => _("Georgia"),
> 'Tahoma' => _("Tahoma"),
> 'Times New Roman' => _("Times New Roman"),
> 'Verdana' => _("Verdana"),
> 'impact' => _("Impact"),
> 'WingDings' => _("WingDings")),
> 'desc' => _("HTML Editor Default Font:"));
>
> //Html Editor Font Size
> $_prefs['XinFontSize'] = array(
> 'value' => '10pt',
> 'locked' => false,
> 'shared' => false,
> 'type' => 'enum',
> 'enum' => array('8pt' => _("8pt"),
> '10pt' => _("10pt"),
> '12pt' => _("12pt"),
> '14pt' => _("14pt"),
> '18pt' => _("18pt"),
> '24pt' => _("24pt"),
> '36pt' => _("36pt")),
> 'desc' => _("HTML Editor Default Font Size:"));
>
499c527
If this is not what is desired if you can let me know how to prepare it I
will do what is needed.
-D-
More information about the bugs
mailing list