Home
last modified time | relevance | path

Searched defs:CharacterMetric (Results 1 – 1 of 1) sorted by relevance

/trunk/main/vcl/inc/vcl/
H A Dfontmanager.hxx197 struct CharacterMetric struct
199 short int width, height;
201 CharacterMetric() : width( 0 ), height( 0 ) {} in CharacterMetric() argument
202 bool operator==( const CharacterMetric& rOther ) const in operator ==()
204 bool operator!=( const CharacterMetric& rOther ) const in operator !=()

Completed in 21 milliseconds