void |
add_face ( String style, TLFontFace ref ) |
void |
-add_face_unlinked ( String style, TLFontFace ref ) |
+add_face_for_language ( String style, TLFontFace ref, String lang ) |
void |
-add_face_for_language ( String style, TLFontFace ref, String lang ) |
+add_face_for_script ( String style, TLFontFace ref, String script ) |
void |
-add_face_for_script ( String style, TLFontFace ref, String script ) |
+add_face_unlinked ( String style, TLFontFace ref ) |
+
+TLFontIterator |
+get_face ( String style ) const |
+
+TLFontIterator |
+get_face_for_language ( String style, String lang ) const |
+
+TLFontIterator |
+get_face_for_script ( String style, String script ) const |
-bool |
+
bool |
has_style ( String style ) const |
-void |
+
void |
remove_style ( String style ) |
@@ -317,15 +330,24 @@