Tao.FreeType SDK Documentation

FT.FT_DivFix Method 

[Visual Basic]
Public Shared Function FT_DivFix( _
   ByVal a As Integer, _
   ByVal b As Integer _
) As Integer
[C#]
public static int FT_DivFix(
   int a,
   int b
);

See Also

FT Class | Tao.FreeType Namespace