Finalized DynamicFont implementation
-DynamicFont uses Freetype by default -Editor fonts are now scalable thanks to this -Cleaned up documentation browser and added fonts for this
This commit is contained in:
@@ -50,6 +50,9 @@ public:
|
||||
String qualifiers;
|
||||
String description;
|
||||
Vector<ArgumentDoc> arguments;
|
||||
bool operator<(const MethodDoc& p_md) const {
|
||||
return name<p_md.name;
|
||||
}
|
||||
};
|
||||
|
||||
struct ConstantDoc {
|
||||
|
||||
Reference in New Issue
Block a user