Skip to content
Snippets Groups Projects
Verified Commit e842b257 authored by Miles Vella's avatar Miles Vella
Browse files

add freetype to btypes library

parent 8e503ef6
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
package de.hhu.stups.btypes;
public class BFreetype implements BObject {
public BBoolean isFreetype() {
return new BBoolean(true);
}
public BBoolean isNotFreetype() {
return new BBoolean(false);
}
}
package de.hhu.stups.btypes;
public class BFreetype implements BObject {
public BBoolean isFreetype() {
return new BBoolean(true);
}
public BBoolean isNotFreetype() {
return new BBoolean(false);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment