示例#1
0
 public vector osGetDrawStringSize(string contentType, string text, string fontName, int fontSize)
 {
     return(m_OSSL_Functions.osGetDrawStringSize(contentType, text, fontName, fontSize));
 }