Control Surface API  3.0.3
FontFace.java
1 package com.bitwig.extension.api.graphics;
2 
6 public interface FontFace
7 {
11  String getName();
12 }