Version

GetResolvedFontName(DocumentRootNode,CharacterSettings,Char) Method

Gets the resolved font name to use for in the document for the specified character.
Syntax
'Declaration
 
Public Function GetResolvedFontName( _
   ByVal rootNode As DocumentRootNode, _
   ByVal characterSettings As CharacterSettings, _
   ByVal c As Char _
) As String
public string GetResolvedFontName( 
   DocumentRootNode rootNode,
   CharacterSettings characterSettings,
   char c
)

Parameters

rootNode
The root node of the document in which the font is being used.
characterSettings
The settings which will be used for the run of text using the RichTextFont.
c
The character which will be displayed with the font.

Return Value

The name of the font to use for the specified character.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also