Searched defs:CharacterMetric (Results 1 – 1 of 1) sorted by relevance
197 struct CharacterMetric struct199 short int width, height;201 CharacterMetric() : width( 0 ), height( 0 ) {} in CharacterMetric() argument202 bool operator==( const CharacterMetric& rOther ) const in operator ==()204 bool operator!=( const CharacterMetric& rOther ) const in operator !=()
Completed in 13 milliseconds