| Custom fonts
|
| |
|
<%@ Register TagPrefix="ed" Namespace="OboutInc.Editor" Assembly="obout_Editor" %>
|
By default Editor has some default fonts set.
Inside the Editor component you can define your own fonts set using inner FontNames collection. In this collection you can list
the font names and font families that you want to use.
See also Custom fonts.
| |
|
Editor's object for FontNames collection
OboutInc.Editor.FontNamesItem
|
This object has following public properties:
-
Name - String. Name to be appeared in Font selection of the top toolbar
-
Family - String. Font family
|
|
|
|
|
Sample ASP.NET
<ed:Editor id="editor" runat="server" > <FontNames> <ed:FontNamesItem Name="Verdana" Family="verdana,arial,helvetica,sans-serif" /> <ed:FontNamesItem Name="MS Sans Serif" Family="MS Sans Serif,sans-serif,tahoma" /> <ed:FontNamesItem Name="WebDings" Family="webdings" /> </FontNames> </ed:Editor >
| |
|
| "The components Obout has are very cool ... keep up the good work" |
Barry Cedergren |
|
| |
|