Control Surface API  3.0.3
FontExtents.java
1 package com.bitwig.extension.api.graphics;
2 
7 public interface FontExtents
8 {
15  double getAscent();
16 
23  double getDescent();
24 
31  double getHeight();
32 
37  double getMaxAdvanceX();
38 
44  double getMaxAdvanceY();
45 }