Searched defs:FontPortionModel (Results 1 – 1 of 1) sorted by relevance
103 struct FontPortionModel struct105 sal_Int32 mnPos; /// First character in the string.106 sal_Int32 mnFontId; /// Font identifier for the next characters.108 explicit inline FontPortionModel() : mnPos( 0 ), mnFontId( -1 ) {} in FontPortionModel() function109 explicit inline FontPortionModel( sal_Int32 nPos, sal_Int32 nFontId ) : in FontPortionModel() argument
Completed in 26 milliseconds