|  | ||
| 
 | 
 public static BosList FromFont(const FONT_NODE font) 
 const FONT_NODE font; // A SilverSharp.FONT_NODE 
 
 | 
 | ||
| Synopsis | The FromFont method returns a BosList class that will enumerate all of the font character entities of a FONT-NODE 
 | 
 | ||
| Parameters | font is a SilverSharp.FONT_NODE whose font characters are to be retrieved 
 | 
 | ||
| Return Value | FromFont returns a BosList class 
 | 
 | ||
| See Also | BosList, EveryBosNode, TEXT_NODE 
 | 
 | ||
| Example | To visit all of the character entities of a FONT_NODE, do this: 
 | 
 |