[ Maverik Level 1 functions ]


mav_stringLength

Summary

Calculate length of annotation text.


Syntax

int mav_stringLength(MAV_window *w, char *s, int font);


Description

This function calculates and returns the length (in pixels) of string s when displayed in font font in window w.


Back to the index page.