Share via


ISPTheme.GetThemeFontByName method

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Function GetThemeFontByName ( _
    fontName As String _
) As ThemeFont
'Usage
Dim instance As ISPTheme
Dim fontName As String
Dim returnValue As ThemeFont

returnValue = instance.GetThemeFontByName(fontName)
ThemeFont GetThemeFontByName(
    string fontName
)

Parameters

Return value

Type: Microsoft.SharePoint.Utilities.ThemeFont

See also

Reference

ISPTheme interface

ISPTheme members

Microsoft.SharePoint.Utilities namespace