Searched defs:FontPortionModel (Results 1 – 1 of 1) sorted by relevance
102 struct FontPortionModel struct104 sal_Int32 mnPos; /// First character in the string.105 sal_Int32 mnFontId; /// Font identifier for the next characters.107 explicit inline FontPortionModel() : mnPos( 0 ), mnFontId( -1 ) {} in FontPortionModel() function108 explicit inline FontPortionModel( sal_Int32 nPos, sal_Int32 nFontId ) : in FontPortionModel() argument
Completed in 11 milliseconds