Error processing SSI file
LEADTOOLS WPF (Leadtools.Windows.D2DRendering assembly)

Show in webframe

SetFontFamilyName Method






A string that represents the Font's family name.
A System.Windows.Point that represents the text range being set. The X value represents the starting text position of the range. The Y value represents the number of characters in the range.
Sets the family name of the font.
Syntax
public void SetFontFamilyName( 
   string fontFamilyName,
   Point textRange
)
'Declaration
 
Public Sub SetFontFamilyName( _
   ByVal fontFamilyName As String, _
   ByVal textRange As Point _
) 
'Usage
 
Dim instance As D2DTextLayout
Dim fontFamilyName As String
Dim textRange As Point
 
instance.SetFontFamilyName(fontFamilyName, textRange)

            

            
public:
void SetFontFamilyName( 
   String^ fontFamilyName,
   Point textRange
) 

Parameters

fontFamilyName
A string that represents the Font's family name.
textRange
A System.Windows.Point that represents the text range being set. The X value represents the starting text position of the range. The Y value represents the number of characters in the range.
Requirements

Target Platforms

See Also

Reference

D2DTextLayout Class
D2DTextLayout Members

Error processing SSI file