Lines Matching refs:AppendAscii

186         case weight::Thin:			aEntry.AppendAscii( ", " ); aEntry.Append( aThinTxt ); break;  in fillFontEntry()
187 case weight::UltraLight: aEntry.AppendAscii( ", " ); aEntry.Append( aUltraLightTxt ); break; in fillFontEntry()
188 case weight::Light: aEntry.AppendAscii( ", " ); aEntry.Append( aLightTxt ); break; in fillFontEntry()
189 case weight::SemiLight: aEntry.AppendAscii( ", " ); aEntry.Append( aSemiLightTxt ); break; in fillFontEntry()
190 case weight::SemiBold: aEntry.AppendAscii( ", " ); aEntry.Append( aSemiBoldTxt ); break; in fillFontEntry()
191 case weight::Bold: aEntry.AppendAscii( ", " ); aEntry.Append( aBoldTxt ); break; in fillFontEntry()
192 case weight::UltraBold: aEntry.AppendAscii( ", " ); aEntry.Append( aUltraBoldTxt ); break; in fillFontEntry()
199 case italic::Oblique: aEntry.AppendAscii( ", " ); aEntry.Append( aObliqueTxt ); break; in fillFontEntry()
200 case italic::Italic: aEntry.AppendAscii( ", " ); aEntry.Append( aItalicTxt ); break; in fillFontEntry()
207 …case width::UltraCondensed: aEntry.AppendAscii( ", " ); aEntry.Append( aUltraCondensedTxt ); break; in fillFontEntry()
208 …case width::ExtraCondensed: aEntry.AppendAscii( ", " ); aEntry.Append( aExtraCondensedTxt ); break; in fillFontEntry()
209 case width::Condensed: aEntry.AppendAscii( ", " ); aEntry.Append( aCondensedTxt ); break; in fillFontEntry()
210 … case width::SemiCondensed: aEntry.AppendAscii( ", " ); aEntry.Append( aSemiCondensedTxt ); break; in fillFontEntry()
211 … case width::SemiExpanded: aEntry.AppendAscii( ", " ); aEntry.Append( aSemiExpandedTxt ); break; in fillFontEntry()
212 case width::Expanded: aEntry.AppendAscii( ", " ); aEntry.Append( aExpandedTxt ); break; in fillFontEntry()
213 … case width::ExtraExpanded: aEntry.AppendAscii( ", " ); aEntry.Append( aExtraExpandedTxt ); break; in fillFontEntry()
214 … case width::UltraExpanded: aEntry.AppendAscii( ", " ); aEntry.Append( aUltraExpandedTxt ); break; in fillFontEntry()
222 aEntry.AppendAscii( ", " ); in fillFontEntry()
226 aEntry.AppendAscii( " (" ); in fillFontEntry()
228 aEntry.AppendAscii( ")" ); in fillFontEntry()
239 aEntry.AppendAscii( " & " ); in fillFontEntry()
244 aEntry.AppendAscii( " (" ); in fillFontEntry()
246 aEntry.AppendAscii( ")" ); in fillFontEntry()