Skip to content

Commit dc31e70

Browse files
authored
Update ofTrueTypeFont.h
1 parent 573d891 commit dc31e70

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

libs/openFrameworks/graphics/ofTrueTypeFont.h

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff 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

410407
protected:
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-
454445
private:
455446
std::shared_ptr<struct FT_FaceRec_> face;
456447
static const glyphProps invalidProps;

0 commit comments

Comments
 (0)