ComponentOne Bitmap for WPF
GetBaseline Method

C1.WPF.DX.4 Assembly > C1.Util.DX.DirectWrite Namespace > TextAnalyzer1 Class : GetBaseline Method
HRESULT IDWriteTextAnalyzer1::GetBaseline([In] IDWriteFontFace* fontFace,[In] DWRITE_BASELINE baseline,[In] BOOL isVertical,[In] BOOL isSimulationAllowed,[In] DWRITE_SCRIPT_ANALYSIS scriptAnalysis,[In, Optional] const wchar_t* localeName,[Out] int* baselineCoordinate,[Out] BOOL* exists)
Syntax
'Declaration
 
Public Sub GetBaseline( _
   ByVal fontFace As FontFace, _
   ByVal baseline As Baseline, _
   ByVal isVertical As Bool, _
   ByVal isSimulationAllowed As Bool, _
   ByVal scriptAnalysis As ScriptAnalysis, _
   ByVal localeName As System.String, _
   ByRef baselineCoordinate As System.Integer, _
   ByRef exists As Bool _
) 
public void GetBaseline( 
   FontFace fontFace,
   Baseline baseline,
   Bool isVertical,
   Bool isSimulationAllowed,
   ScriptAnalysis scriptAnalysis,
   System.string localeName,
   out System.int baselineCoordinate,
   out Bool exists
)

Parameters

fontFace
baseline
isVertical
isSimulationAllowed
scriptAnalysis
localeName
baselineCoordinate
exists
See Also

Reference

TextAnalyzer1 Class
TextAnalyzer1 Members