File tree Expand file tree Collapse file tree
libs/openFrameworks/graphics Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -153,9 +153,6 @@ struct ofTrueTypeFontSettings{
153153 ,fontSize(size){}
154154
155155 void addRanges (std::initializer_list<ofUnicode::range> alphabet){
156- // for(auto & ranger: alphabet) {
157- // ranges.push_back(ranger);
158- // }
159156 ranges.insert (ranges.end (), alphabet);
160157 }
161158
@@ -377,7 +374,7 @@ class ofTrueTypeFont{
377374 bool isValidGlyph (uint32_t ) const ;
378375 // / \}
379376
380- // / \returns current font direction
377+ // / \returns current font direction
381378 void setDirection (ofTrueTypeFontDirection direction);
382379
383380
@@ -408,10 +405,6 @@ class ofTrueTypeFont{
408405 }
409406
410407protected:
411- // / \cond INTERNAL
412-
413-
414-
415408 bool bLoadedOk;
416409
417410 std::vector <ofPath> charOutlines;
@@ -449,8 +442,6 @@ class ofTrueTypeFont{
449442 ofTexture texAtlas;
450443 mutable ofMesh stringQuads;
451444
452- // / \endcond
453-
454445private:
455446 std::shared_ptr<struct FT_FaceRec_ > face;
456447 static const glyphProps invalidProps;
You can’t perform that action at this time.
0 commit comments