Cv2GetFontScaleFromHeight Method |
Namespace: OpenCvSharp
public static double GetFontScaleFromHeight( HersheyFonts fontFace, int pixelHeight, int thickness = 1 )
Public Shared Function GetFontScaleFromHeight ( fontFace As HersheyFonts, pixelHeight As Integer, Optional thickness As Integer = 1 ) As Double
public: static double GetFontScaleFromHeight( HersheyFonts fontFace, int pixelHeight, int thickness = 1 )
static member GetFontScaleFromHeight : fontFace : HersheyFonts * pixelHeight : int * ?thickness : int (* Defaults: let _thickness = defaultArg thickness 1 *) -> float