Bitwig Studio Control Surface API  4.0.1
TextExtents.java
1 package com.bitwig.extension.api.graphics;
2 
6 public interface TextExtents
7 {
12  double getBearingX();
13 
18  double getBearingY();
19 
21  double getWidth();
22 
24  double getHeight();
25 
27  double getAdvanceX();
28 
33  double getAdvanceY();
34 }